aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-09-18 07:37:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-09-18 07:37:56 +0000
commitce9cb11db9d28691709139d9327ab6557cc3c676 (patch)
tree443a1568fe4a1e043ab3f0ed35e85e730c3831d2 /ports-mgmt
parentd290f5e346863d278d8f04620fc626c1189e4906 (diff)
downloadports-ce9cb11db9d28691709139d9327ab6557cc3c676.tar.gz
ports-ce9cb11db9d28691709139d9327ab6557cc3c676.zip
Release pkg 1.12.0
- updating: allow to use regular expession in AFFECTS: value - updating: improve the exact matching for AFFECTS: values - recommand using pkg bootstrap -f instead of pkg-static install -f to reinstall pkg itself - Add support for lua in package scripts (not documented yet) - Add support for lua in keywords definition (not documented yet) - Properly detect when base libarchive is linked to zstd and handle it. (needed an upcoming change in base) - Add a function tu lua script to append message at the run of the pkg process along with other messages - Add the missing warning about @unexec being deprecated for a while now in pkg-plist - Fix build with gmake - Ensure pkg_shutdown properly reinitialize all the closed fd to -1. - Do not crash when being passed an unsupported ABI
Notes
Notes: svn path=/head/; revision=512256
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg/Makefile2
-rw-r--r--ports-mgmt/pkg/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index c0c93e627623..2e0ea426cf6d 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.11.1
+DISTVERSION= 1.12.0
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
#MASTER_SITES= \
diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo
index 01c74439010d..61d2139a1c82 100644
--- a/ports-mgmt/pkg/distinfo
+++ b/ports-mgmt/pkg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559314706
-SHA256 (freebsd-pkg-1.11.1_GH0.tar.gz) = 7fd2ccc2cdabccda8f1aacaf101db73027116e907feecec29ca64a67f1b075f5
-SIZE (freebsd-pkg-1.11.1_GH0.tar.gz) = 3560701
+TIMESTAMP = 1568790737
+SHA256 (freebsd-pkg-1.12.0_GH0.tar.gz) = 53141c4833a9776d916fb31eff346b8877e687d54edaec59b8472b71f62ec165
+SIZE (freebsd-pkg-1.12.0_GH0.tar.gz) = 3867210