Date: Mon, 26 Aug 2019 10:04:45 +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: r509896 - head/ports-mgmt/pkg-devel Message-ID: <201908261004.x7QA4jFJ055571@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Aug 26 10:04:45 2019 New Revision: 509896 URL: https://svnweb.freebsd.org/changeset/ports/509896 Log: Update to 1.11.99.2: - Fix cross installation with new build system - Add a function to lua_script allowing to send a message which will be printed along with the other messages at the end of the message process. - Fix detection of libarchive with zstd support 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 Mon Aug 26 09:45:15 2019 (r509895) +++ head/ports-mgmt/pkg-devel/Makefile Mon Aug 26 10:04:45 2019 (r509896) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.11.99.1 +DISTVERSION= 1.11.99.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Mon Aug 26 09:45:15 2019 (r509895) +++ head/ports-mgmt/pkg-devel/distinfo Mon Aug 26 10:04:45 2019 (r509896) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562223541 -SHA256 (freebsd-pkg-1.11.99.1-09641ddd_GH0.tar.gz) = 143f2a2ef2e4b9c1b35dbbc036dc4421557abbe047f7b144ae5f2a3e472004ca -SIZE (freebsd-pkg-1.11.99.1-09641ddd_GH0.tar.gz) = 3866682 +TIMESTAMP = 1566813750 +SHA256 (freebsd-pkg-1.11.99.2-09641ddd_GH0.tar.gz) = 143f2a2ef2e4b9c1b35dbbc036dc4421557abbe047f7b144ae5f2a3e472004ca +SIZE (freebsd-pkg-1.11.99.2-09641ddd_GH0.tar.gz) = 3866682
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908261004.x7QA4jFJ055571>