Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2026 17:08:14 +0000
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: fe6dc380e6ac - main - ports-mgmt/pkg-devel: update to 2.6.99.2
Message-ID:  <69b838fe.21e60.51f93f24@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fe6dc380e6aceddecb2c155b71a2c90d3793b46a

commit fe6dc380e6aceddecb2c155b71a2c90d3793b46a
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-03-16 17:06:58 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-03-16 17:08:06 +0000

    ports-mgmt/pkg-devel: update to 2.6.99.2
    
    Changes:
    - fetch: switch back to libfetch, completely remove curl
    - add: resolve shlibs and provides via symlink directory layout
    - add: ignore dead symlinks for provides/requires
    - add: skip osversion check when force is set
    - install -A: do not mark upgraded/reinstalled packages as automatic
    - DB: fix a race condition in db initialization
    - 400.status-pkg: provide an option to select the source to check
    - docs: all manpages now mention -r can be called multiple times
    - docs: update usage for create, install and set commands
---
 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 190cb7059471..03ad6b8fee41 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pkg
-DISTVERSION=	2.6.99.1
+DISTVERSION=	2.6.99.2
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel
@@ -12,7 +12,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	dbc6b671a
+GH_TAGNAME=	22a108d91
 
 USE_LDCONFIG=	${PREFIX}/lib/compat/pkg
 HAS_CONFIGURE=	yes
diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo
index 65cd902af95a..bc00b3e413d1 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1773249518
-SHA256 (freebsd-pkg-2.6.99.1-dbc6b671a_GH0.tar.gz) = 68be584ebff0600b909170b287211448bced6937e2eb88c90e67d5defdb1ce67
-SIZE (freebsd-pkg-2.6.99.1-dbc6b671a_GH0.tar.gz) = 16539852
+TIMESTAMP = 1773680674
+SHA256 (freebsd-pkg-2.6.99.2-22a108d91_GH0.tar.gz) = 3a76b12412db1ac04b8bac30e25fc38bc7e1f09026091f02765f68955546888f
+SIZE (freebsd-pkg-2.6.99.2-22a108d91_GH0.tar.gz) = 12339951


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b838fe.21e60.51f93f24>