Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2019 07:07:08 +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: r505815 - head/ports-mgmt/pkg-devel
Message-ID:  <201907040707.x64778S3032066@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907040707.x64778S3032066>