Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2018 19:17:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486105 - head/textproc/confget
Message-ID:  <201811281917.wASJHdKd066856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov 28 19:17:38 2018
New Revision: 486105
URL: https://svnweb.freebsd.org/changeset/ports/486105

Log:
  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

Modified:
  head/textproc/confget/Makefile
  head/textproc/confget/distinfo
  head/textproc/confget/pkg-descr

Modified: head/textproc/confget/Makefile
==============================================================================
--- head/textproc/confget/Makefile	Wed Nov 28 19:17:29 2018	(r486104)
+++ head/textproc/confget/Makefile	Wed Nov 28 19:17:38 2018	(r486105)
@@ -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

Modified: head/textproc/confget/distinfo
==============================================================================
--- head/textproc/confget/distinfo	Wed Nov 28 19:17:29 2018	(r486104)
+++ head/textproc/confget/distinfo	Wed Nov 28 19:17:38 2018	(r486105)
@@ -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

Modified: head/textproc/confget/pkg-descr
==============================================================================
--- head/textproc/confget/pkg-descr	Wed Nov 28 19:17:29 2018	(r486104)
+++ head/textproc/confget/pkg-descr	Wed Nov 28 19:17:38 2018	(r486105)
@@ -10,4 +10,4 @@ check if a variable is present in the file at all.  It
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811281917.wASJHdKd066856>