devel/universal-ctags: update to new snapshot

PR:		231314
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
This commit is contained in:
Steve Wills 2018-09-18 18:44:20 +00:00
parent 8903cb3cd1
commit cba62932ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480064
3 changed files with 19 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= universal-ctags
PORTVERSION= g20180225
PORTVERSION= g20180912
CATEGORIES= devel
MAINTAINER= dereks@lifeofadishwasher.com
@ -16,7 +16,7 @@ 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
@ -30,12 +30,15 @@ ASPELL_CONFIGURE_ENABLE= aspell
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

View File

@ -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

View File

@ -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 '<G>'