Date: Thu, 23 Oct 2025 08:50:23 GMT 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: ded3698b456e - main - ports-mgmt/pkg-devel: update to 2.3.1 Message-ID: <202510230850.59N8oNod055925@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=ded3698b456e8e385224fc20c0ce45e68a8b49d1 commit ded3698b456e8e385224fc20c0ce45e68a8b49d1 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-10-23 08:49:07 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-10-23 08:50:21 +0000 ports-mgmt/pkg-devel: update to 2.3.1 Changes: - New OSVF Parser - New CPE Parser/Emitter - Lots of code cleanup and simplification - Add support for system triggers (triggers in /usr/share/pkg/triggers) - pkg check now respects -r (rootdir) - relax ABI checking - Lots of improvements and bugs fixes regaring BACKUP_LIBRARIES features - Integrate BACKUP_LIBRARIES in the solver - Add vital flag to the list of flag which we need to consider for package reinstallation - tack uname, gname, mtime, permissions and fflags in the db and in the manifest instead of relying on the tar informations. which gives us pkg check -m to check for for metadata changes. - METALOG: add entries for intermediate directories - better 404 reporting - fix return code for pkg upgrade -n - new pkg sets alias example in default pkg.conf - new DEBUG_SCHEDULER_DOT_FILE option to generate a graphviz DOT format for the job graph - loosen ordering for upgrade jobs (reduces a lot the number of split upgrades and speed up the scheduler on setup with large number of packages.) --- ports-mgmt/pkg-devel/Makefile | 4 ++-- ports-mgmt/pkg-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index dff9f494e8a9..adb854900249 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 2.2.99.2 +DISTVERSION= 2.3.99.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= cf0e11958 +GH_TAGNAME= 1814638b1 USE_LDCONFIG= ${PREFIX}/lib/compat/pkg HAS_CONFIGURE= yes diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 2255dfa4d0c1..72298c79a193 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756888391 -SHA256 (freebsd-pkg-2.2.99.2-cf0e11958_GH0.tar.gz) = 045007f6134378c4b58cda92f30425bac280862c433e2c478bfa214ea8168088 -SIZE (freebsd-pkg-2.2.99.2-cf0e11958_GH0.tar.gz) = 16521501 +TIMESTAMP = 1761209341 +SHA256 (freebsd-pkg-2.3.99.1-1814638b1_GH0.tar.gz) = 9e41a96c955b0eb256a616507d0d0ef84d353820848dd3a717ac37e935cebca6 +SIZE (freebsd-pkg-2.3.99.1-1814638b1_GH0.tar.gz) = 16475101home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510230850.59N8oNod055925>
