Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2022 16:35:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2765473c5328 - main - textproc/confget: Add PORTSCOUT
Message-ID:  <202206291635.25TGZSuP086063@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2765473c5328b7f14a64836dfa96ebcce7f28ab0

commit 2765473c5328b7f14a64836dfa96ebcce7f28ab0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-29 16:27:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-29 16:32:36 +0000

    textproc/confget: Add PORTSCOUT
    
    The erroneous tarball [1] misleads portscout to report new version (5.0.0).
    
    Reference:      https://gitlab.com/confget/confget/-/archive/release/4.1.0/confget-release-5.0.0.tar.gz [1]
---
 textproc/confget/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile
index 4387963639ec..f410f499a8c6 100644
--- a/textproc/confget/Makefile
+++ b/textproc/confget/Makefile
@@ -20,6 +20,8 @@ PLIST_FILES=	bin/confget \
 		share/man/man1/confget.1.gz
 PORTEXAMPLES=	t1.ini t2.ini
 
+PORTSCOUT=	skipv:5.0.0
+
 OPTIONS_DEFINE=	EXAMPLES PCRE
 OPTIONS_DEFAULT=PCRE
 



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