Index: head/devel/abi-compliance-checker/Makefile =================================================================== --- head/devel/abi-compliance-checker/Makefile (revision 296969) +++ head/devel/abi-compliance-checker/Makefile (revision 296970) @@ -1,86 +1,86 @@ # New ports collection makefile for: abi-compliance-checker # Date created: August 21, 2009 # Whom: bf # # $FreeBSD$ # PORTNAME= abi-compliance-checker -PORTVERSION= 1.97.4 +PORTVERSION= 1.97.5 CATEGORIES= devel perl5 -MASTER_SITES= http://forge.ispras.ru/attachments/download/1816/ \ +MASTER_SITES= http://forge.ispras.ru/attachments/download/1940/ \ http://cloud.github.com/downloads/lvc/abi-compliance-checker/ \ LOCAL/bf 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 .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) USE_PERL5= yes .else USE_PERL5_RUN= yes .endif PLIST_FILES= bin/${PORTNAME}.pl .include .if !empty(CC:M*clang*) IGNORE = : this port requires CC to be a version of gcc .endif CPPFILT?= /usr/bin/c++filt GZ?= /usr/bin/gzip READELF?= /usr/bin/readelf .if ${ARCH} == "sparc64" PICFLAG?= -fPIC .else PICFLAG?= -fpic .endif .for w in DATA DOCS .ifndef(NOPORT${w}) PORT${w}= * .endif .endfor post-patch: @${REINPLACE_CMD} \ -e "\|get_CmdPath(\"c++filt\")|s|\"c++filt\"|\"${CPPFILT}\"|" \ -e "\|get_CmdPath(\"gcc\")|s|\"gcc\"|\"${CC}\"|" \ -e "\|get_CmdPath(\"objdump\")|s|\"objdump\"|\"${OBJDUMP}\"|" \ -e "\|get_CmdPath(\"readelf\")|s|\"readelf\"|\"${READELF}\"|" \ -e "\|my \$$GzipCmd =|s|=.*|= \"${GZ}\";|" \ -e "\|my \$$TarCmd =|s|=.*|= \"${TAR}\";|" \ -e "\|TarCmd -xv.*>|{h; s| >.*|\");|; x; s|-xv|-t|; G;}" \ -e "s|ACC_MODULES_INSTALL_PATH|${DATADIR}|" \ ${WRKSRC}/${PORTNAME}.pl @${SED} -i "" -e "\|BuildCmd|s|GCC_PATH.\"|& ${PICFLAG}|" \ ${WRKSRC}/modules/Internals/RegTests.pm do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR}) .endif .ifndef(NOPORTDATA) @${MKDIR} ${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} \ "modules/Internals modules/*.xml modules/Targets/unix" ${DATADIR}) .endif .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) check regression-test test: build cd ${WRKSRC}; \ ${PERL} ./${PORTNAME}.pl -test; \ ${PERL} ./${PORTNAME}.pl -test-dump .endif .include Property changes on: head/devel/abi-compliance-checker/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/devel/abi-compliance-checker/distinfo =================================================================== --- head/devel/abi-compliance-checker/distinfo (revision 296969) +++ head/devel/abi-compliance-checker/distinfo (revision 296970) @@ -1,2 +1,2 @@ -SHA256 (abi-compliance-checker-1.97.4.tar.gz) = d402aa57aa2972d253de2d19467529d004118a612e63c744aa803668e065730b -SIZE (abi-compliance-checker-1.97.4.tar.gz) = 215520 +SHA256 (abi-compliance-checker-1.97.5.tar.gz) = 973897453b122e42196167c80852310cf57b3568387c10d13f45e564f3d7eb02 +SIZE (abi-compliance-checker-1.97.5.tar.gz) = 217782 Property changes on: head/devel/abi-compliance-checker/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property