update to 1.98.4

Feature safe:	yes
This commit is contained in:
Brendan Fabeny 2012-10-30 06:35:46 +00:00
parent 924cc1fc3c
commit 2ba188b4f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306661
2 changed files with 10 additions and 5 deletions

View File

@ -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}\"|" \

View File

@ -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