Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2026 14:35:04 +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: 7012281fc3eb - main - ports-mgmt/pkg-devel: update to 1.5.99.1
Message-ID:  <698f3698.18456.338718a5@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=7012281fc3eb09e848b9952c193f96697474890b

commit 7012281fc3eb09e848b9952c193f96697474890b
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-02-13 14:34:05 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-02-13 14:34:05 +0000

    ports-mgmt/pkg-devel: update to 1.5.99.1
    
    Changes:
    - Improve debug messages
    - create: use -t to specify the MANIFEST file timestamps
    - @dir: fix permission set via @mode
    - manpages: fix some spelling
    - progress:
      * pad the counters to improve the output,
      * remove the hash from the package names
    - update mumhash to latest version
    - fetch: add -s/--sumlnk option for mirror mode.
    - fetch: honor PKG_REPO_SYMLINK env var
    - triggers: only defer triggers which will fork/exec something
    - db: enable WAL for databases on local file systems
    - query: add support for evaluation of complex attributes
    - store ignored shlibs in manifest and db
    - Allow to define shlibs_{proviced,required}_ignore in the manifest directly
    - configure: use some C23 features to reduce the number of checks in the configure
      script.
    - drastically reduce memory usage
    - fix an infinite loop on pkg autoremove
    - optimization: do not extract files if the installed oone is identical
    - if an extractions fails "file null mounted" complain and leave a file named
      .pkgnew aside
    - upgrade multiple fixes on decision making which might have result in usesless
      request to reinstall
    - pkg add ./file now check the version of the installed package if any and proposes
      to upgrade if necessary
    - fix a regression in url_decode
---
 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 bcad85f21d60..cb1e390e5aab 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pkg
-DISTVERSION=	2.5.99.0
+DISTVERSION=	2.5.99.1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel
@@ -12,7 +12,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	c642c9442
+GH_TAGNAME=	bdcacb7dc
 
 USE_LDCONFIG=	${PREFIX}/lib/compat/pkg
 HAS_CONFIGURE=	yes
diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo
index 11e5d4194190..b5bf216f6d06 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1765960020
-SHA256 (freebsd-pkg-2.5.99.0-c642c9442_GH0.tar.gz) = 362adbf5aef6b253e2dfc8b34ffc53d2d4feebbc2c9d65f123895451bfc78dc0
-SIZE (freebsd-pkg-2.5.99.0-c642c9442_GH0.tar.gz) = 16513547
+TIMESTAMP = 1770993203
+SHA256 (freebsd-pkg-2.5.99.1-bdcacb7dc_GH0.tar.gz) = 5177d3877d2123273085e840b57a2713216c22c8ea1caef3337e7724e1a57bcc
+SIZE (freebsd-pkg-2.5.99.1-bdcacb7dc_GH0.tar.gz) = 16518272


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698f3698.18456.338718a5>