Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2012 21:24:01 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308927 - head/devel/abi-compliance-checker
Message-ID:  <201212142124.qBELO1Cm049124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bf
Date: Fri Dec 14 21:24:01 2012
New Revision: 308927
URL: http://svnweb.freebsd.org/changeset/ports/308927

Log:
  update to 1.98.7

Modified:
  head/devel/abi-compliance-checker/Makefile
  head/devel/abi-compliance-checker/distinfo

Modified: head/devel/abi-compliance-checker/Makefile
==============================================================================
--- head/devel/abi-compliance-checker/Makefile	Fri Dec 14 20:49:18 2012	(r308926)
+++ head/devel/abi-compliance-checker/Makefile	Fri Dec 14 21:24:01 2012	(r308927)
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	abi-compliance-checker
-PORTVERSION=	1.98.4
+PORTVERSION=	1.98.7
 CATEGORIES=	devel perl5
-MASTER_SITES=	http://forge.ispras.ru/attachments/download/2655/ \
-		http://cloud.github.com/downloads/lvc/abi-compliance-checker/ \
+MASTER_SITES=	http://github.com/lvc/abi-compliance-checker/archive/ \
 		LOCAL/bf
 
 MAINTAINER=	bf@FreeBSD.org
@@ -26,16 +25,15 @@ USE_PERL5=	yes
 RUN_DEPENDS?=	exctags:${PORTSDIR}/devel/ctags
 USE_PERL5_RUN=	yes
 .endif
+USE_GCC=	any
 
+FETCH_ARGS?=	-Fpr
 NO_BUILD=	yes
 PLIST_FILES=	bin/${PORTNAME}.pl
+WRKSRC=	${WRKDIR}/${PORTNAME}-${DISTNAME}
 
 .include <bsd.port.pre.mk>
 
-.if !empty(CC:T:M*clang*)
-IGNORE =	: this port requires CC to be a version of gcc
-.endif
-
 CPPFILT?=	/usr/bin/c++filt
 CTAGS?=		exctags
 GZ?=		/usr/bin/gzip
@@ -56,7 +54,7 @@ PORT${w}=	*
 post-patch:
 	@${REINPLACE_CMD} \
 		-e "\|get_CmdPath(\"c++filt\")|s|\"c++filt\"|\"${CPPFILT}\"|" \
-		-e "\|get_CmdPath(\"ctags\")|s|\"ctags\"|\"${CTAGS}\"|" \
+		-e "\|get_CmdPath(\"ectags\")|s|\"ectags\"|\"${CTAGS}\"|" \
 		-e "\|get_CmdPath(\"gcc\")|s|\"gcc\"|\"${CC}\"|" \
 		-e "\|get_CmdPath(\"objdump\")|s|\"objdump\"|\"${OBJDUMP}\"|" \
 		-e "\|get_CmdPath(\"readelf\")|s|\"readelf\"|\"${READELF}\"|" \

Modified: head/devel/abi-compliance-checker/distinfo
==============================================================================
--- head/devel/abi-compliance-checker/distinfo	Fri Dec 14 20:49:18 2012	(r308926)
+++ head/devel/abi-compliance-checker/distinfo	Fri Dec 14 21:24:01 2012	(r308927)
@@ -1,2 +1,2 @@
-SHA256 (abi-compliance-checker-1.98.4.tar.gz) = 889f26c3c58c36afbaf1e7bde7f49107f25231acf901ce85a10f93812755401b
-SIZE (abi-compliance-checker-1.98.4.tar.gz) = 258639
+SHA256 (abi-compliance-checker-1.98.7.tar.gz) = bab85f7a38b98f0e8946b016b2b66a84b22a0ba4af62465d77baf3388d72c73b
+SIZE (abi-compliance-checker-1.98.7.tar.gz) = 256050



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