Update to 1.21

Approved by:	miwi (co-mentor)
This commit is contained in:
Brendan Fabeny 2010-08-20 04:31:02 +00:00
parent 568513834f
commit df8b00967b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259606
2 changed files with 16 additions and 4 deletions

View file

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

View file

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