Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Nov 2020 17:51: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: r554145 - head/ports-mgmt/pkg-devel
Message-ID:  <202011051751.0A5Hp8aj039317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Nov  5 17:51:08 2020
New Revision: 554145
URL: https://svnweb.freebsd.org/changeset/ports/554145

Log:
  Update to 1.15.99.7
  
  The main features is:
  - implement triggers mechanism (both lua and shell)
  
  Other changes:
  - Merge keywords preinstall script into a single "prepackaging script"
  - fix issues with script leaving process in the background
  - fix an issue with metalog duplicated entries
  - improve performances of pkg query -F
  - get rid of sysexits

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 Nov  5 17:42:01 2020	(r554144)
+++ head/ports-mgmt/pkg-devel/Makefile	Thu Nov  5 17:51:08 2020	(r554145)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.15.99.6
+DISTVERSION=	1.15.99.7
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel
@@ -13,7 +13,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	7b4c01eb
+GH_TAGNAME=	8c7d1284
 
 CFLAGS+=	-O0 -g -Wno-error
 USE_LDCONFIG=	${PREFIX}/lib/compat/pkg

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Thu Nov  5 17:42:01 2020	(r554144)
+++ head/ports-mgmt/pkg-devel/distinfo	Thu Nov  5 17:51:08 2020	(r554145)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603284764
-SHA256 (freebsd-pkg-1.15.99.6-7b4c01eb_GH0.tar.gz) = 70649afea9584f7dfb009649ea32ab86035044274d9562c98c8e6a88d261fb40
-SIZE (freebsd-pkg-1.15.99.6-7b4c01eb_GH0.tar.gz) = 3826225
+TIMESTAMP = 1604598441
+SHA256 (freebsd-pkg-1.15.99.7-8c7d1284_GH0.tar.gz) = 44bed7f06b00744a81f0f568349b55adaba2194e32dc186f5d286ee488b41352
+SIZE (freebsd-pkg-1.15.99.7-8c7d1284_GH0.tar.gz) = 3829512



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