The branch stable/13 has been updated by bapt:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0a586dc5ed04acb51d9ec4fd89544335737f16c0

commit 0a586dc5ed04acb51d9ec4fd89544335737f16c0
Author:     Baptiste Daroussin <[email protected]>
AuthorDate: 2023-10-26 20:34:00 +0000
Commit:     Baptiste Daroussin <[email protected]>
CommitDate: 2023-12-04 10:37:51 +0000

    pkgbase: compress packages with zstandard
    
    MFC After:      3 days
    Reviewed by:    manu
    Differential Revision: https://reviews.freebsd.org/D42375
    
    (cherry picked from commit 820fbcf25bb2c7f1c570c0d408b2ab7d05bd771c)
---
 Makefile.inc1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index d648be2f3064..5b2876ea2b45 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1893,7 +1893,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}
 

Reply via email to