Update to 1.21.10

This commit is contained in:
Brendan Fabeny 2011-03-24 01:15:10 +00:00
parent 0a691389de
commit d6cde32372
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271575
2 changed files with 16 additions and 18 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= abi-compliance-checker
PORTVERSION= 1.21.9
PORTVERSION= 1.21.10
CATEGORIES= devel perl5
MASTER_SITES= http://linuxtesting.org/downloads/ \
LOCAL/bf
@ -26,31 +26,29 @@ CPPFILT?= c++filt
READELF?= readelf
post-patch:
${REINPLACE_CMD} \
-e "\%my% { \
s%\"c++filt\"%\"${CPPFILT}\"%g; \
s%\"readelf\"%\"${READELF}\"%g; \
s%\"g++\"%\"${CXX}\"%g; \
s%\"gcc\"%\"${CC}\"%g; }" \
-e "\%search_for% { \
s%\"g++\"%\"${CXX}\"%g; \
s%\"gcc\"%\"${CC}\"%g; }" \
-e "s%-shared%& -fPIC%g" \
-e "s%detailes%details%g" \
@${REINPLACE_CMD} \
-e "\|ArCmd =|s|=.*|= \"${AR}\";|" \
-e "\|CPP_FILT =|s|=.*|= \"${CPPFILT}\";|" \
-e "\|GCC_PATH =|s|=.*|= \"${CC}\";|" \
-e "\|GPP_PATH =|s|=.*|= \"${CXX}\";|" \
-e "\|ObjdumpCmd =|s|=.*|= \"${OBJDUMP}\";|" \
-e "\|ReadelfCmd =|s|=.*|= \"${READELF}\";|" \
-e "s|-shared|& -fPIC|g" \
-e "s|detailes|details|g" \
${WRKSRC}/${PORTNAME}.pl
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
test: build
check regression-test test: build
@(cd ${WRKSRC} && ./${PORTNAME}.pl -test )
.ifndef(NOPORTDOCS)
PORTDOCS= README.html
PORTDOCS= Changes.html Descriptor.html Options.html Readme.html
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README.html ${DOCSDIR}
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/doc; ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR})
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (abi-compliance-checker-1.21.9.tar.gz) = 0dbb888a17e06fcc6166206c97b783e50f304df47a0025df17d4b8a0aeccaf80
SIZE (abi-compliance-checker-1.21.9.tar.gz) = 90328
SHA256 (abi-compliance-checker-1.21.10.tar.gz) = cf14e5cadf667a63cf6518c304292585803a62b844b4d5938c162017b6430fbd
SIZE (abi-compliance-checker-1.21.10.tar.gz) = 93307