Update to 1.3.0.a6:
Changes: - pkg delete is not recursive by default - pkg delete ui now explain why a package will be removed - pkg which now handle PATH when looking for a file - shared libraries are now directly resolved in the solver (no need anymore for explicit package dependency)
This commit is contained in:
parent
780442ee14
commit
703a9826c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349719
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.3.0.a5
|
||||
DISTVERSION= 1.3.0.a6
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= \
|
||||
http://files.etoilebsd.net/pkg/ \
|
||||
|
@ -18,6 +18,8 @@ LICENSE= BSD2CLAUSE
|
|||
# Disable CCACHE support because of the chicken/egg problem pkg should always
|
||||
# With no dependency at all
|
||||
NO_CCACHE= yes
|
||||
WITH_DEBUG= yes
|
||||
CFLAGS+= -O0 -g
|
||||
USE_LDCONFIG= yes
|
||||
USES= tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pkg-1.3.0.a5.tar.xz) = 7e723d50acff314dc6cc1dc670a014b08fc1bed0a4d00efd6df2052e8278fa60
|
||||
SIZE (pkg-1.3.0.a5.tar.xz) = 1668112
|
||||
SHA256 (pkg-1.3.0.a6.tar.xz) = 7359a858e64ad4d356d3b4abd3b4a33c80ffab162ee1b28243d72b484ecb0417
|
||||
SIZE (pkg-1.3.0.a6.tar.xz) = 1645396
|
||||
|
|
Loading…
Reference in a new issue