Date: Sun, 24 Jul 2022 17:01:06 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 55867daa0413 - main - devel/universal-ctags: Update to p5.9.20220724.0 Message-ID: <202207241701.26OH16d6024633@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=55867daa0413dffb5e2d4f66dc00a31a8ed44613 commit 55867daa0413dffb5e2d4f66dc00a31a8ed44613 Author: Derek Schrock <dereks@lifeofadishwasher.com> AuthorDate: 2022-07-24 16:57:40 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-07-24 17:00:37 +0000 devel/universal-ctags: Update to p5.9.20220724.0 - man-test requires python3+ man-test worked in previous tests since configure was looking for python,python3,python3.5-3.8. Works with USES since CONFIGURE_ENV adds PYTHON=../python3.9 ChangeLog: https://github.com/universal-ctags/ctags/compare/p5.9.20220529.0...p5.9.20220724.0 PR: 265416 --- devel/universal-ctags/Makefile | 4 ++-- devel/universal-ctags/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/universal-ctags/Makefile b/devel/universal-ctags/Makefile index 3581e9889891..0354bae17ce0 100644 --- a/devel/universal-ctags/Makefile +++ b/devel/universal-ctags/Makefile @@ -1,5 +1,5 @@ PORTNAME= universal-ctags -PORTVERSION= p5.9.20220529.0 +PORTVERSION= p5.9.20220724.0 CATEGORIES= devel MAINTAINER= dereks@lifeofadishwasher.com @@ -8,7 +8,7 @@ COMMENT= Fork of Exuberant Ctags to generate index/tag files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake pkgconfig +USES= autoreconf gmake pkgconfig python:3.5+,test USE_GITHUB= yes GH_PROJECT= ctags diff --git a/devel/universal-ctags/distinfo b/devel/universal-ctags/distinfo index feb6f8584258..15cf369b20ed 100644 --- a/devel/universal-ctags/distinfo +++ b/devel/universal-ctags/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653855227 -SHA256 (universal-ctags-ctags-p5.9.20220529.0_GH0.tar.gz) = 5a6bab09a8c259d6867ef44ec9995ff52e28d0cc8cddf0db02ad54767dfb593d -SIZE (universal-ctags-ctags-p5.9.20220529.0_GH0.tar.gz) = 2922441 +TIMESTAMP = 1658638343 +SHA256 (universal-ctags-ctags-p5.9.20220724.0_GH0.tar.gz) = 231fb5d76ee6d5c86448bef6f3c77184c67fa7fe49b63efd4da34c16b3f13654 +SIZE (universal-ctags-ctags-p5.9.20220724.0_GH0.tar.gz) = 2939801
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207241701.26OH16d6024633>