mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 2.1.1
- Update MASTER_SITES - Update WWW Changes: http://devel.ringlet.net/textproc/confget/CHANGES - fix the check for more than one requested query type
This commit is contained in:
parent
adf3dcb641
commit
b5af71738b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486105
3 changed files with 8 additions and 7 deletions
|
@ -2,9 +2,9 @@
|
|||
# $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
|
||||
|
@ -15,9 +15,10 @@ 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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: http://devel.ringlet.net/textproc/confget/
|
||||
WWW: https://devel.ringlet.net/textproc/confget/
|
||||
|
|
Loading…
Add table
Reference in a new issue