Index: head/textproc/confget/Makefile =================================================================== --- head/textproc/confget/Makefile (revision 530566) +++ head/textproc/confget/Makefile (revision 530567) @@ -1,38 +1,38 @@ # Created by: Peter Pentchev # $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 PLIST_FILES= bin/confget \ share/man/man1/confget.1.gz PORTEXAMPLES= t1.ini t2.ini OPTIONS_DEFINE= EXAMPLES PCRE OPTIONS_DEFAULT=PCRE PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_MAKE_ENV_OFF= PCRE_CFLAGS="" PCRE_LIBS="" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/confget ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/confget.1 ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/t/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/ .include Index: head/textproc/confget/distinfo =================================================================== --- head/textproc/confget/distinfo (revision 530566) +++ head/textproc/confget/distinfo (revision 530567) @@ -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 Index: head/textproc/confget/pkg-descr =================================================================== --- head/textproc/confget/pkg-descr (revision 530566) +++ head/textproc/confget/pkg-descr (revision 530567) @@ -1,13 +1,13 @@ The confget utility examines a INI-style configuration file and retrieves the value of the specified variables from the specified section. Its intended use is to let shell scripts use the same INI-style configuration files as other programs, to avoid duplication of data. The confget utility may retrieve the values of one or more variables, list all the variables in a specified section, list only those whose names or values match a specified pattern (shell glob or regular expression), or 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