mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Release pkg 1.11.99.0
- add support for packages compress in zstandard format - improve messages output adding marks to separate messages from each packages and messages within a given packages - messages can now contain variables: ${PREFIX} ${PKGNAME} for now
This commit is contained in:
parent
76d8ee2819
commit
d6c1c9d5eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505153
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.10.99.14
|
||||
DISTVERSION= 1.11.99.0
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
CATEGORIES= ports-mgmt
|
||||
PKGNAMESUFFIX= -devel
|
||||
@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= 6c9b3097
|
||||
GH_TAGNAME= a13ed598
|
||||
|
||||
WITH_DEBUG= yes
|
||||
CFLAGS+= -O0 -g -Wno-error
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1558947499
|
||||
SHA256 (freebsd-pkg-1.10.99.14-6c9b3097_GH0.tar.gz) = 545b20925763dc473a37d117943df84024514203753bc4743214a69aa69da7aa
|
||||
SIZE (freebsd-pkg-1.10.99.14-6c9b3097_GH0.tar.gz) = 3560806
|
||||
TIMESTAMP = 1561553365
|
||||
SHA256 (freebsd-pkg-1.11.99.0-a13ed598_GH0.tar.gz) = 3b150e3596ff08c4b89e3289ea0a6bef2f66e0081f3411c1a70625bb42ef3441
|
||||
SIZE (freebsd-pkg-1.11.99.0-a13ed598_GH0.tar.gz) = 3561666
|
||||
|
Loading…
Reference in New Issue
Block a user