Index: head/devel/abi-compliance-checker/Makefile =================================================================== --- head/devel/abi-compliance-checker/Makefile (revision 241639) +++ head/devel/abi-compliance-checker/Makefile (revision 241640) @@ -1,36 +1,36 @@ # New ports collection makefile for: abi-compliance-checker # Date created: August 21, 2009 # Whom: bf # # $FreeBSD$ # PORTNAME= abi-compliance-checker -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= devel perl5 -MASTER_SITES= http://ispras.linux-foundation.org/images/0/0e/ +MASTER_SITES= http://ispras.linux-foundation.org/images/5/5d/ DISTFILES= ${PORTNAME:S/^a/A/}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= bf1783@gmail.com COMMENT= Checks binary compatibility of two versions of a C/C++ shared library NO_BUILD= yes USE_PERL5_RUN= yes PLIST_FILES= bin/${PORTNAME}.pl CPPFILT?= c++filt READELF?= readelf post-patch: ${REINPLACE_CMD} -e "s|c++filt|${CPPFILT}|g" \ -e "s|readelf|${READELF}|g" -e "s|g++|${CXX}|g" \ -e "s|\"gcc|\"${CC}|g" -e "s|-shared|& -fPIC|g" ${WRKSRC}/${PORTNAME}.pl do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin test: build @(cd ${WRKSRC} && ./${PORTNAME}.pl -test ) .include Property changes on: head/devel/abi-compliance-checker/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/abi-compliance-checker/distinfo =================================================================== --- head/devel/abi-compliance-checker/distinfo (revision 241639) +++ head/devel/abi-compliance-checker/distinfo (revision 241640) @@ -1,3 +1,3 @@ -MD5 (Abi-compliance-checker-1.6.tar.gz) = 627cf30dda8a4bbd9eb055698aadc31d -SHA256 (Abi-compliance-checker-1.6.tar.gz) = 74b2ad6e2cb2e98c12619fe1b62925a66c96ecbb7c1eab09786a14780802ea63 -SIZE (Abi-compliance-checker-1.6.tar.gz) = 43967 +MD5 (Abi-compliance-checker-1.7.tar.gz) = 92e7ec3703e150d8cebafe1f3975a27d +SHA256 (Abi-compliance-checker-1.7.tar.gz) = e500a9f01b133c652dfd9daab265a2e3f441b3f76664fba8ed889ab7d538137e +SIZE (Abi-compliance-checker-1.7.tar.gz) = 46730 Property changes on: head/devel/abi-compliance-checker/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property