Update to 1.5.99.6
Changes: - Manpages updates - Add a random delay to pkg-audit when invoked without a TTY - Update zsh completion - Add a new AUTOCLEAN option to automatically clean the cache directory - Don't attempt to set file ownership when INSTALL_AS_USER is set - Add a new configuration item to define custom HTTP User-Agent - Fix an integer overflow when displaying package size for packages larger than 2GiB. - Initial support for flexible dependencies - Allow to specify dependencies without hardcoded versions
This commit is contained in:
parent
4c3504aef6
commit
7f8f30a522
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392006
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.5.99.5
|
||||
DISTVERSION= 1.5.99.6
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pkg-1.5.99.5.tar.xz) = a1f5abe34c89b7f5e2597912de7c698872396f6df1f795ea72fb96edebacb110
|
||||
SIZE (pkg-1.5.99.5.tar.xz) = 1922924
|
||||
SHA256 (pkg-1.5.99.6.tar.xz) = 211797178cd0d5a8d781bb9d5945e255cd4e482109450532cea46b112cff9c82
|
||||
SIZE (pkg-1.5.99.6.tar.xz) = 1921100
|
||||
|
|
Loading…
Reference in a new issue