mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pkg
|
PORTNAME= pkg
|
||||||
DISTVERSION= 1.10.99.14
|
DISTVERSION= 1.11.99.0
|
||||||
_PKG_VERSION= ${DISTVERSION}
|
_PKG_VERSION= ${DISTVERSION}
|
||||||
CATEGORIES= ports-mgmt
|
CATEGORIES= ports-mgmt
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= freebsd
|
GH_ACCOUNT= freebsd
|
||||||
GH_TAGNAME= 6c9b3097
|
GH_TAGNAME= a13ed598
|
||||||
|
|
||||||
WITH_DEBUG= yes
|
WITH_DEBUG= yes
|
||||||
CFLAGS+= -O0 -g -Wno-error
|
CFLAGS+= -O0 -g -Wno-error
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1558947499
|
TIMESTAMP = 1561553365
|
||||||
SHA256 (freebsd-pkg-1.10.99.14-6c9b3097_GH0.tar.gz) = 545b20925763dc473a37d117943df84024514203753bc4743214a69aa69da7aa
|
SHA256 (freebsd-pkg-1.11.99.0-a13ed598_GH0.tar.gz) = 3b150e3596ff08c4b89e3289ea0a6bef2f66e0081f3411c1a70625bb42ef3441
|
||||||
SIZE (freebsd-pkg-1.10.99.14-6c9b3097_GH0.tar.gz) = 3560806
|
SIZE (freebsd-pkg-1.11.99.0-a13ed598_GH0.tar.gz) = 3561666
|
||||||
|
|
Loading…
Add table
Reference in a new issue