svn commit: r505153 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jun 26 12:53:33 UTC 2019
Author: bapt
Date: Wed Jun 26 12:53:32 2019
New Revision: 505153
URL: https://svnweb.freebsd.org/changeset/ports/505153
Log:
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
Modified:
head/ports-mgmt/pkg-devel/Makefile
head/ports-mgmt/pkg-devel/distinfo
Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile Wed Jun 26 12:28:20 2019 (r505152)
+++ head/ports-mgmt/pkg-devel/Makefile Wed Jun 26 12:53:32 2019 (r505153)
@@ -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
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Wed Jun 26 12:28:20 2019 (r505152)
+++ head/ports-mgmt/pkg-devel/distinfo Wed Jun 26 12:53:32 2019 (r505153)
@@ -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
More information about the svn-ports-head
mailing list