Update to 1.15.99.5
changes: - New feature: @include for plist - internal only: remove utstring in favor of posix open_memstream - plenty of small memory improvements
This commit is contained in:
parent
9178831d6e
commit
fe2ba86ba5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552854
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.15.99.4
|
||||
DISTVERSION= 1.15.99.5
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
CATEGORIES= ports-mgmt
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= 3793c209
|
||||
GH_TAGNAME= e56811fa
|
||||
|
||||
CFLAGS+= -O0 -g -Wno-error
|
||||
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1602573875
|
||||
SHA256 (freebsd-pkg-1.15.99.4-3793c209_GH0.tar.gz) = bf7b5b7fb0b096f7b11ed76b91b267d0b8e33701b02045cbca8507eb1ff159a1
|
||||
SIZE (freebsd-pkg-1.15.99.4-3793c209_GH0.tar.gz) = 3825683
|
||||
TIMESTAMP = 1603265056
|
||||
SHA256 (freebsd-pkg-1.15.99.5-e56811fa_GH0.tar.gz) = 9e33a84614949acc6ab7b9576e66d70ea9234ddba9e8c27a8a9107667ff80156
|
||||
SIZE (freebsd-pkg-1.15.99.5-e56811fa_GH0.tar.gz) = 3824064
|
||||
|
|
Loading…
Reference in a new issue