From 2ba188b4f4a4383e865ff5cd50b54e66869705f6 Mon Sep 17 00:00:00 2001 From: Brendan Fabeny Date: Tue, 30 Oct 2012 06:35:46 +0000 Subject: update to 1.98.4 Feature safe: yes --- devel/abi-compliance-checker/Makefile | 11 ++++++++--- devel/abi-compliance-checker/distinfo | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'devel/abi-compliance-checker') diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile index 48b3c343e893..09da2c0e02dd 100644 --- a/devel/abi-compliance-checker/Makefile +++ b/devel/abi-compliance-checker/Makefile @@ -6,9 +6,9 @@ # PORTNAME= abi-compliance-checker -PORTVERSION= 1.98.3 +PORTVERSION= 1.98.4 CATEGORIES= devel perl5 -MASTER_SITES= http://forge.ispras.ru/attachments/download/2471/ \ +MASTER_SITES= http://forge.ispras.ru/attachments/download/2655/ \ http://cloud.github.com/downloads/lvc/abi-compliance-checker/ \ LOCAL/bf @@ -18,13 +18,16 @@ COMMENT= Checks binary compatibility of two versions of a C/C++ shared library LICENSE= LGPL20 GPLv2 LICENSE_COMB= dual -NO_BUILD= yes .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) +BUILD_DEPENDS?= exctags:${PORTSDIR}/devel/ctags +RUN_DEPENDS?= exctags:${PORTSDIR}/devel/ctags USE_PERL5= yes .else +RUN_DEPENDS?= exctags:${PORTSDIR}/devel/ctags USE_PERL5_RUN= yes .endif +NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl .include @@ -34,6 +37,7 @@ IGNORE = : this port requires CC to be a version of gcc .endif CPPFILT?= /usr/bin/c++filt +CTAGS?= exctags GZ?= /usr/bin/gzip READELF?= /usr/bin/readelf @@ -52,6 +56,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(\"gcc\")|s|\"gcc\"|\"${CC}\"|" \ -e "\|get_CmdPath(\"objdump\")|s|\"objdump\"|\"${OBJDUMP}\"|" \ -e "\|get_CmdPath(\"readelf\")|s|\"readelf\"|\"${READELF}\"|" \ diff --git a/devel/abi-compliance-checker/distinfo b/devel/abi-compliance-checker/distinfo index 815f259ebdc7..f7d981ab66a8 100644 --- a/devel/abi-compliance-checker/distinfo +++ b/devel/abi-compliance-checker/distinfo @@ -1,2 +1,2 @@ -SHA256 (abi-compliance-checker-1.98.3.tar.gz) = d397530027ec781d53d80287a77f18a872b35720fbb1e559e0bda7e715607013 -SIZE (abi-compliance-checker-1.98.3.tar.gz) = 231413 +SHA256 (abi-compliance-checker-1.98.4.tar.gz) = 889f26c3c58c36afbaf1e7bde7f49107f25231acf901ce85a10f93812755401b +SIZE (abi-compliance-checker-1.98.4.tar.gz) = 258639 -- cgit v1.2.3