mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
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)
This commit is contained in:
parent
b6d3556bbb
commit
89f14b81bc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user