aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Schrock <dereks@lifeofadishwasher.com>2022-10-24 01:00:45 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2022-10-24 03:33:33 +0000
commitb2104f2b1bdd0f26c8a20825ec5535ea4103a4aa (patch)
treeb267b31551f89b112618b2d8ab933d57fca1befb
parent3a331eb0f6a48eb344ac0973e9618314e18d6273 (diff)
downloadports-b2104f2b1bdd0f26c8a20825ec5535ea4103a4aa.tar.gz
ports-b2104f2b1bdd0f26c8a20825ec5535ea4103a4aa.zip
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
-rw-r--r--devel/universal-ctags/Makefile5
-rw-r--r--devel/universal-ctags/distinfo6
-rw-r--r--devel/universal-ctags/files/patch-makefiles_testing.mak6
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