Date: Mon, 25 Feb 2019 18:53:06 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493889 - head/devel/universal-ctags Message-ID: <201902251853.x1PIr6Kg034980@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Feb 25 18:53:06 2019 New Revision: 493889 URL: https://svnweb.freebsd.org/changeset/ports/493889 Log: devel/universal-ctags: Update to g20190223 PR: 236013 Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (maintainer) Modified: head/devel/universal-ctags/Makefile (contents, props changed) head/devel/universal-ctags/distinfo (contents, props changed) Modified: head/devel/universal-ctags/Makefile ============================================================================== --- head/devel/universal-ctags/Makefile Mon Feb 25 18:40:54 2019 (r493888) +++ head/devel/universal-ctags/Makefile Mon Feb 25 18:53:06 2019 (r493889) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= universal-ctags -PORTVERSION= g20180912 +PORTVERSION= g20190223 CATEGORIES= devel MAINTAINER= dereks@lifeofadishwasher.com @@ -16,7 +16,8 @@ GNU_CONFIGURE= yes USE_GITHUB= yes GH_PROJECT= ctags -GH_TAGNAME= 41311ac73d8 +GH_TAGNAME= 0e5cfa3f4f8 +GH_TUPLE= universal-ctags:packcc:de4991c:packcc/misc/packcc OPTIONS_DEFINE= ASPELL DEBUG ICONV JSON LIBXML2 MANPAGES YAML OPTIONS_DEFAULT= ICONV JSON LIBXML2 MANPAGES YAML @@ -59,6 +60,7 @@ PLIST_FILES= bin/uctags \ pre-configure: # test-case.mak is generated by autogen.sh disable it for building - @${REINPLACE_CMD} -e '/^include.*\/test-cases\.mak$$/s/^/#/' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e '/^m4_include(\[Tmain\/dist.m4])$$/s/^/#/' ${WRKSRC}/configure.ac + @${REINPLACE_CMD} -e '/^m4_include(\[Units\/dist.m4])$$/s/^/#/' ${WRKSRC}/configure.ac .include <bsd.port.mk> Modified: head/devel/universal-ctags/distinfo ============================================================================== --- head/devel/universal-ctags/distinfo Mon Feb 25 18:40:54 2019 (r493888) +++ head/devel/universal-ctags/distinfo Mon Feb 25 18:53:06 2019 (r493889) @@ -1,3 +1,5 @@ -TIMESTAMP = 1536706685 -SHA256 (universal-ctags-ctags-g20180912-41311ac73d8_GH0.tar.gz) = af97f00a728ac6f4488b3dc0d671513975b89019671ec73074157de4ab2c2e8e -SIZE (universal-ctags-ctags-g20180912-41311ac73d8_GH0.tar.gz) = 1440100 +TIMESTAMP = 1551059739 +SHA256 (universal-ctags-ctags-g20190223-0e5cfa3f4f8_GH0.tar.gz) = 740027c62e0b36b55e814a6f50af8bc1badfd019a9b7e412ea7e2048875aa554 +SIZE (universal-ctags-ctags-g20190223-0e5cfa3f4f8_GH0.tar.gz) = 1499733 +SHA256 (universal-ctags-packcc-de4991c_GH0.tar.gz) = 3449183b4274e7584c878e619eab243e80e3c3f289cc05d31d4a133f4cfa2a46 +SIZE (universal-ctags-packcc-de4991c_GH0.tar.gz) = 26795
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902251853.x1PIr6Kg034980>