1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 2.3.1

- Update MASTER_SITES
- Update WWW

Changes:	https://gitlab.com/confget/confget/-/blob/debian/master/CHANGES
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-04-04 07:23:37 +00:00
parent 74d47c7a3b
commit 0f2ffb46e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530567
3 changed files with 8 additions and 8 deletions

View File

@ -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@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

View File

@ -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

View File

@ -10,4 +10,4 @@ check if a variable is present in the file at all. It has a "shell-quoting"
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