aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-05-27 08:53:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-05-27 08:57:56 +0000
commit6f402834a7b2032b091d4c99751a45682af9d927 (patch)
treeed8d195ff52b89b56f9bcbb25d186a225082280a
parent33c76b3f94f7236c32d7532fef22e0c5e33474bd (diff)
downloadports-6f402834a7b2032b091d4c99751a45682af9d927.tar.gz
ports-6f402834a7b2032b091d4c99751a45682af9d927.zip
ports-mgmt/pkg-devel: update to 1.17.99.10
Changes from 1.17.99.9 to 1.17.99.10 - greatly improve test coverage - many improvements in error handling for pkg fetch - Remove the deprecated pkg_get() function from the API - prevent @config files to be verified from pkg checksums checking - Remove ftp(s):// support - add tcp:// protocol support which allows to server packages form inetd and secure it via spiped for example - triggers can now be trigger when empty directories are added/removed - Add "orphans" aliases - speed up pkg which - Reduce the possibility to have a temporary file during package extraction which exceed NAME_MAX (maxium file name length) - If the pattern has a '/' in it, it now search origin and all other categories as well for example graphics/zathura and print/zathura will both match the zathura package - If the pattern has a '/' in it and a @ it will also search for the flavor <category>/<portname>@<flavor> # pkg install "editors/vim@tiny" # will install the vim-tiny package $ pkg search -g "editors/vim@*" vim Improved version of the vi editor (console flavor) vim-gtk2 Improved version of the vi editor (gtk2 flavor) vim-gtk3 Improved version of the vi editor (gtk3 flavor) vim-motif Improved version of the vi editor (motif flavor) vim-tiny Improved version of the vi editor (tiny flavor) vim-x11 Improved version of the vi editor (x11 flavor) - portability: build and run on alpine (musl)
-rw-r--r--ports-mgmt/pkg-devel/Makefile5
-rw-r--r--ports-mgmt/pkg-devel/distinfo6
2 files changed, 5 insertions, 6 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index 2beaad8d5d37..2dd9124567ae 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pkg
-DISTVERSION= 1.17.99.9
-PORTREVISION= 1
+DISTVERSION= 1.17.99.10
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
@@ -12,7 +11,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= freebsd
-GH_TAGNAME= 79246a32
+GH_TAGNAME= 23e097c7
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 fef1a94f802e..5effcb6e7c94 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1636711812
-SHA256 (freebsd-pkg-1.17.99.9-79246a32_GH0.tar.gz) = 0f7f75f11023ec23dedcd75b52f90c2102c0f4078d7cbf35b7ed3ffa2f3f4c93
-SIZE (freebsd-pkg-1.17.99.9-79246a32_GH0.tar.gz) = 3894636
+TIMESTAMP = 1653641320
+SHA256 (freebsd-pkg-1.17.99.10-23e097c7_GH0.tar.gz) = 5de7b4ec3db37fe4397375133bf230f4b9483f3406fe8d1f009a3573800696a6
+SIZE (freebsd-pkg-1.17.99.10-23e097c7_GH0.tar.gz) = 4020768