svn commit: r530567 - head/textproc/confget

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 4 07:31:01 UTC 2020


Author: sunpoet
Date: Sat Apr  4 07:23:37 2020
New Revision: 530567
URL: https://svnweb.freebsd.org/changeset/ports/530567

Log:
  Update to 2.3.1
  
  - Update MASTER_SITES
  - Update WWW
  
  Changes:	https://gitlab.com/confget/confget/-/blob/debian/master/CHANGES

Modified:
  head/textproc/confget/Makefile
  head/textproc/confget/distinfo
  head/textproc/confget/pkg-descr

Modified: head/textproc/confget/Makefile
==============================================================================
--- head/textproc/confget/Makefile	Sat Apr  4 07:23:29 2020	(r530566)
+++ head/textproc/confget/Makefile	Sat Apr  4 07:23:37 2020	(r530567)
@@ -2,17 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	confget
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.1
+DISTVERSIONPREFIX=	release-
 CATEGORIES=	textproc
-MASTER_SITES=	https://devel.ringlet.net/files/textproc/confget/ \
-		LOCAL/sunpoet
+MASTER_SITES=	https://gitlab.com/confget/confget/-/archive/release/${PORTVERSION}/
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Read variables from INI-style configuration files
 
 LICENSE=	BSD2CLAUSE
 
-USES=		gmake tar:xz
+USES=		gmake
 
 MAKE_ENV=	CFLAGS_CONF=-DHAVE_FGETLN
 TEST_TARGET=	test

Modified: head/textproc/confget/distinfo
==============================================================================
--- head/textproc/confget/distinfo	Sat Apr  4 07:23:29 2020	(r530566)
+++ head/textproc/confget/distinfo	Sat Apr  4 07:23:37 2020	(r530567)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568290936
-SHA256 (confget-2.3.0.tar.xz) = 50fac234109256855443ea871c015945dfa53fc8243adcfbae0ce634a934d0f6
-SIZE (confget-2.3.0.tar.xz) = 32552
+TIMESTAMP = 1585907196
+SHA256 (confget-release-2.3.1.tar.gz) = a13a9c8d6199ffad32b114851c6d8da8f8d6f68a49b66107c8e4a481f1039065
+SIZE (confget-release-2.3.1.tar.gz) = 39093

Modified: head/textproc/confget/pkg-descr
==============================================================================
--- head/textproc/confget/pkg-descr	Sat Apr  4 07:23:29 2020	(r530566)
+++ head/textproc/confget/pkg-descr	Sat Apr  4 07:23:37 2020	(r530567)
@@ -10,4 +10,4 @@ check if a variable is present in the file at all.  It
 output mode that quotes the variable values in a way suitable for passing
 them directly to a Bourne-style shell.
 
-WWW: https://devel.ringlet.net/textproc/confget/
+WWW: https://gitlab.com/confget/confget


More information about the svn-ports-head mailing list