Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 18:44:20 +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: r480064 - in head/devel/universal-ctags: . files
Message-ID:  <201809181844.w8IIiKtX092660@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Sep 18 18:44:20 2018
New Revision: 480064
URL: https://svnweb.freebsd.org/changeset/ports/480064

Log:
  devel/universal-ctags: update to new snapshot
  
  PR:		231314
  Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)

Added:
  head/devel/universal-ctags/files/
  head/devel/universal-ctags/files/patch-misc_units   (contents, props changed)
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	Tue Sep 18 18:40:37 2018	(r480063)
+++ head/devel/universal-ctags/Makefile	Tue Sep 18 18:44:20 2018	(r480064)
@@ -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,11 +30,14 @@ 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

Modified: head/devel/universal-ctags/distinfo
==============================================================================
--- head/devel/universal-ctags/distinfo	Tue Sep 18 18:40:37 2018	(r480063)
+++ head/devel/universal-ctags/distinfo	Tue Sep 18 18:44:20 2018	(r480064)
@@ -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

Added: head/devel/universal-ctags/files/patch-misc_units
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/universal-ctags/files/patch-misc_units	Tue Sep 18 18:44:20 2018	(r480064)
@@ -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>'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809181844.w8IIiKtX092660>