diff options
author | bf <bf@FreeBSD.org> | 2012-10-30 14:35:46 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-10-30 14:35:46 +0800 |
commit | 67e4ac8bae286485e813308e2e61aeae06f1b30c (patch) | |
tree | 47608292637bbe1464ebd6d345af3e11d85f38e2 /devel | |
parent | 4b634aca725b54fc4667f5f93ff813d88d2b6de9 (diff) | |
download | freebsd-ports-gnome-67e4ac8bae286485e813308e2e61aeae06f1b30c.tar.gz freebsd-ports-gnome-67e4ac8bae286485e813308e2e61aeae06f1b30c.tar.zst freebsd-ports-gnome-67e4ac8bae286485e813308e2e61aeae06f1b30c.zip |
update to 1.98.4
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/abi-compliance-checker/Makefile | 11 | ||||
-rw-r--r-- | devel/abi-compliance-checker/distinfo | 4 |
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 |