svn commit: r505815 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Thu Jul 4 07:07:09 UTC 2019
Author: bapt
Date: Thu Jul 4 07:07:07 2019
New Revision: 505815
URL: https://svnweb.freebsd.org/changeset/ports/505815
Log:
Update to 1.11.99.1
- Add support for lua scripting:
for now it allows to use scripts in lua instead of shell scripts
everywhere possible, including keywords.
- Fix detection of libarchive built 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 Thu Jul 4 03:26:49 2019 (r505814)
+++ head/ports-mgmt/pkg-devel/Makefile Thu Jul 4 07:07:07 2019 (r505815)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.11.99.0
+DISTVERSION= 1.11.99.1
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
@@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= freebsd
-GH_TAGNAME= a13ed598
+GH_TAGNAME= 09641ddd
WITH_DEBUG= yes
CFLAGS+= -O0 -g -Wno-error
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Thu Jul 4 03:26:49 2019 (r505814)
+++ head/ports-mgmt/pkg-devel/distinfo Thu Jul 4 07:07:07 2019 (r505815)
@@ -1,3 +1,3 @@
-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
+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
More information about the svn-ports-all
mailing list