Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2022 02:24:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 80412a9f39b7 - main - textproc/confget: Update to 4.1.1
Message-ID:  <202210030224.2932OlU2097110@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 80412a9f39b75471dbaca2923a04ebea6d0558ad
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-03 02:14:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-03 02:14:23 +0000

    textproc/confget: Update to 4.1.1
    
    - Update MASTER_SITES: use upstream release tarball
    
    Changes:        https://gitlab.com/confget/confget/-/blob/master/CHANGES
---
 textproc/confget/Makefile | 8 ++++----
 textproc/confget/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile
index 8a4433458242..fd3a0a3eb327 100644
--- a/textproc/confget/Makefile
+++ b/textproc/confget/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	confget
-PORTVERSION=	4.1.0
-DISTVERSIONPREFIX=	release-
+PORTVERSION=	4.1.1
 CATEGORIES=	textproc
-MASTER_SITES=	https://gitlab.com/confget/confget/-/archive/release/${PORTVERSION}/
+MASTER_SITES=	https://devel.ringlet.net/files/textproc/confget/
+# https://gitlab.com/confget/confget/-/archive/release/${PORTVERSION}/
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Read variables from INI-style configuration files
@@ -10,7 +10,7 @@ WWW=		https://gitlab.com/confget/confget
 
 LICENSE=	BSD2CLAUSE
 
-USES=		gmake
+USES=		gmake tar:xz
 
 MAKE_ENV=	CFLAGS_CONF=-DHAVE_FGETLN
 TEST_TARGET=	test
diff --git a/textproc/confget/distinfo b/textproc/confget/distinfo
index 7c04e94b093c..f97d8bf204b4 100644
--- a/textproc/confget/distinfo
+++ b/textproc/confget/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643971002
-SHA256 (confget-release-4.1.0.tar.gz) = 7d6f61277b1c09b054bcb90dc624537a80616044162c7aa5d1d0d68c5e2b8295
-SIZE (confget-release-4.1.0.tar.gz) = 53165
+TIMESTAMP = 1663672754
+SHA256 (confget-4.1.1.tar.xz) = 04b2f4f13ec08d49bd220fc4ba866090c362dbb1284247855440bdef15c21acd
+SIZE (confget-4.1.1.tar.xz) = 46324



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