Date: Wed, 26 Jun 2019 12:53:32 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505153 - head/ports-mgmt/pkg-devel Message-ID: <201906261253.x5QCrWOc035770@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906261253.x5QCrWOc035770>