mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
ports-mgmt/pkg: update to 2.1.0
/!\ Committer visible changes /!\ in poudriere and system using pkg add, pkg will verify that provides requires (including for shlibs) are satisfied, which meaning it can now stop stating a missing required dependency is missing, which up to now where happening unnoticed! Major changes: * pkg add: now supports shlibs and regular provides/requires * info -r and -d now shows shlibs and regular provides/requires * new --script-no-exec: which makes pkg dies if a script attempt to exec an external binary Other changes: * improve VITAL flag handling * upgrade libcurl to latest version * fix pkg bootstrap -y * libpkg: allow non interactive way to set IGNORE\_OSVERSION * lots of internal bug fixes * fix progress PR: 285325 Exp-run: antoine
This commit is contained in:
parent
0308d79699
commit
ba7d9cfe04
3 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pkg
|
||||
DISTVERSION= 2.0.6
|
||||
DISTVERSION= 2.1.0
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
CATEGORIES= ports-mgmt
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1739281469
|
||||
SHA256 (freebsd-pkg-2.0.6_GH0.tar.gz) = 0fdc2986b3dd6ecb0b3c66bfc5999a8770712833ba88277a07ec1a065787a7fc
|
||||
SIZE (freebsd-pkg-2.0.6_GH0.tar.gz) = 16399889
|
||||
TIMESTAMP = 1743147145
|
||||
SHA256 (freebsd-pkg-2.1.0_GH0.tar.gz) = 4c6bcf0dd3b52fbb00af7a1bbbbf938c0cdfc92854489df1682327fb667a0dad
|
||||
SIZE (freebsd-pkg-2.1.0_GH0.tar.gz) = 16430965
|
||||
|
|
|
@ -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