Index: head/devel/abi-compliance-checker/Makefile =================================================================== --- head/devel/abi-compliance-checker/Makefile (revision 303189) +++ head/devel/abi-compliance-checker/Makefile (revision 303190) @@ -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.98.2 +PORTVERSION= 1.98.3 CATEGORIES= devel perl5 -MASTER_SITES= http://forge.ispras.ru/attachments/download/2217/ \ +MASTER_SITES= http://forge.ispras.ru/attachments/download/2471/ \ 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:T: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 ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/abi-compliance-checker/distinfo =================================================================== --- head/devel/abi-compliance-checker/distinfo (revision 303189) +++ head/devel/abi-compliance-checker/distinfo (revision 303190) @@ -1,2 +1,2 @@ -SHA256 (abi-compliance-checker-1.98.2.tar.gz) = 73247c069d42ffc9c6939cc75399d2c43d20d6a6f916e0bc876b5befdb7b1a7f -SIZE (abi-compliance-checker-1.98.2.tar.gz) = 226109 +SHA256 (abi-compliance-checker-1.98.3.tar.gz) = d397530027ec781d53d80287a77f18a872b35720fbb1e559e0bda7e715607013 +SIZE (abi-compliance-checker-1.98.3.tar.gz) = 231413 Property changes on: head/devel/abi-compliance-checker/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property