git: b2104f2b1bdd - main - devel/universal-ctags: Update to p5.9.20221023.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Oct 2022 03:34:38 UTC
The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2104f2b1bdd0f26c8a20825ec5535ea4103a4aa commit b2104f2b1bdd0f26c8a20825ec5535ea4103a4aa Author: Derek Schrock <dereks@lifeofadishwasher.com> AuthorDate: 2022-10-24 01:00:45 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2022-10-24 03:33:33 +0000 devel/universal-ctags: Update to p5.9.20221023.0 - Update to p5.9.20221023.0. - Only build man pages if MANPAGES is selected. PR: 267302 --- devel/universal-ctags/Makefile | 5 +++-- devel/universal-ctags/distinfo | 6 +++--- devel/universal-ctags/files/patch-makefiles_testing.mak | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/devel/universal-ctags/Makefile b/devel/universal-ctags/Makefile index d691ac682bcd..199b6d647dc9 100644 --- a/devel/universal-ctags/Makefile +++ b/devel/universal-ctags/Makefile @@ -1,5 +1,5 @@ PORTNAME= universal-ctags -PORTVERSION= p5.9.20220828.0 +PORTVERSION= p5.9.20221023.0 CATEGORIES= devel MAINTAINER= dereks@lifeofadishwasher.com @@ -37,7 +37,8 @@ JSON_CONFIGURE_ENABLE= json LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2 LIBXML2_CONFIGURE_ENABLE= xml -MANPAGES_BUILD_DEPENDS= rst2man:textproc/py-docutils +MANPAGES_BUILD_DEPENDS= rst2man:textproc/py-docutils +MANPAGES_CONFIGURE_WITH= rst2man=${LOCALBASE}/bin/rst2man PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 PCRE2_CONFIGURE_ENABLE= pcre2 diff --git a/devel/universal-ctags/distinfo b/devel/universal-ctags/distinfo index 7547b4671d2a..c325590594a6 100644 --- a/devel/universal-ctags/distinfo +++ b/devel/universal-ctags/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661718352 -SHA256 (universal-ctags-ctags-p5.9.20220828.0_GH0.tar.gz) = 4db81bb98b4549af5128d5c2a53da8a17e3e4fdaa3345f8aee5d4d258c6f2956 -SIZE (universal-ctags-ctags-p5.9.20220828.0_GH0.tar.gz) = 2952276 +TIMESTAMP = 1666505352 +SHA256 (universal-ctags-ctags-p5.9.20221023.0_GH0.tar.gz) = 48a83d013dfc9dd4103b91accc0bda3d5adf9805081d6450c5fbc6b9f71399e4 +SIZE (universal-ctags-ctags-p5.9.20221023.0_GH0.tar.gz) = 2982884 diff --git a/devel/universal-ctags/files/patch-makefiles_testing.mak b/devel/universal-ctags/files/patch-makefiles_testing.mak index d4f1cf74281d..339c2c91e2dc 100644 --- a/devel/universal-ctags/files/patch-makefiles_testing.mak +++ b/devel/universal-ctags/files/patch-makefiles_testing.mak @@ -1,11 +1,11 @@ ---- makefiles/testing.mak.orig 2021-09-26 04:43:19 UTC +--- makefiles/testing.mak.orig 2022-10-23 20:50:28 UTC +++ makefiles/testing.mak @@ -5,7 +5,7 @@ EXTRA_DIST += misc/units misc/units.py misc/man-test.p EXTRA_DIST += misc/tlib misc/mini-geany.expected MAN_TEST_TMPDIR = ManTest --check: tmain units tlib man-test check-genfile -+check: tmain units tlib man-test +-check: tmain units tlib man-test check-genfile tutil ++check: tmain units tlib man-test tutil # We may use CLEANFILES, DISTCLEANFILES, or etc. # clean-tlib and clean-gcov are not included