mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
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
This commit is contained in:
parent
30ee5dddb9
commit
2ed639c3a7
3 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue