The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=820fbcf25bb2c7f1c570c0d408b2ab7d05bd771c
commit 820fbcf25bb2c7f1c570c0d408b2ab7d05bd771c Author: Baptiste Daroussin <[email protected]> AuthorDate: 2023-10-26 20:34:00 +0000 Commit: Baptiste Daroussin <[email protected]> CommitDate: 2023-10-27 09:47:46 +0000 pkgbase: compress packages with zstandard MFC After: 3 days Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D42375 --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 512c4049fd76..b3503c93cffc 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1943,7 +1943,7 @@ PORTSDIR?= /usr/ports WSTAGEDIR?= ${OBJTOP}/worldstage KSTAGEDIR?= ${OBJTOP}/kernelstage REPODIR?= ${OBJROOT}repo -PKG_FORMAT?= txz +PKG_FORMAT?= tzst PKG_REPO_SIGNING_KEY?= # empty PKG_OUTPUT_DIR?= ${PKG_VERSION}
