mirror of
https://git.freebsd.org/ports.git
synced 2025-04-27 17:16:37 -04:00
ports-mgmt/pkg: update to 2.1.2
Changes: - fix an important regression introduced in 2.1.1 - more performance improvement on pkg add Because of a bad merge between the main and the release branch of pkg some commits were missed and a regression was introduced in pkg 2.1.1 It results in some packages dependending on themselves which breaks early the various bulks. Those packages built with 2.1.1 needs to be recreated with 2.1.2 PR: 286130
This commit is contained in:
parent
5626746c4a
commit
3e75105eed
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pkg
|
||||
DISTVERSION= 2.1.1
|
||||
DISTVERSION= 2.1.2
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
CATEGORIES= ports-mgmt
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1745416245
|
||||
SHA256 (freebsd-pkg-2.1.1_GH0.tar.gz) = 933f57c7b4cc15ba7854fcc3d082f6e831e8d92bc210e2ca954a5669638c5113
|
||||
SIZE (freebsd-pkg-2.1.1_GH0.tar.gz) = 16430684
|
||||
TIMESTAMP = 1745466277
|
||||
SHA256 (freebsd-pkg-2.1.2_GH0.tar.gz) = b44325c6775102b2315220bd817b08ad911e8311d28a883fffd5f2a289fb3643
|
||||
SIZE (freebsd-pkg-2.1.2_GH0.tar.gz) = 16431231
|
||||
|
|
Loading…
Add table
Reference in a new issue