diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-05-16 15:03:24 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-05-24 17:30:55 +0200 |
commit | ac506e2f50a644e2ba552af7e4560f91368fe063 (patch) | |
tree | 2a59450a5ee8cf0be9a1a4ac0ccb4d0a669c3fa0 | |
parent | devel/pkgconf: upgrade to 2.4.3 (diff) |
ports-mgmt/pkg: update to 2.1.3
More work on pkg add performances
Fix symbols collision between libmd and libcrypto
PR: 286832
Exp-run: Antoine
-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 8e3d41f85f6e..a21b0ba59fa0 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 2.1.2 +DISTVERSION= 2.1.3 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 00b11afd3ada..cc25182e1b33 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745466277 -SHA256 (freebsd-pkg-2.1.2_GH0.tar.gz) = b44325c6775102b2315220bd817b08ad911e8311d28a883fffd5f2a289fb3643 -SIZE (freebsd-pkg-2.1.2_GH0.tar.gz) = 16431231 +TIMESTAMP = 1747400591 +SHA256 (freebsd-pkg-2.1.3_GH0.tar.gz) = 823b573d0d43ad6dbdc553236ca1f7717bd8f57f4289dac96121423575757e07 +SIZE (freebsd-pkg-2.1.3_GH0.tar.gz) = 16427368 |