Index: head/textproc/confget/Makefile =================================================================== --- head/textproc/confget/Makefile (revision 486104) +++ head/textproc/confget/Makefile (revision 486105) @@ -1,35 +1,36 @@ # Created by: Peter Pentchev # $FreeBSD$ PORTNAME= confget -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= textproc -MASTER_SITES= http://devel.ringlet.net/files/textproc/confget/ \ +MASTER_SITES= https://devel.ringlet.net/files/textproc/confget/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Read variables from INI-style configuration files LICENSE= BSD2CLAUSE OPTIONS_DEFINE= EXAMPLES PCRE OPTIONS_DEFAULT=PCRE +USES= gmake tar:xz + MAKE_ENV= CFLAGS_CONF=-DHAVE_FGETLN TEST_TARGET= test -USES= gmake tar:xz PLIST_FILES= bin/confget \ man/man1/confget.1.gz PORTEXAMPLES= t1.ini t2.ini PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_MAKE_ENV_OFF= PCRE_CFLAGS="" PCRE_LIBS="" do-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_PROGRAM} ${WRKSRC}/confget ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/confget.1 ${STAGEDIR}${PREFIX}/man/man1/ cd ${WRKSRC}/t/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/ .include Index: head/textproc/confget/distinfo =================================================================== --- head/textproc/confget/distinfo (revision 486104) +++ head/textproc/confget/distinfo (revision 486105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510515075 -SHA256 (confget-2.1.0.tar.xz) = 08b418ed437ee779fa32ce42e85574500acad99eaf7d433f5ceb77dca39cd4b7 -SIZE (confget-2.1.0.tar.xz) = 17120 +TIMESTAMP = 1543424488 +SHA256 (confget-2.1.1.tar.xz) = 10775d7430ef567e0aa3a148870aeac2b6465a396cd63f6c7dbf8b63d1de9b80 +SIZE (confget-2.1.1.tar.xz) = 17344 Index: head/textproc/confget/pkg-descr =================================================================== --- head/textproc/confget/pkg-descr (revision 486104) +++ head/textproc/confget/pkg-descr (revision 486105) @@ -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: http://devel.ringlet.net/textproc/confget/ +WWW: https://devel.ringlet.net/textproc/confget/