Date: Wed, 11 Mar 2026 17:23:37 +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: b22a58d43ca2 - main - ports-mgmt/pkg-devel: update to 2.6.99.1 Message-ID: <69b1a519.47b38.48df1c1c@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=b22a58d43ca2c1bd6c5ebbe03b3ef71bd6c0d6c3 commit b22a58d43ca2c1bd6c5ebbe03b3ef71bd6c0d6c3 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2026-03-11 17:21:57 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2026-03-11 17:23:29 +0000 ports-mgmt/pkg-devel: update to 2.6.99.1 Changes: - greatly improve the test coverage - add support for trigger per package (pre installation, post installation) - fix info export wrong json for multiple packages - solver: many fixes preventing useless extra reinstallation - jobs: prevent install -f from deleting packages - upgrade: prevent rdeps discovery explosion - fix crash when using external merge tool - fix ctrl-c during download not really killing pkg - lots of code cleanup - prevent running in jail if fflages are involved and the jail does not allow them - prevent running if secure_level will block them - improve performance by adding new indexes - don't try anymore to upgrade the DB if it is readonly - only open the db RW if needed - fix pkg -N with WAL - repositories: add per repo ssh_args - delete,install,upgrade: add --autoremove - pkg install foo if foo is installed will now mark it as non automatic - pkg install -A foo if foo is installed will now mark it as automatic - query: print an empty line instead of nothing if querying a multiline with no value - install: accept https:// as an argument - plenty of small fixes - updating support globs - delete: fix -fR --- 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 f98a19805cf8..190cb7059471 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 2.6.99.0 +DISTVERSION= 2.6.99.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= cafd07ae1 +GH_TAGNAME= dbc6b671a USE_LDCONFIG= ${PREFIX}/lib/compat/pkg HAS_CONFIGURE= yes diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 0385a289fef6..65cd902af95a 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772522462 -SHA256 (freebsd-pkg-2.6.99.0-cafd07ae1_GH0.tar.gz) = c23ef80fee1db070b9b98c87fcb43c56e6504f1c2b3857ee1ff84b308b86eace -SIZE (freebsd-pkg-2.6.99.0-cafd07ae1_GH0.tar.gz) = 16517854 +TIMESTAMP = 1773249518 +SHA256 (freebsd-pkg-2.6.99.1-dbc6b671a_GH0.tar.gz) = 68be584ebff0600b909170b287211448bced6937e2eb88c90e67d5defdb1ce67 +SIZE (freebsd-pkg-2.6.99.1-dbc6b671a_GH0.tar.gz) = 16539852home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b1a519.47b38.48df1c1c>
