git: 2ed639c3a78b - main - ports-mgmt/pkg-devel: Update to 2.0.99.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Mar 2025 10:39:07 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ed639c3a78b7f470f7987d6f74e1c91cb703e7c commit 2ed639c3a78b7f470f7987d6f74e1c91cb703e7c Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-03-11 10:38:12 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-03-11 10:38:52 +0000 ports-mgmt/pkg-devel: Update to 2.0.99.6 Changes: - add: readd support for provides/requires - fix pkg bootstrap -y - fix memory leaks - libpkg: allow non interactive way to set IGNORE OSVERSION - update libcurl to 8.12.1 - fix progression counters - improve VITAL flag handling --- ports-mgmt/pkg-devel/Makefile | 4 ++-- ports-mgmt/pkg-devel/distinfo | 6 +++--- ports-mgmt/pkg-devel/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index a8e7a20dc7c2..37f842564b23 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 2.0.99.5 +DISTVERSION= 2.0.99.6 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= ef429033d +GH_TAGNAME= 4289d7d58 CFLAGS+= -O0 -g -Wno-error USE_LDCONFIG= ${PREFIX}/lib/compat/pkg diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 945db388752c..3834ed4efad7 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740500481 -SHA256 (freebsd-pkg-2.0.99.5-ef429033d_GH0.tar.gz) = 9ff42e227829cea94836b19bf363366424149191bef1cb7ecaf5e16d48dea66b -SIZE (freebsd-pkg-2.0.99.5-ef429033d_GH0.tar.gz) = 16418265 +TIMESTAMP = 1741689448 +SHA256 (freebsd-pkg-2.0.99.6-4289d7d58_GH0.tar.gz) = fe1ec2e6728db9b1cb65e554a8612ce50ab3e265dc69f790558310f71116123e +SIZE (freebsd-pkg-2.0.99.6-4289d7d58_GH0.tar.gz) = 16429899 diff --git a/ports-mgmt/pkg-devel/pkg-plist b/ports-mgmt/pkg-devel/pkg-plist index 120aaf082a57..77f4c6c0bd4a 100644 --- a/ports-mgmt/pkg-devel/pkg-plist +++ b/ports-mgmt/pkg-devel/pkg-plist @@ -42,6 +42,7 @@ share/man/man8/pkg-query.8.gz share/man/man8/pkg-register.8.gz share/man/man8/pkg-remove.8.gz share/man/man8/pkg-repo.8.gz +share/man/man8/pkg-repositories.8.gz share/man/man8/pkg-rquery.8.gz share/man/man8/pkg-search.8.gz share/man/man8/pkg-set.8.gz