Update to 1.4.0.pre-alpha9
Changes: - Fix pkg-delete -q [1] - pkg-add: Respect locked packages on forced invocation [2] - Rework fields in manifests digests (based on [3]): added: * depends * shlib provides/requires * users * groups removed: * maintainer * www * message * comment - Fix forced repo update when checksum is changed - pkg-(add|install|upgrade): Respect locked packages on forced invocation. [2] - Fix autoremove -n - Remove dead case fallthrough in pkg_jobs_universe_process_item() - Remove dead PKG_FLAG_RECURSIVE handling code Submitted by: grembo [2] Maxim Ignatenko [3] Suggested by: az [1] With hat: pkg@
This commit is contained in:
parent
234c1a0626
commit
de847b6e8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364696
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.4.0.pre-alpha8
|
||||
DISTVERSION= 1.4.0.pre-alpha9
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= \
|
||||
http://highsecure.ru/distfiles/ \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SIZE (pkg-1.4.0.pre-alpha8.tar.xz) = 1746024
|
||||
SHA256 (pkg-1.4.0.pre-alpha8.tar.xz) = bda7e79904bf5e859616d20066913dc0acccd90962ca5a70116b4af6a4418660
|
||||
SIZE (pkg-1.4.0.pre-alpha9.tar.xz) = 1773720
|
||||
SHA256 (pkg-1.4.0.pre-alpha9.tar.xz) = ded45c902c2959670296a008a121f2d161c1645543c6cf57ca45a7ceab52217b
|
||||
|
|
Loading…
Reference in a new issue