diff options
author | bf <bf@FreeBSD.org> | 2012-12-15 05:24:01 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-12-15 05:24:01 +0800 |
commit | ca694f800167b06cd4c8f320a6a15f34b4107451 (patch) | |
tree | 770f1cf5420e073d01b8d85e56a1c7cda82490a1 /devel | |
parent | 4fb8d5aee3b2069a8734f0cef8dc8ca07f4830a2 (diff) | |
download | freebsd-ports-gnome-ca694f800167b06cd4c8f320a6a15f34b4107451.tar.gz freebsd-ports-gnome-ca694f800167b06cd4c8f320a6a15f34b4107451.tar.zst freebsd-ports-gnome-ca694f800167b06cd4c8f320a6a15f34b4107451.zip |
update to 1.98.7
Diffstat (limited to 'devel')
-rw-r--r-- | devel/abi-compliance-checker/Makefile | 14 | ||||
-rw-r--r-- | devel/abi-compliance-checker/distinfo | 4 |
2 files changed, 8 insertions, 10 deletions
diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile index 09da2c0e02dd..ef924fbdf823 100644 --- a/devel/abi-compliance-checker/Makefile +++ b/devel/abi-compliance-checker/Makefile @@ -6,10 +6,9 @@ # PORTNAME= abi-compliance-checker -PORTVERSION= 1.98.4 +PORTVERSION= 1.98.7 CATEGORIES= devel perl5 -MASTER_SITES= http://forge.ispras.ru/attachments/download/2655/ \ - http://cloud.github.com/downloads/lvc/abi-compliance-checker/ \ +MASTER_SITES= http://github.com/lvc/abi-compliance-checker/archive/ \ LOCAL/bf MAINTAINER= bf@FreeBSD.org @@ -26,16 +25,15 @@ USE_PERL5= yes RUN_DEPENDS?= exctags:${PORTSDIR}/devel/ctags USE_PERL5_RUN= yes .endif +USE_GCC= any +FETCH_ARGS?= -Fpr NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} .include <bsd.port.pre.mk> -.if !empty(CC:T:M*clang*) -IGNORE = : this port requires CC to be a version of gcc -.endif - CPPFILT?= /usr/bin/c++filt CTAGS?= exctags GZ?= /usr/bin/gzip @@ -56,7 +54,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(\"ectags\")|s|\"ectags\"|\"${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 f7d981ab66a8..e2ba93b3e964 100644 --- a/devel/abi-compliance-checker/distinfo +++ b/devel/abi-compliance-checker/distinfo @@ -1,2 +1,2 @@ -SHA256 (abi-compliance-checker-1.98.4.tar.gz) = 889f26c3c58c36afbaf1e7bde7f49107f25231acf901ce85a10f93812755401b -SIZE (abi-compliance-checker-1.98.4.tar.gz) = 258639 +SHA256 (abi-compliance-checker-1.98.7.tar.gz) = bab85f7a38b98f0e8946b016b2b66a84b22a0ba4af62465d77baf3388d72c73b +SIZE (abi-compliance-checker-1.98.7.tar.gz) = 256050 |