svn commit: r509896 - head/ports-mgmt/pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Mon Aug 26 10:04:46 UTC 2019


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


More information about the svn-ports-all mailing list