aboutsummaryrefslogtreecommitdiff
path: root/devel/abi-compliance-checker
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-10-30 06:35:46 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-10-30 06:35:46 +0000
commit2ba188b4f4a4383e865ff5cd50b54e66869705f6 (patch)
tree47608292637bbe1464ebd6d345af3e11d85f38e2 /devel/abi-compliance-checker
parent924cc1fc3cbee1a5686bff94dea7d15dd835ab32 (diff)
downloadports-2ba188b4f4a4383e865ff5cd50b54e66869705f6.tar.gz
ports-2ba188b4f4a4383e865ff5cd50b54e66869705f6.zip
update to 1.98.4
Feature safe: yes
Notes
Notes: svn path=/head/; revision=306661
Diffstat (limited to 'devel/abi-compliance-checker')
-rw-r--r--devel/abi-compliance-checker/Makefile11
-rw-r--r--devel/abi-compliance-checker/distinfo4
2 files changed, 10 insertions, 5 deletions
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 <bsd.port.pre.mk>
@@ -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