diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-03 07:13:25 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-03 07:13:25 +0000 |
| commit | 3bd915bd8cb182abd784a7af7b5224b45adfa7e9 (patch) | |
| tree | ad2c272d80098c2af17334f620068a5a4c7b3c21 | |
| parent | 43da9d8b781b0d66224076f6c4bf6698638caee6 (diff) | |
ports-mgmt/pkg: update to 2.6.1
- fix regression in pkg delete -f: it should always ignore rdeps
| -rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
| -rw-r--r-- | ports-mgmt/pkg/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index e391d8a6759d..e2dad9e02b5f 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 2.6.0 +DISTVERSION= 2.6.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 3ccd1a59316c..1ed85453fbe3 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772471682 -SHA256 (freebsd-pkg-2.6.0_GH0.tar.gz) = 2a0f05a79e13cd7c996f93979eb3156ae96c32394cff1677394c6c3c6fdf6f92 -SIZE (freebsd-pkg-2.6.0_GH0.tar.gz) = 16517834 +TIMESTAMP = 1772521999 +SHA256 (freebsd-pkg-2.6.1_GH0.tar.gz) = 43976fdb02d9e81b6fc796b20105c384e76f5249fbcf8a7e67136204de163775 +SIZE (freebsd-pkg-2.6.1_GH0.tar.gz) = 16517949 |
