diff options
author | bf <bf@FreeBSD.org> | 2011-08-24 13:59:10 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-08-24 13:59:10 +0800 |
commit | 6554a1baa456cee5cab91650a2d14060cd627839 (patch) | |
tree | d57084ebff769f819dd6c6b69baaf0be22f73907 /devel/abi-compliance-checker | |
parent | c1c9238590ea98a18a242ed6cdfbbfd6d6d67656 (diff) | |
download | freebsd-ports-gnome-6554a1baa456cee5cab91650a2d14060cd627839.tar.gz freebsd-ports-gnome-6554a1baa456cee5cab91650a2d14060cd627839.tar.zst freebsd-ports-gnome-6554a1baa456cee5cab91650a2d14060cd627839.zip |
update to 1.93.6
Diffstat (limited to 'devel/abi-compliance-checker')
-rw-r--r-- | devel/abi-compliance-checker/Makefile | 9 | ||||
-rw-r--r-- | devel/abi-compliance-checker/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile index 0c865d662c7d..d1ebbe34592c 100644 --- a/devel/abi-compliance-checker/Makefile +++ b/devel/abi-compliance-checker/Makefile @@ -6,7 +6,7 @@ # PORTNAME= abi-compliance-checker -PORTVERSION= 1.93.3 +PORTVERSION= 1.93.6 CATEGORIES= devel perl5 MASTER_SITES= http://linuxtesting.org/downloads/ \ LOCAL/bf @@ -26,6 +26,7 @@ USE_PERL5_RUN= yes PLIST_FILES= bin/${PORTNAME}.pl +CPPFILT?= /usr/bin/c++filt READELF?= /usr/bin/readelf .include <bsd.port.pre.mk> @@ -39,6 +40,7 @@ PICFLAG?= -fpic post-patch: @${REINPLACE_CMD} \ -e "\|get_CmdPath(\"ar\")|s|\"ar\"|\"${AR}\"|" \ + -e "\|get_CmdPath(\"c++filt\")|s|\"c++filt\"|\"${CPPFILT}\"|" \ -e "\|get_CmdPath(\"gcc\")|s|\"gcc\"|\"${CC}\"|" \ -e "\|get_CmdPath(\"objdump\")|s|\"objdump\"|\"${OBJDUMP}\"|" \ -e "\|get_CmdPath(\"readelf\")|s|\"readelf\"|\"${READELF}\"|" \ @@ -55,12 +57,11 @@ check regression-test test: build .endif .ifndef(NOPORTDOCS) -PORTDOCS= Changes.html Descriptor.html OS_Compatibility.html \ - OS_Compatibility_Examples.html Options.html Readme.html +PORTDOCS= * post-install: @${MKDIR} ${DOCSDIR} - @(cd ${WRKSRC}/doc; ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR}) + @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR}) .endif .include <bsd.port.post.mk> diff --git a/devel/abi-compliance-checker/distinfo b/devel/abi-compliance-checker/distinfo index 0ce625316426..62df30e2a9c9 100644 --- a/devel/abi-compliance-checker/distinfo +++ b/devel/abi-compliance-checker/distinfo @@ -1,2 +1,2 @@ -SHA256 (abi-compliance-checker-1.93.3.tar.gz) = e63beb9b06ab27d88e6064f0b561f2e7c16724c44a1ac0c2909f19e1957c7867 -SIZE (abi-compliance-checker-1.93.3.tar.gz) = 162110 +SHA256 (abi-compliance-checker-1.93.6.tar.gz) = df640ad7bb3d572361584c3e0031e0ffa8c5e0a81cb6ff593f0809a06f9ca515 +SIZE (abi-compliance-checker-1.93.6.tar.gz) = 173234 |