aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2010-08-20 12:31:02 +0800
committerbf <bf@FreeBSD.org>2010-08-20 12:31:02 +0800
commitce15b9e49959e82e5814bfcde69cde4e9d488b62 (patch)
treeee0d9ffb0c20746ae31ba67b7c7fd3610623db57 /devel
parent3a0cf196c927729d8cf44a3432792b2536bbe1f9 (diff)
downloadfreebsd-ports-gnome-ce15b9e49959e82e5814bfcde69cde4e9d488b62.tar.gz
freebsd-ports-gnome-ce15b9e49959e82e5814bfcde69cde4e9d488b62.tar.zst
freebsd-ports-gnome-ce15b9e49959e82e5814bfcde69cde4e9d488b62.zip
Update to 1.21
Approved by: miwi (co-mentor)
Diffstat (limited to 'devel')
-rw-r--r--devel/abi-compliance-checker/Makefile14
-rw-r--r--devel/abi-compliance-checker/distinfo6
2 files changed, 16 insertions, 4 deletions
diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile
index 7d569fd7e8cc..9d1dc1d774b3 100644
--- a/devel/abi-compliance-checker/Makefile
+++ b/devel/abi-compliance-checker/Makefile
@@ -6,13 +6,16 @@
#
PORTNAME= abi-compliance-checker
-PORTVERSION= 1.20
+PORTVERSION= 1.21
CATEGORIES= devel perl5
MASTER_SITES= http://linuxtesting.org/downloads/
MAINTAINER= bf@FreeBSD.org
COMMENT= Checks binary compatibility of two versions of a C/C++ shared library
+LICENSE= LGPL20 GPLv2
+LICENSE_COMB= dual
+
NO_BUILD= yes
USE_PERL5_RUN= yes
@@ -33,6 +36,7 @@ post-patch:
s%\"gcc\"%\"${CC}\"%g; }" \
-e "s%-shared%& -fPIC%g" \
-e "s%detailes%details%g" \
+ -e "\%which% s%or.*and%or%" \
${WRKSRC}/${PORTNAME}.pl
do-install:
@@ -41,4 +45,12 @@ do-install:
test: build
@(cd ${WRKSRC} && ./${PORTNAME}.pl -test )
+.ifndef(NOPORTDOCS)
+PORTDOCS= README.html
+
+post-install:
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/README.html ${DOCSDIR}
+
+.endif
.include <bsd.port.mk>
diff --git a/devel/abi-compliance-checker/distinfo b/devel/abi-compliance-checker/distinfo
index 34a779d51129..070297cf8b7b 100644
--- a/devel/abi-compliance-checker/distinfo
+++ b/devel/abi-compliance-checker/distinfo
@@ -1,3 +1,3 @@
-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
+MD5 (abi-compliance-checker-1.21.tar.gz) = 5e354a81601885f5b066cd18b3f279be
+SHA256 (abi-compliance-checker-1.21.tar.gz) = 1d40b3a6117fa301b71bda29a8e8d202f767944fc886de2fb5c4ff2ad6b38ad9
+SIZE (abi-compliance-checker-1.21.tar.gz) = 86967