Index: head/devel/universal-ctags/Makefile =================================================================== --- head/devel/universal-ctags/Makefile (revision 480063) +++ head/devel/universal-ctags/Makefile (revision 480064) @@ -1,61 +1,64 @@ # Created by: Derek Schrock # $FreeBSD$ PORTNAME= universal-ctags -PORTVERSION= g20180225 +PORTVERSION= g20180912 CATEGORIES= devel MAINTAINER= dereks@lifeofadishwasher.com COMMENT= Fork of Exuberant Ctags to generate index/tag files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf pkgconfig GNU_CONFIGURE= yes USE_GITHUB= yes GH_PROJECT= ctags -GH_TAGNAME= 059ed2c508c +GH_TAGNAME= 41311ac73d8 OPTIONS_DEFINE= ASPELL 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 ICONV_USES= iconv + +TEST_TARGET= check # Extra support for YAML and XML based languages LIBXML2_CONFIGURE_ENABLE= xml LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2 JSON_CONFIGURE_ENABLE= json JSON_LIB_DEPENDS= libjansson.so:devel/jansson MANPAGES_BUILD_DEPENDS= rst2man:textproc/py-docutils MANPAGES_PLIST_FILES= man/man1/uctags.1.gz \ man/man7/uctags-incompatibilities.7.gz \ man/man7/uctags-optlib.7.gz YAML_CONFIGURE_ENABLE= yaml 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 '/^include.*\/test-cases\.mak$$/s/^/#/' ${WRKSRC}/Makefile.am .include Index: head/devel/universal-ctags/distinfo =================================================================== --- head/devel/universal-ctags/distinfo (revision 480063) +++ head/devel/universal-ctags/distinfo (revision 480064) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519594186 -SHA256 (universal-ctags-ctags-g20180225-059ed2c508c_GH0.tar.gz) = ea87085117545636668f22a67056932cacdde25b98bd766f90dbd8bf9390e4f4 -SIZE (universal-ctags-ctags-g20180225-059ed2c508c_GH0.tar.gz) = 1377802 +TIMESTAMP = 1536706685 +SHA256 (universal-ctags-ctags-g20180912-41311ac73d8_GH0.tar.gz) = af97f00a728ac6f4488b3dc0d671513975b89019671ec73074157de4ab2c2e8e +SIZE (universal-ctags-ctags-g20180912-41311ac73d8_GH0.tar.gz) = 1440100 Property changes on: head/devel/universal-ctags/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/devel/universal-ctags/files/patch-misc_units =================================================================== --- head/devel/universal-ctags/files/patch-misc_units (nonexistent) +++ head/devel/universal-ctags/files/patch-misc_units (revision 480064) @@ -0,0 +1,11 @@ +--- misc/units.orig 2018-09-09 00:07:09 UTC ++++ misc/units +@@ -1872,7 +1872,7 @@ failed_git_marker () + local f=$1 + local l + +- if type "git" > /dev/null 2>&1; then ++ if false && type "git" > /dev/null 2>&1; then + l=$(git ls-files -- "$f") + if [ -z "$l" ]; then + echo '' Property changes on: head/devel/universal-ctags/files/patch-misc_units ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property