Index: head/devel/google-sparsehash/Makefile =================================================================== --- head/devel/google-sparsehash/Makefile (revision 175698) +++ head/devel/google-sparsehash/Makefile (revision 175699) @@ -1,43 +1,45 @@ # New ports collection makefile for: google-sparsehash # Date created: 23 June 2005 # Whom: Vasil Dimov # # $FreeBSD$ # PORTNAME= google-sparsehash -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= goog-sparsehash DISTNAME= sparsehash-${PORTVERSION} MAINTAINER= vd@FreeBSD.org COMMENT= Google's hashtable implementations optimized for space or speed GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include .if ${OSVERSION} < 500000 # /usr/include/g++/stl_algobase.h:139: template instantiation depth exceeds maximum of 17 # /usr/include/g++/stl_algobase.h:139: (use -ftemplate-depth-NN to increase the maximum) CFLAGS+= -ftemplate-depth-32 .endif post-patch: .if !defined(NOPORTDOCS) ${REINPLACE_CMD} -e \ 's|^docdir = .*|docdir = ${DOCSDIR}|' \ ${WRKSRC}/Makefile.in .else ${REINPLACE_CMD} -e \ '/install-data-am/ s|install-dist_docDATA||' \ ${WRKSRC}/Makefile.in .endif + +regression-test: check check: build cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check .include Property changes on: head/devel/google-sparsehash/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/devel/google-sparsehash/distinfo =================================================================== --- head/devel/google-sparsehash/distinfo (revision 175698) +++ head/devel/google-sparsehash/distinfo (revision 175699) @@ -1,3 +1,3 @@ -MD5 (sparsehash-0.4.tar.gz) = 8037c876d067f4327e61d249620f3eb5 -SHA256 (sparsehash-0.4.tar.gz) = 2de02b56c0de23f2ddd4bf1f51c74aaaf2f152b8d0846f19294cca1690c0fab2 -SIZE (sparsehash-0.4.tar.gz) = 249743 +MD5 (sparsehash-0.5.tar.gz) = 195a6bb0f396645da446cb80da3ec24d +SHA256 (sparsehash-0.5.tar.gz) = 06a76bb9cb48daa7d02872ce4f555e869056179f043ea1cac24b8f0dfe94a7d5 +SIZE (sparsehash-0.5.tar.gz) = 256075 Property changes on: head/devel/google-sparsehash/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property