Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2021 07:52:17 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bdb7e78056a4 - main - devel/universal-ctags: update to p5.9.20211128.0
Message-ID:  <202112060752.1B67qH0F085152@gitrepo.freebsd.org>

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

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

commit bdb7e78056a446603d6aa5e8913c042685dfd1eb
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2021-12-06 07:50:33 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2021-12-06 07:52:03 +0000

    devel/universal-ctags: update to p5.9.20211128.0
    
    Changelog: https://github.com/universal-ctags/ctags/compare/p5.9.20211017.0...p5.9.20211128.0
    
    PR:             260222
    Reported by:    Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
---
 devel/universal-ctags/Makefile | 10 +++++++---
 devel/universal-ctags/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/devel/universal-ctags/Makefile b/devel/universal-ctags/Makefile
index 8e626d17e6dc..f387ceabe9e6 100644
--- a/devel/universal-ctags/Makefile
+++ b/devel/universal-ctags/Makefile
@@ -1,7 +1,7 @@
 # Created by: Derek Schrock <dereks@lifeofadishwasher.com>
 
 PORTNAME=	universal-ctags
-PORTVERSION=	p5.9.20211017.0
+PORTVERSION=	p5.9.20211128.0
 CATEGORIES=	devel
 
 MAINTAINER=	dereks@lifeofadishwasher.com
@@ -19,11 +19,12 @@ CONFIGURE_ARGS=	--program-prefix=u
 
 TEST_TARGET=	check
 
-OPTIONS_DEFINE=		DEBUG ICONV JSON LIBXML2 MANPAGES YAML
-OPTIONS_DEFAULT=	ICONV JSON LIBXML2 MANPAGES YAML
+OPTIONS_DEFINE=		DEBUG ICONV JSON LIBXML2 MANPAGES PCRE2 YAML
+OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NDEBUG}
 OPTIONS_SUB=		yes
 
 JSON_DESC=	JSON output support
+PCRE2_DESC=	${PCRE_DESC} v2
 
 DEBUG_CONFIGURE_ENABLE=	debugging
 
@@ -39,6 +40,9 @@ LIBXML2_CONFIGURE_ENABLE=	xml
 
 MANPAGES_BUILD_DEPENDS=	rst2man:textproc/py-docutils
 
+PCRE2_LIB_DEPENDS=	libpcre2-8.so:devel/pcre2
+PCRE2_CONFIGURE_ENABLE=	pcre2
+
 YAML_LIB_DEPENDS=	libyaml.so:textproc/libyaml
 YAML_CONFIGURE_ENABLE=	yaml
 
diff --git a/devel/universal-ctags/distinfo b/devel/universal-ctags/distinfo
index 2f4c89380720..713561f5d36e 100644
--- a/devel/universal-ctags/distinfo
+++ b/devel/universal-ctags/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634954909
-SHA256 (universal-ctags-ctags-p5.9.20211017.0_GH0.tar.gz) = a755ddb11b6635a1e0ca64ce9b647d8a567f04b59da03ebd548e7ef07c699ad3
-SIZE (universal-ctags-ctags-p5.9.20211017.0_GH0.tar.gz) = 2542128
+TIMESTAMP = 1638660697
+SHA256 (universal-ctags-ctags-p5.9.20211128.0_GH0.tar.gz) = 86682b1e3c5691f2a3cfeca1d9f6e27b0dab64dd4817e1ad5ed604fd78f811d6
+SIZE (universal-ctags-ctags-p5.9.20211128.0_GH0.tar.gz) = 2784436



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