update to 2.0.2 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->vd Over to maintainer (via the GNATS Auto Assign Tool)
Author: vanilla Date: Mon Jan 28 03:37:05 2013 New Revision: 311095 URL: http://svnweb.freebsd.org/changeset/ports/311095 Log: Upgrade to 2.0.2. PR: ports/171641 Submitted by: Denis Generalov <gd@rambler-co.ru> Approved by: maintainer timeout ( > 4 months) Modified: head/devel/google-sparsehash/Makefile head/devel/google-sparsehash/distinfo head/devel/google-sparsehash/pkg-plist Modified: head/devel/google-sparsehash/Makefile ============================================================================== --- head/devel/google-sparsehash/Makefile Mon Jan 28 02:45:35 2013 (r311094) +++ head/devel/google-sparsehash/Makefile Mon Jan 28 03:37:05 2013 (r311095) @@ -6,11 +6,12 @@ # PORTNAME= google-sparsehash -PORTVERSION= 1.1 +PORTVERSION= 2.0.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vd/${PORTNAME} +PROJECTHOST= sparsehash DISTNAME= sparsehash-${PORTVERSION} MAINTAINER= vd@FreeBSD.org @@ -21,6 +22,9 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> post-patch: + ${REINPLACE_CMD} -e \ + 's|^pkgconfigdir = .*|pkgconfigdir = ${LOCALBASE}/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile.in .if !defined(NOPORTDOCS) ${REINPLACE_CMD} -e \ 's|^docdir = .*|docdir = ${DOCSDIR}|' \ Modified: head/devel/google-sparsehash/distinfo ============================================================================== --- head/devel/google-sparsehash/distinfo Mon Jan 28 02:45:35 2013 (r311094) +++ head/devel/google-sparsehash/distinfo Mon Jan 28 03:37:05 2013 (r311095) @@ -1,2 +1,2 @@ -SHA256 (sparsehash-1.1.tar.gz) = 1d84e4a7adebcbf75b7c628c3b7eaadf9c2b5dcb68557fc64cf01d3ef2fb3a05 -SIZE (sparsehash-1.1.tar.gz) = 270585 +SHA256 (sparsehash-2.0.2.tar.gz) = 2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c +SIZE (sparsehash-2.0.2.tar.gz) = 340514 Modified: head/devel/google-sparsehash/pkg-plist ============================================================================== --- head/devel/google-sparsehash/pkg-plist Mon Jan 28 02:45:35 2013 (r311094) +++ head/devel/google-sparsehash/pkg-plist Mon Jan 28 03:37:05 2013 (r311095) @@ -2,18 +2,33 @@ include/google/dense_hash_map include/google/dense_hash_set include/google/sparse_hash_map include/google/sparse_hash_set -include/google/sparsehash/sparseconfig.h include/google/sparsehash/densehashtable.h +include/google/sparsehash/hashtable-common.h +include/google/sparsehash/libc_allocator_with_realloc.h include/google/sparsehash/sparsehashtable.h include/google/sparsetable +include/google/template_util.h include/google/type_traits.h +include/sparsehash/dense_hash_map +include/sparsehash/dense_hash_set +include/sparsehash/internal/densehashtable.h +include/sparsehash/internal/hashtable-common.h +include/sparsehash/internal/libc_allocator_with_realloc.h +include/sparsehash/internal/sparseconfig.h +include/sparsehash/internal/sparsehashtable.h +include/sparsehash/sparse_hash_map +include/sparsehash/sparse_hash_set +include/sparsehash/sparsetable +include/sparsehash/template_util.h +include/sparsehash/type_traits.h +libdata/pkgconfig/libsparsehash.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.windows +%%PORTDOCS%%%%DOCSDIR%%/README_windows.txt %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/dense_hash_map.html %%PORTDOCS%%%%DOCSDIR%%/dense_hash_set.html @@ -24,6 +39,8 @@ include/google/type_traits.h %%PORTDOCS%%%%DOCSDIR%%/sparse_hash_map.html %%PORTDOCS%%%%DOCSDIR%%/sparse_hash_set.html %%PORTDOCS%%%%DOCSDIR%%/sparsetable.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm include/sparsehash/internal +@dirrm include/sparsehash @dirrm include/google/sparsehash @dirrm include/google -%%PORTDOCS%%@dirrm %%DOCSDIR%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks.