Date: Fri, 05 Dec 2025 07:54:58 +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: 9409c58ef067 - main - ports-mgmt/pkg-devel: update to 2.4.99.1 Message-ID: <69328fd2.2775f.567921ef@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=9409c58ef067a0a3911bdccaff69218142966bcc commit 9409c58ef067a0a3911bdccaff69218142966bcc Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-12-05 07:54:07 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-12-05 07:54:07 +0000 ports-mgmt/pkg-devel: update to 2.4.99.1 Changes: - fetch: improve error reporting - fetch: properly integrate the curl debug informations in the pkg debug output - fetch: display curl IP address we are fetching from in debug mode - unregister(8): new command to remove the records from an installed package, keeping the files around - install --register-only: records the packages as installed without touching any installed files on the filesystem. Note in case on config files it also the vanilla version of the file in the db so 3way merge is functional for later upgrades - case sensitivity: lots of bug fixes, the behaviour is now consistent accross all commands and respect the default setting in pkg.conf. --- ports-mgmt/pkg-devel/Makefile | 5 ++--- ports-mgmt/pkg-devel/distinfo | 6 +++--- ports-mgmt/pkg-devel/pkg-plist | 1 + 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 941c18cdfcd4..85fa799f8b97 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME= pkg -DISTVERSION= 2.4.99.0 -PORTREVISION= 1 +DISTVERSION= 2.4.99.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -13,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 15f5bc4c4 +GH_TAGNAME= daa6b447e USE_LDCONFIG= ${PREFIX}/lib/compat/pkg HAS_CONFIGURE= yes diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 8aa2efe6e09a..61db67332c04 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761909303 -SHA256 (freebsd-pkg-2.4.99.0-15f5bc4c4_GH0.tar.gz) = 0f400336480165f3aff6a6254b9d273b2aa06319e78a0e0a800ff04e38fae95d -SIZE (freebsd-pkg-2.4.99.0-15f5bc4c4_GH0.tar.gz) = 16476546 +TIMESTAMP = 1764921123 +SHA256 (freebsd-pkg-2.4.99.1-daa6b447e_GH0.tar.gz) = 1f2e2c72c48939089f4ea460a2981bd9a63490f31dc1247be68bcc7cf20febf9 +SIZE (freebsd-pkg-2.4.99.1-daa6b447e_GH0.tar.gz) = 16475796 diff --git a/ports-mgmt/pkg-devel/pkg-plist b/ports-mgmt/pkg-devel/pkg-plist index 77f4c6c0bd4a..4ff40313ccb5 100644 --- a/ports-mgmt/pkg-devel/pkg-plist +++ b/ports-mgmt/pkg-devel/pkg-plist @@ -53,6 +53,7 @@ share/man/man8/pkg-static.8.gz share/man/man8/pkg-stats.8.gz share/man/man8/pkg-triggers.8.gz share/man/man8/pkg-unlock.8.gz +share/man/man8/pkg-unregister.8.gz share/man/man8/pkg-update.8.gz share/man/man8/pkg-updating.8.gz share/man/man8/pkg-upgrade.8.gzhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69328fd2.2775f.567921ef>
