pkg-devel: Update to 1.14.99.4
Changes from 1.14.99.3 to 1.14.99.4 - Add function to lua scripts: * Simple stat() * filecopy to copy a file preserving its attributes * filecmp to compare files * update sqlite to latest version * Add a new 'hash' mode to pkg repo to make repositories CDN friendly * Isolate transport protocol to be able to easily change implementations in the futur * Fix invalid json in even_pipe * lots of portability fixes Approved by: bapt (implicit)
This commit is contained in:
parent
0f14d00ced
commit
54d61f44bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542626
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pkg
|
PORTNAME= pkg
|
||||||
DISTVERSION= 1.14.99.3
|
DISTVERSION= 1.14.99.4
|
||||||
_PKG_VERSION= ${DISTVERSION}
|
_PKG_VERSION= ${DISTVERSION}
|
||||||
CATEGORIES= ports-mgmt
|
CATEGORIES= ports-mgmt
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= freebsd
|
GH_ACCOUNT= freebsd
|
||||||
GH_TAGNAME= 338a136b
|
GH_TAGNAME= cd353a5b
|
||||||
|
|
||||||
CFLAGS+= -O0 -g -Wno-error
|
CFLAGS+= -O0 -g -Wno-error
|
||||||
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
|
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1593420931
|
TIMESTAMP = 1595239065
|
||||||
SHA256 (freebsd-pkg-1.14.99.3-338a136b_GH0.tar.gz) = bdeb3c7e35b8264eb559fde18d9760740598ba36843496e598047404143d7991
|
SHA256 (freebsd-pkg-1.14.99.4-cd353a5b_GH0.tar.gz) = 3f46de0bcfb08d398f326e74bfe44a35406a76d9e8965e49ad7fbe742fb412b3
|
||||||
SIZE (freebsd-pkg-1.14.99.3-338a136b_GH0.tar.gz) = 3800608
|
SIZE (freebsd-pkg-1.14.99.4-cd353a5b_GH0.tar.gz) = 3822524
|
||||||
|
|
Loading…
Reference in a new issue