From owner-svn-ports-head@freebsd.org Wed Nov 28 19:17:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D49F7113A376; Wed, 28 Nov 2018 19:17:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BFB982F0F; Wed, 28 Nov 2018 19:17:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7D096A63; Wed, 28 Nov 2018 19:17:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wASJHdwG066859; Wed, 28 Nov 2018 19:17:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wASJHdKd066856; Wed, 28 Nov 2018 19:17:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811281917.wASJHdKd066856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Nov 2018 19:17:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486105 - head/textproc/confget X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/confget X-SVN-Commit-Revision: 486105 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7BFB982F0F X-Spamd-Result: default: False [0.54 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.17)[-0.169,0]; NEURAL_SPAM_LONG(0.47)[0.465,0]; NEURAL_SPAM_MEDIUM(0.25)[0.247,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2018 19:17:51 -0000 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/