Date: Tue, 30 Oct 2012 06:35:46 +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: r306661 - head/devel/abi-compliance-checker Message-ID: <201210300635.q9U6Zk4m034261@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bf Date: Tue Oct 30 06:35:46 2012 New Revision: 306661 URL: http://svn.freebsd.org/changeset/ports/306661 Log: update to 1.98.4 Feature safe: yes Modified: head/devel/abi-compliance-checker/Makefile head/devel/abi-compliance-checker/distinfo (contents, props changed) Modified: head/devel/abi-compliance-checker/Makefile ============================================================================== --- head/devel/abi-compliance-checker/Makefile Tue Oct 30 03:27:15 2012 (r306660) +++ head/devel/abi-compliance-checker/Makefile Tue Oct 30 06:35:46 2012 (r306661) @@ -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 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 .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}\"|" \ Modified: head/devel/abi-compliance-checker/distinfo ============================================================================== --- head/devel/abi-compliance-checker/distinfo Tue Oct 30 03:27:15 2012 (r306660) +++ head/devel/abi-compliance-checker/distinfo Tue Oct 30 06:35:46 2012 (r306661) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210300635.q9U6Zk4m034261>