svn commit: r438905 - head/devel/arduino-ctags

Boris Samorodov bsam at FreeBSD.org
Wed Apr 19 19:30:06 UTC 2017


Author: bsam
Date: Wed Apr 19 19:30:05 2017
New Revision: 438905
URL: https://svnweb.freebsd.org/changeset/ports/438905

Log:
  devel/arduino-ctags: Update arduino-ctags to 5.8-arduino11;
  . fix ALL_TARGET typo;
  . remove a USES=desthack (doesn't get used since we
    override --bindir in CONFIGURE_ARGS).)
  
  PR:		217967
  Submitted by:	Kyle Evans <bsdports at kyle-evans.net> (maintainer)

Modified:
  head/devel/arduino-ctags/Makefile
  head/devel/arduino-ctags/distinfo

Modified: head/devel/arduino-ctags/Makefile
==============================================================================
--- head/devel/arduino-ctags/Makefile	Wed Apr 19 19:17:04 2017	(r438904)
+++ head/devel/arduino-ctags/Makefile	Wed Apr 19 19:30:05 2017	(r438905)
@@ -2,7 +2,8 @@
 
 PORTNAME=	arduino-ctags
 PORTVERSION=	5.8
-DISTVERSIONSUFFIX=	-arduino10
+DISTVERSIONSUFFIX=	-arduino11
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	bsdports at kyle-evans.net
@@ -20,9 +21,8 @@ GH_PROJECT=	ctags
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-macro-patterns --bindir="${STAGEDIR}${PREFIX}/${BINDIR}"
-USES=		desthack
 
-ALl_TARGET=	ctags
+ALL_TARGET=	ctags
 INSTALL_TARGET=	install-cbin
 
 post-install:

Modified: head/devel/arduino-ctags/distinfo
==============================================================================
--- head/devel/arduino-ctags/distinfo	Wed Apr 19 19:17:04 2017	(r438904)
+++ head/devel/arduino-ctags/distinfo	Wed Apr 19 19:30:05 2017	(r438905)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476229916
-SHA256 (arduino-ctags-5.8-arduino10_GH0.tar.gz) = 1f9ee0e9a0c80fc4f0d40b9225c3f665f3a637e9eec55511a198f868e7e65a83
-SIZE (arduino-ctags-5.8-arduino10_GH0.tar.gz) = 489720
+TIMESTAMP = 1490037815
+SHA256 (arduino-ctags-5.8-arduino11_GH0.tar.gz) = 86ca843c62aecb9bc531a73d9b6cef33179bd885b1bf8df9e0c7e9761aa9794d
+SIZE (arduino-ctags-5.8-arduino11_GH0.tar.gz) = 489712


More information about the svn-ports-all mailing list