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)
This commit is contained in:
parent
33c76b3f94
commit
6f402834a7
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue