Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2020 11:46:54 +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: r524540 - head/ports-mgmt/pkg-devel
Message-ID:  <202001291146.00TBksaD043454@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jan 29 11:46:54 2020
New Revision: 524540
URL: https://svnweb.freebsd.org/changeset/ports/524540

Log:
  Update to 1.22.99.4
  - Document lua scripts
  - Document shell scripts
  - Document keywords ucl files
  - Add a variable to both lua scripts and shell script to allow
    the scripts to know they are actually being upgrading things

Modified:
  head/ports-mgmt/pkg-devel/Makefile
  head/ports-mgmt/pkg-devel/distinfo
  head/ports-mgmt/pkg-devel/pkg-plist

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Wed Jan 29 09:30:30 2020	(r524539)
+++ head/ports-mgmt/pkg-devel/Makefile	Wed Jan 29 11:46:54 2020	(r524540)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.12.99.3
+DISTVERSION=	1.12.99.4
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel
@@ -13,7 +13,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	6fbb16c9
+GH_TAGNAME=	72fa511f
 
 WITH_DEBUG=	yes
 CFLAGS+=	-O0 -g -Wno-error

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Wed Jan 29 09:30:30 2020	(r524539)
+++ head/ports-mgmt/pkg-devel/distinfo	Wed Jan 29 11:46:54 2020	(r524540)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579885787
-SHA256 (freebsd-pkg-1.12.99.3-6fbb16c9_GH0.tar.gz) = d2e881e47c57b7d33e174180394443306bae4614650c747c9d03fd37db10cc02
-SIZE (freebsd-pkg-1.12.99.3-6fbb16c9_GH0.tar.gz) = 3386312
+TIMESTAMP = 1580298354
+SHA256 (freebsd-pkg-1.12.99.4-72fa511f_GH0.tar.gz) = 2ea854b878412e44da89aff71fb1617848826ebd09bcd529757c5300ddd47816
+SIZE (freebsd-pkg-1.12.99.4-72fa511f_GH0.tar.gz) = 3386496

Modified: head/ports-mgmt/pkg-devel/pkg-plist
==============================================================================
--- head/ports-mgmt/pkg-devel/pkg-plist	Wed Jan 29 09:30:30 2020	(r524539)
+++ head/ports-mgmt/pkg-devel/pkg-plist	Wed Jan 29 11:46:54 2020	(r524540)
@@ -13,6 +13,9 @@ libdata/pkgconfig/pkg.pc
 man/man3/pkg_printf.3.gz
 man/man3/pkg_repos.3.gz
 man/man5/pkg-repository.5.gz
+man/man5/pkg-keywords.5.gz
+man/man5/pkg-lua-script.5.gz
+man/man5/pkg-script.5.gz
 man/man5/pkg.conf.5.gz
 man/man8/pkg-add.8.gz
 man/man8/pkg-alias.8.gz



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