Date: Fri, 26 Jul 2024 12:17:19 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: e58d0aa4a802 - main - ports-mgmt/pkg-devel: update to 1.21.99.2 Message-ID: <202407261217.46QCHJKq038571@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=e58d0aa4a802e8e92e0b6bb9872204e333950103 commit e58d0aa4a802e8e92e0b6bb9872204e333950103 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-07-26 12:15:01 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-07-26 12:15:01 +0000 ports-mgmt/pkg-devel: update to 1.21.99.2 Changes from 1.21.99.1 to 1.21.99.2 - audit: add -d to audit packages in a specified directory - bug fix: fix upgrade with symlinks becoming directories - debug: implement debug flags to allow to cherrypick the debug flags to print - check: remove -B and -r options - compression: allow to defined the number of threads to use with zstd and xz - curl: update to 8.9.0 - http: add support for HTTP_PROXY_AUTH - periodic: remove compat_vars - info: fix json formatted output - manpages: lots of fixes and improvements - install/upgrade: now removed packaages are printed at the bottom of the list of changes - using -r <repo> now always enable the repository specified - periodic: provide a mechanism to ignore jails via prefix matching - upgrade: allow the used to ignore options changes in the triggers to reinstall a package - lock/unlock: fix batch operations - osversion: fix confusing message - new attempt at better handling vital during upgrades - sqlite: update to 3.46.0 --- 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 3b4e10ef4ddf..d0d0c7f2973d 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 1.21.99.1 +DISTVERSION= 1.21.99.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 87f06006b +GH_TAGNAME= 1da675e43 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 bf82fa011df6..0f397dd1f647 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713173922 -SHA256 (freebsd-pkg-1.21.99.1-87f06006b_GH0.tar.gz) = c86079a110132093d80ac9a4ffde593e7795608b5e69654562f33be781bc3ed9 -SIZE (freebsd-pkg-1.21.99.1-87f06006b_GH0.tar.gz) = 16225862 +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407261217.46QCHJKq038571>