mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
ports-mgmt/pkg-devel: update to 1.21.99.4
Changes: - ABI detection related fixes - Lots of fixs for MacOS - Fix host component handling in file:// URLs - build system: add --with-tsan support - fix threads on MacOS - pkg -vv now shows bundled/external libraries version - pkg: -r command can be used multiple times to only enable the specified repositories. - UI: small improvements in error messages - repositories: new pkg repositories command to list configured repositories - vuxml: now fetched over https - check: now default on the -s option when no options is passed.
This commit is contained in:
parent
e4732f0779
commit
2adecea2cd
@ -1,5 +1,5 @@
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.21.99.3
|
||||
DISTVERSION= 1.21.99.4
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
CATEGORIES= ports-mgmt
|
||||
PKGNAMESUFFIX= -devel
|
||||
@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= d94a95262
|
||||
GH_TAGNAME= 32d62aec9
|
||||
|
||||
CFLAGS+= -O0 -g -Wno-error
|
||||
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1731053424
|
||||
SHA256 (freebsd-pkg-1.21.99.3-d94a95262_GH0.tar.gz) = ca669541ed817b9a4ac411112e3ce19fb96e2b1ff8d8dee76fff4d10b5e291db
|
||||
SIZE (freebsd-pkg-1.21.99.3-d94a95262_GH0.tar.gz) = 16303748
|
||||
TIMESTAMP = 1732089835
|
||||
SHA256 (freebsd-pkg-1.21.99.4-32d62aec9_GH0.tar.gz) = 7b600c53fe3ba70a19438a6a2b3e7239bbffb137db5921e1631ef35a96e86aa2
|
||||
SIZE (freebsd-pkg-1.21.99.4-32d62aec9_GH0.tar.gz) = 16310344
|
||||
|
Loading…
Reference in New Issue
Block a user