diff options
author | bf <bf@FreeBSD.org> | 2010-08-07 01:59:55 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2010-08-07 01:59:55 +0800 |
commit | 61d45f078f8cc5169192a91ebccc2d6d70c7033f (patch) | |
tree | c2892e5f5ffec1a2301b643b009013936136f680 | |
parent | 4a9af15855ddc0f866c97c1878cd0faa610a3d0e (diff) | |
download | freebsd-ports-gnome-61d45f078f8cc5169192a91ebccc2d6d70c7033f.tar.gz freebsd-ports-gnome-61d45f078f8cc5169192a91ebccc2d6d70c7033f.tar.zst freebsd-ports-gnome-61d45f078f8cc5169192a91ebccc2d6d70c7033f.zip |
update to 1.20
Approved by: makc
-rw-r--r-- | devel/abi-compliance-checker/Makefile | 6 | ||||
-rw-r--r-- | devel/abi-compliance-checker/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile index 077f0389594e..7d569fd7e8cc 100644 --- a/devel/abi-compliance-checker/Makefile +++ b/devel/abi-compliance-checker/Makefile @@ -6,10 +6,9 @@ # PORTNAME= abi-compliance-checker -PORTVERSION= 1.16 +PORTVERSION= 1.20 CATEGORIES= devel perl5 -MASTER_SITES= http://ispras.linux-foundation.org/images/8/8d/ -DISTFILES= ${PORTNAME:S/^a/A/}-${PORTVERSION}${EXTRACT_SUFX} +MASTER_SITES= http://linuxtesting.org/downloads/ MAINTAINER= bf@FreeBSD.org COMMENT= Checks binary compatibility of two versions of a C/C++ shared library @@ -33,6 +32,7 @@ post-patch: s%\"g++\"%\"${CXX}\"%g; \ s%\"gcc\"%\"${CC}\"%g; }" \ -e "s%-shared%& -fPIC%g" \ + -e "s%detailes%details%g" \ ${WRKSRC}/${PORTNAME}.pl do-install: diff --git a/devel/abi-compliance-checker/distinfo b/devel/abi-compliance-checker/distinfo index be3a5cd592b6..34a779d51129 100644 --- a/devel/abi-compliance-checker/distinfo +++ b/devel/abi-compliance-checker/distinfo @@ -1,3 +1,3 @@ -MD5 (Abi-compliance-checker-1.16.tar.gz) = d61fb4a98132e748f7d058ff742538ef -SHA256 (Abi-compliance-checker-1.16.tar.gz) = 4b41d25409872ecd781756c55b96f4825a3d637af6864729ef7957961ee2b029 -SIZE (Abi-compliance-checker-1.16.tar.gz) = 64449 +MD5 (abi-compliance-checker-1.20.tar.gz) = 6eccce1ccd2734c09a91e1a8c643bcce +SHA256 (abi-compliance-checker-1.20.tar.gz) = 0061ad8cc0608fefbac4a1b543df2e3649b7584b2b319cea52411e9e7e3df894 +SIZE (abi-compliance-checker-1.20.tar.gz) = 70891 |