Index: head/devel/api-sanity-autotest/Makefile =================================================================== --- head/devel/api-sanity-autotest/Makefile (revision 273265) +++ head/devel/api-sanity-autotest/Makefile (revision 273266) @@ -1,54 +1,53 @@ # New ports collection makefile for: api-sanity-autotest # Date created: February 16, 2009 # Whom: bf # # $FreeBSD$ # PORTNAME= api-sanity-autotest -PORTVERSION= 1.12.1 -PORTREVISION= 1 +PORTVERSION= 1.12.3 CATEGORIES= devel perl5 MASTER_SITES= http://linuxtesting.org/downloads/ \ LOCAL/bf MAINTAINER= bf@FreeBSD.org COMMENT= Quickly generate sanity tests for the API of a C/C++ shared library LICENSE= LGPL20 GPLv2 LICENSE_COMB= dual NO_BUILD= yes USE_PERL5_RUN= yes PLIST_FILES= bin/${PORTNAME}.pl CPPFILT?= c++filt READELF?= readelf post-patch: @${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" \ ${WRKSRC}/${PORTNAME}.pl do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin check regression-test test: build @(cd ${WRKSRC} && ./${PORTNAME}.pl -test ) .ifndef(NOPORTDOCS) PORTDOCS= Changes.html Descriptor.html Options.html Readme.html SpecType.html post-install: @${MKDIR} ${DOCSDIR} @(cd ${WRKSRC}/doc; ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR}) .endif .include Property changes on: head/devel/api-sanity-autotest/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/api-sanity-autotest/distinfo =================================================================== --- head/devel/api-sanity-autotest/distinfo (revision 273265) +++ head/devel/api-sanity-autotest/distinfo (revision 273266) @@ -1,2 +1,2 @@ -SHA256 (api-sanity-autotest-1.12.1.tar.gz) = 8747b5d0bb8d57440f9c65f5b8a50889ed4a679295e8f61f828385d23a216499 -SIZE (api-sanity-autotest-1.12.1.tar.gz) = 161203 +SHA256 (api-sanity-autotest-1.12.3.tar.gz) = 23e4fa3e7163ba9bb24c48f5c09e13bc55a9d03079a534166a0d0c2c64532772 +SIZE (api-sanity-autotest-1.12.3.tar.gz) = 162659 Property changes on: head/devel/api-sanity-autotest/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property