diff options
author | vd <vd@FreeBSD.org> | 2007-03-28 03:40:02 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2007-03-28 03:40:02 +0800 |
commit | ba604411220bd584fc419f0b052cd1def1f7dc6d (patch) | |
tree | 2e989ba548085b888db27ba4b9e52163040b3351 /devel | |
parent | c3c54863c2920c5cccfcc1a9179b4e520bd45fc0 (diff) | |
download | freebsd-ports-gnome-ba604411220bd584fc419f0b052cd1def1f7dc6d.tar.gz freebsd-ports-gnome-ba604411220bd584fc419f0b052cd1def1f7dc6d.tar.zst freebsd-ports-gnome-ba604411220bd584fc419f0b052cd1def1f7dc6d.zip |
Upgrade devel/google-sparsehash from 0.5 to 0.6
PR: ports/110914 (based on)
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/google-sparsehash/Makefile | 11 | ||||
-rw-r--r-- | devel/google-sparsehash/distinfo | 6 | ||||
-rw-r--r-- | devel/google-sparsehash/pkg-descr | 2 | ||||
-rw-r--r-- | devel/google-sparsehash/pkg-plist | 2 |
4 files changed, 8 insertions, 13 deletions
diff --git a/devel/google-sparsehash/Makefile b/devel/google-sparsehash/Makefile index de73c06acd3c..45412e487873 100644 --- a/devel/google-sparsehash/Makefile +++ b/devel/google-sparsehash/Makefile @@ -6,10 +6,9 @@ # PORTNAME= google-sparsehash -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= goog-sparsehash +MASTER_SITES= http://google-sparsehash.googlecode.com/files/ DISTNAME= sparsehash-${PORTVERSION} MAINTAINER= vd@FreeBSD.org @@ -20,12 +19,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.pre.mk> -.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 \ diff --git a/devel/google-sparsehash/distinfo b/devel/google-sparsehash/distinfo index cabeca6d284b..054a06cd0bc0 100644 --- a/devel/google-sparsehash/distinfo +++ b/devel/google-sparsehash/distinfo @@ -1,3 +1,3 @@ -MD5 (sparsehash-0.5.tar.gz) = 195a6bb0f396645da446cb80da3ec24d -SHA256 (sparsehash-0.5.tar.gz) = 06a76bb9cb48daa7d02872ce4f555e869056179f043ea1cac24b8f0dfe94a7d5 -SIZE (sparsehash-0.5.tar.gz) = 256075 +MD5 (sparsehash-0.6.tar.gz) = b49f5d6fec7b90f1fa53a52f433a86c4 +SHA256 (sparsehash-0.6.tar.gz) = e5332e6181ee6897197f32d26505f2b0337fa5b210b41d7af5fcc64c9fbd5330 +SIZE (sparsehash-0.6.tar.gz) = 262330 diff --git a/devel/google-sparsehash/pkg-descr b/devel/google-sparsehash/pkg-descr index fbb892ab5e99..e63d843c9ecc 100644 --- a/devel/google-sparsehash/pkg-descr +++ b/devel/google-sparsehash/pkg-descr @@ -3,4 +3,4 @@ The Google SparseHash project contains several hash-map implementations in use at Google, with different performance characteristics, including an implementation that optimizes for space and one that optimizes for speed. -WWW: http://goog-sparsehash.sourceforge.net +WWW: http://code.google.com/p/google-sparsehash diff --git a/devel/google-sparsehash/pkg-plist b/devel/google-sparsehash/pkg-plist index 8fe830c45219..ce00a93de7d4 100644 --- a/devel/google-sparsehash/pkg-plist +++ b/devel/google-sparsehash/pkg-plist @@ -17,7 +17,9 @@ include/google/type_traits.h %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/dense_hash_map.html %%PORTDOCS%%%%DOCSDIR%%/dense_hash_set.html +%%PORTDOCS%%%%DOCSDIR%%/designstyle.css %%PORTDOCS%%%%DOCSDIR%%/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/performance.html %%PORTDOCS%%%%DOCSDIR%%/sparse_hash_map.html %%PORTDOCS%%%%DOCSDIR%%/sparse_hash_set.html |