Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Mar 2026 17:20:25 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 513318c5d748 - main - ports-mgmt/pkg: update to 2.6.0
Message-ID:  <69a5c6d9.3c55e.b9459b1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=513318c5d7487c5d47a91651bfbe8e08edc3ff42

commit 513318c5d7487c5d47a91651bfbe8e08edc3ff42
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-03-02 17:18:16 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-03-02 17:20:16 +0000

    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
---
 ports-mgmt/pkg/Makefile  | 2 +-
 ports-mgmt/pkg/distinfo  | 6 +++---
 ports-mgmt/pkg/pkg-plist | 2 ++
 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a5c6d9.3c55e.b9459b1>