Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2025 16:00:45 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: 2b92635224f9 - main - ports-mgmt/pkg-devel: silent a warning which bothers poudriere
Message-ID:  <202501031600.503G0jSE090041@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=2b92635224f93f7848134ed46923f442ad5c5025

commit 2b92635224f93f7848134ed46923f442ad5c5025
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-01-03 16:00:12 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-01-03 16:00:41 +0000

    ports-mgmt/pkg-devel: silent a warning which bothers poudriere
---
 ports-mgmt/pkg-devel/Makefile | 3 ++-
 ports-mgmt/pkg-devel/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index 48a569aa9863..9855f06a5666 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pkg
 DISTVERSION=	2.0.b2
+PORTREVISION=	1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel
@@ -12,7 +13,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	f13d34fe5
+GH_TAGNAME=	e59b8440f
 
 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 ae3371053632..8c456dcbdfed 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735901478
-SHA256 (freebsd-pkg-2.0.b2-f13d34fe5_GH0.tar.gz) = bc6ff37bc3c4163abb78582e320e369f1b195bde6f84f02ac7b4afa7ec583d34
-SIZE (freebsd-pkg-2.0.b2-f13d34fe5_GH0.tar.gz) = 16389176
+TIMESTAMP = 1735920001
+SHA256 (freebsd-pkg-2.0.b2-e59b8440f_GH0.tar.gz) = eb3b55ad0d6c4a5dc2fbce27a4166757eb47753704e15e1ca409ee1185302035
+SIZE (freebsd-pkg-2.0.b2-e59b8440f_GH0.tar.gz) = 16388844



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501031600.503G0jSE090041>