Date: Fri, 8 Nov 2024 10:28:36 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3b324a273def - main - ports-mgmt/pkg-devel: update to 1.21.99.3 Message-ID: <202411081028.4A8ASant061878@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b324a273defb27303eed2a10d8accd109ef8c5c commit 3b324a273defb27303eed2a10d8accd109ef8c5c Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-11-08 08:11:40 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-11-08 10:28:33 +0000 ports-mgmt/pkg-devel: update to 1.21.99.3 Changes from 1.21.99.2 to 1.21.99.3 - alias: prime-origins is now uniq - curl: improve debug output - file protocol now respects rfc8089 definition - fix glob search case sensitive support - update curl to latest version - update sqlite to latest version - update lua to latest version - time: remove usage of deprecated functions - allow to build against an external libcurl - fix build with external libarchive - improve portability - add support to use an external 3-way merge tool for @config files Sponsored by Future Crew, LLC - rework the job scheduler, the new jobs scheduler: all known to date scheduler issues are fixed with this new scheduler Sponsored by the FreeBSD Foundation --- ports-mgmt/pkg-devel/Makefile | 4 ++-- 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 d0d0c7f2973d..67447deae1fe 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 1.21.99.2 +DISTVERSION= 1.21.99.3 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 1da675e43 +GH_TAGNAME= d94a95262 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 0f397dd1f647..9c5bb64b2bcc 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721995874 -SHA256 (freebsd-pkg-1.21.99.2-1da675e43_GH0.tar.gz) = e152d33727c474089e6f7f839ad70ac352bb51f909efe3295aa63e367708a8e0 -SIZE (freebsd-pkg-1.21.99.2-1da675e43_GH0.tar.gz) = 16307806 +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411081028.4A8ASant061878>