Date: Mon, 10 Oct 2022 14:21:43 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 89f14b81bc62 - main - ports-mgmt/pkg-devel: update to 1.18.99.6 Message-ID: <202210101421.29AELhDA047020@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=89f14b81bc62dedd3470df0d80a916403e04d065 commit 89f14b81bc62dedd3470df0d80a916403e04d065 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-10-10 13:20:21 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-10-10 14:21:34 +0000 ports-mgmt/pkg-devel: update to 1.18.99.6 Changes: - remove backup command, do backup pkg shell .dump should be preferred as already done via periodic script - (r)query: stricter command line validation - (r)query: new operators: =~ ==~ and !=~ - fix merging of config files accross split upgrades - fix a regression when executing a shell script (introduced in 1.18.99.4) --- ports-mgmt/pkg-devel/Makefile | 4 ++-- ports-mgmt/pkg-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index cdbf4337ffd0..6d8c3f8f1a02 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 1.18.99.5 +DISTVERSION= 1.18.99.6 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= aa683bf4 +GH_TAGNAME= 47e55a74 CFLAGS+= -O0 -g -Wno-error USE_LDCONFIG= ${PREFIX}/lib/compat/pkg diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 71466a6e8c2a..e34bd0e939c4 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664893491 -SHA256 (freebsd-pkg-1.18.99.5-aa683bf4_GH0.tar.gz) = 2155e8d456b1a0d2bd354e66890439adac27d543f0c7703d26ef2ba026fe0746 -SIZE (freebsd-pkg-1.18.99.5-aa683bf4_GH0.tar.gz) = 4056066 +TIMESTAMP = 1665408013 +SHA256 (freebsd-pkg-1.18.99.6-47e55a74_GH0.tar.gz) = 8a1c71877eebedbf2cb00c032562b05d8eab40100e706c44ad665fe99b08ffdb +SIZE (freebsd-pkg-1.18.99.6-47e55a74_GH0.tar.gz) = 4055319
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210101421.29AELhDA047020>