diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-08-03 08:00:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-08-03 08:00:22 +0000 |
commit | 132a3467d11a7443e5968bd43e3865c18f66e91c (patch) | |
tree | 637c48e51e30ab561007dd05f5f697313454b773 | |
parent | 1746b7ce5d867a7c393575e5d4d15948f85b51b1 (diff) | |
download | ports-132a3467d11a7443e5968bd43e3865c18f66e91c.tar.gz ports-132a3467d11a7443e5968bd43e3865c18f66e91c.zip |
ports-mgmt/pkg-devel: update to 1.18.99.1
Main change is a refactoring of the extraction process to fix a case
where during an upgrade a file becomes a directory
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 4 | ||||
-rw-r--r-- | 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 c8506253af21..fd00c4d5bea4 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 1.17.99.11 +DISTVERSION= 1.18.99.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 63985a71 +GH_TAGNAME= 9f5bcf3f 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 1db7cc912fc5..4f2a05a3c8cb 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653681928 -SHA256 (freebsd-pkg-1.17.99.11-63985a71_GH0.tar.gz) = f5adfcd3f1b4f40a8ecf687915a21df2bc8aff55c5b9a8c3f87090d416df68b5 -SIZE (freebsd-pkg-1.17.99.11-63985a71_GH0.tar.gz) = 4020034 +TIMESTAMP = 1659513608 +SHA256 (freebsd-pkg-1.18.99.1-9f5bcf3f_GH0.tar.gz) = 7c81eab9f777cebcfcf0e867460ce8fd0eddb1afd100833a792a00c5197991ca +SIZE (freebsd-pkg-1.18.99.1-9f5bcf3f_GH0.tar.gz) = 4023760 |