aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2026-03-02 17:18:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2026-03-02 17:20:16 +0000
commit513318c5d7487c5d47a91651bfbe8e08edc3ff42 (patch)
treebce4bc65ac38dd610649b855bdd1acef6dd20e78
parent25e6b16225e05c3c26756149068ef64841c2af1a (diff)
ports-mgmt/pkg: update to 2.6.0
Major Changes * create: use -t to specify the timestamp for the manifest file. * fetch: add -s/--sumlink option for mirror mode * triggers: only defer triggers when the need to execute an external program * db: enable WAL mode for local databases * query: add support for query evaluation of complex attributes * libpkg: store ignored shlibs in manifest and db * libpkg: respect ignred shlibs for BACKUP_LIBRARIES * drastically reduce memory usage for all operations * fix reproducible build issue * autoremove: fix deletion order * lots of documentation updates Other Changes * use C23 __has_include to reduce configure checks * fix issue hiding the unit in progress bar * if for anyreason the extraction rename failed, keep the file around with a .pkgnew suffix * plenty of fixes in the upgrade decision process * plenty of corner cases crash fixed * prevent fetching a file twice
-rw-r--r--ports-mgmt/pkg/Makefile2
-rw-r--r--ports-mgmt/pkg/distinfo6
-rw-r--r--ports-mgmt/pkg/pkg-plist2
3 files changed, 6 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index 9cea6e2a885b..e391d8a6759d 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pkg
-DISTVERSION= 2.5.1
+DISTVERSION= 2.6.0
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo
index 00bfef22dd7d..3ccd1a59316c 100644
--- a/ports-mgmt/pkg/distinfo
+++ b/ports-mgmt/pkg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1766485622
-SHA256 (freebsd-pkg-2.5.1_GH0.tar.gz) = 05aa40cc01e48e4933b7a96a996831b3215de18558a16f48859417b183b1c19b
-SIZE (freebsd-pkg-2.5.1_GH0.tar.gz) = 16511454
+TIMESTAMP = 1772471682
+SHA256 (freebsd-pkg-2.6.0_GH0.tar.gz) = 2a0f05a79e13cd7c996f93979eb3156ae96c32394cff1677394c6c3c6fdf6f92
+SIZE (freebsd-pkg-2.6.0_GH0.tar.gz) = 16517834
diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist
index 7b5f70ad6c94..8f3ca495cb16 100644
--- a/ports-mgmt/pkg/pkg-plist
+++ b/ports-mgmt/pkg/pkg-plist
@@ -36,10 +36,12 @@ share/man/man8/pkg-config.8.gz
share/man/man8/pkg-create.8.gz
share/man/man8/pkg-delete.8.gz
share/man/man8/pkg-fetch.8.gz
+share/man/man8/pkg-help.8.gz
share/man/man8/pkg-info.8.gz
share/man/man8/pkg-install.8.gz
share/man/man8/pkg-key.8.gz
share/man/man8/pkg-lock.8.gz
+share/man/man8/pkg-plugins.8.gz
share/man/man8/pkg-query.8.gz
share/man/man8/pkg-register.8.gz
share/man/man8/pkg-remove.8.gz