Update to 1.4.0.a4
Changes: - Reinstall packages if one of its dependency have change While hackish this allows seamless upgrade of perl5 and ruby2 - Fix pkg audit as used from ports - Reject chroot for unknown ABIs - Fix generating repos from 1.3 created packages - Allow to build out of the source tree - Fix ABI detection on armeb - Fix some left overs from Unique id migration - Fix pkg delete regression (it is again recursive by default) - Locked packages prevent deleting anything that depends on them - Fix pkg upgrade on multi repo - Fix pkg upgrade ignoring the lock flag Thank you very much for all the testers and reports! Please keep testing!
This commit is contained in:
parent
1896969863
commit
94fe893051
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371752
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.4.0.alpha3
|
||||
DISTVERSION= 1.4.0.alpha4
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pkg-1.4.0.alpha3.tar.xz) = ae79ec05f1730cec4145013a86c2d7083c6283f905ff63cb009e44c7629721f7
|
||||
SIZE (pkg-1.4.0.alpha3.tar.xz) = 1767052
|
||||
SHA256 (pkg-1.4.0.alpha4.tar.xz) = 182c67218b5726b77687b2dbebfdafde8cea032e8b3efd8b484bd1001933d97e
|
||||
SIZE (pkg-1.4.0.alpha4.tar.xz) = 1775184
|
||||
|
|
Loading…
Reference in a new issue