Date: Fri, 8 May 2020 12:00:33 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534389 - head/devel/universal-ctags Message-ID: <202005081200.048C0XrH055568@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Fri May 8 12:00:33 2020 New Revision: 534389 URL: https://svnweb.freebsd.org/changeset/ports/534389 Log: devel/universal-ctags: Update to g20200502 PR: 246297 Submitted by: dereks@lifeofadishwasher.com (maintainer) Modified: head/devel/universal-ctags/Makefile head/devel/universal-ctags/distinfo Modified: head/devel/universal-ctags/Makefile ============================================================================== --- head/devel/universal-ctags/Makefile Fri May 8 11:57:55 2020 (r534388) +++ head/devel/universal-ctags/Makefile Fri May 8 12:00:33 2020 (r534389) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= universal-ctags -PORTVERSION= g20200403 +PORTVERSION= g20200502 CATEGORIES= devel MAINTAINER= dereks@lifeofadishwasher.com @@ -17,22 +17,15 @@ GNU_CONFIGURE= yes USE_GITHUB= yes GH_PROJECT= ctags -GH_TAGNAME= 6dd6c735 +GH_TAGNAME= 3671ad72 -OPTIONS_DEFINE= ASPELL DEBUG ICONV JSON LIBXML2 MANPAGES YAML +OPTIONS_DEFINE= DEBUG ICONV JSON LIBXML2 MANPAGES YAML OPTIONS_DEFAULT= ICONV JSON LIBXML2 MANPAGES YAML CONFIGURE_ARGS= --program-prefix=u JSON_DESC= JSON output support -ASPELL_CONFIGURE_ENABLE= aspell -# textproc/aspell does not install a aspell.pc file -ASPELL_CONFIGURE_ENV= ASPELL_LIBS="-L${LOCALBASE}/lib -laspell" \ - ASPELL_CFLAGS="-I${LOCALBASE}/include" -ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell -ASPELL_VARS= TEST_DEPENDS+=${LOCALBASE}/share/aspell/en_US.multi:textproc/en-aspell - DEBUG_CONFIGURE_ENABLE= debugging ICONV_CONFIGURE_ENABLE= iconv @@ -59,10 +52,5 @@ YAML_LIB_DEPENDS= libyaml.so:textproc/libyaml PLIST_FILES= bin/uctags \ bin/ureadtags - -pre-configure: - # test-case.mak is generated by autogen.sh disable it for building - @${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 Fri May 8 11:57:55 2020 (r534388) +++ head/devel/universal-ctags/distinfo Fri May 8 12:00:33 2020 (r534389) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585938160 -SHA256 (universal-ctags-ctags-g20200403-6dd6c735_GH0.tar.gz) = 9b441bdc0991e6b62eef0c872027f9d7ffce1d42cebd9c3fe01184e923252d17 -SIZE (universal-ctags-ctags-g20200403-6dd6c735_GH0.tar.gz) = 1817742 +TIMESTAMP = 1588893398 +SHA256 (universal-ctags-ctags-g20200502-3671ad72_GH0.tar.gz) = 8c4a8bada7c7c888da81a99420b663986633945d8b76cfe2f1cfaced736980d3 +SIZE (universal-ctags-ctags-g20200502-3671ad72_GH0.tar.gz) = 1851441
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005081200.048C0XrH055568>