git: ba7d9cfe04fb - main - ports-mgmt/pkg: update to 2.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Mar 2025 07:42:18 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ba7d9cfe04fb85fbd86013c4c1d01ffce95dc9b0
commit ba7d9cfe04fb85fbd86013c4c1d01ffce95dc9b0
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-03-28 07:33:55 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-03-28 07:39:45 +0000
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
---
ports-mgmt/pkg/Makefile | 2 +-
ports-mgmt/pkg/distinfo | 6 +++---
ports-mgmt/pkg/pkg-plist | 1 +
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index 650f7b39b23f..ac55a67c5baf 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pkg
-DISTVERSION= 2.0.6
+DISTVERSION= 2.1.0
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo
index c31a8e0eb516..02287a391e90 100644
--- a/ports-mgmt/pkg/distinfo
+++ b/ports-mgmt/pkg/distinfo
@@ -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
diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist
index e97ee7723ac4..2ba7bb82062f 100644
--- a/ports-mgmt/pkg/pkg-plist
+++ b/ports-mgmt/pkg/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