aboutsummaryrefslogtreecommitdiff
path: root/textproc/confget
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-28 19:17:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-28 19:17:38 +0000
commitb5af71738b0a4dfb3b6e0cac1c7c817fb4f0e9b0 (patch)
tree38cf9507150109140de7f3748cb7788d6cfdf485 /textproc/confget
parentadf3dcb641e6be3f0399880b1c1507d7d33373e9 (diff)
Notes
Diffstat (limited to 'textproc/confget')
-rw-r--r--textproc/confget/Makefile7
-rw-r--r--textproc/confget/distinfo6
-rw-r--r--textproc/confget/pkg-descr2
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile
index c9e880dd1e40..14273bb3a409 100644
--- a/textproc/confget/Makefile
+++ b/textproc/confget/Makefile
@@ -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
diff --git a/textproc/confget/distinfo b/textproc/confget/distinfo
index 26c3ae5ac85f..251b88fb3ac4 100644
--- a/textproc/confget/distinfo
+++ b/textproc/confget/distinfo
@@ -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
diff --git a/textproc/confget/pkg-descr b/textproc/confget/pkg-descr
index 19ed32722305..c239707c4eab 100644
--- a/textproc/confget/pkg-descr
+++ b/textproc/confget/pkg-descr
@@ -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/