Date: Tue, 27 Mar 2007 18:05:41 +0800 (CST) From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vd@FreeBSD.org Subject: ports/110914: [PATCH] devel/google-sparsehash: update to 0.6 Message-ID: <20070327100541.CF0E47EE87@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200703271010.l2RAAAVW058802@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110914 >Category: ports >Synopsis: [PATCH] devel/google-sparsehash: update to 0.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Mar 27 10:10:09 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 6.2-RELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #12: Sat Jan 20 20:29:28 CST 2007 >Description: - Update to 0.6 Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- google-sparsehash-0.6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/google-sparsehash/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 31 Oct 2006 06:12:53 -0000 1.9 +++ Makefile 27 Mar 2007 10:02:23 -0000 @@ -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 @@ -18,6 +17,10 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +.if !defined(NOPORTDOCS) +PORTDOCS= * +.endif + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/google-sparsehash/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 31 Oct 2006 06:12:53 -0000 1.5 +++ distinfo 27 Mar 2007 10:02:23 -0000 @@ -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 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/google-sparsehash/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 10 May 2006 07:09:29 -0000 1.2 +++ pkg-plist 27 Mar 2007 10:02:23 -0000 @@ -8,20 +8,5 @@ include/google/sparsehash/sparsehashtable.h include/google/sparsetable include/google/type_traits.h -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/dense_hash_map.html -%%PORTDOCS%%%%DOCSDIR%%/dense_hash_set.html -%%PORTDOCS%%%%DOCSDIR%%/implementation.html -%%PORTDOCS%%%%DOCSDIR%%/performance.html -%%PORTDOCS%%%%DOCSDIR%%/sparse_hash_map.html -%%PORTDOCS%%%%DOCSDIR%%/sparse_hash_set.html -%%PORTDOCS%%%%DOCSDIR%%/sparsetable.html @dirrm include/google/sparsehash @dirrm include/google -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- google-sparsehash-0.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070327100541.CF0E47EE87>