diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-01-28 11:37:05 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-01-28 11:37:05 +0800 |
commit | 5ef107e8135ffac9a8e1d9444b93ecd8efa71283 (patch) | |
tree | 81388746944dfab20950c8bee119570d2dc516df | |
parent | c99b9ea8d8de847d4bb5dae361919f677a5be560 (diff) | |
download | freebsd-ports-gnome-5ef107e8135ffac9a8e1d9444b93ecd8efa71283.tar.gz freebsd-ports-gnome-5ef107e8135ffac9a8e1d9444b93ecd8efa71283.tar.zst freebsd-ports-gnome-5ef107e8135ffac9a8e1d9444b93ecd8efa71283.zip |
Upgrade to 2.0.2.
PR: ports/171641
Submitted by: Denis Generalov <gd@rambler-co.ru>
Approved by: maintainer timeout ( > 4 months)
-rw-r--r-- | devel/google-sparsehash/Makefile | 6 | ||||
-rw-r--r-- | devel/google-sparsehash/distinfo | 4 | ||||
-rw-r--r-- | devel/google-sparsehash/pkg-plist | 23 |
3 files changed, 27 insertions, 6 deletions
diff --git a/devel/google-sparsehash/Makefile b/devel/google-sparsehash/Makefile index 03e1dc146e4e..4df98a0f9a9a 100644 --- a/devel/google-sparsehash/Makefile +++ b/devel/google-sparsehash/Makefile @@ -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}|' \ diff --git a/devel/google-sparsehash/distinfo b/devel/google-sparsehash/distinfo index 1cb8243cc0df..3e525d1d02bf 100644 --- a/devel/google-sparsehash/distinfo +++ b/devel/google-sparsehash/distinfo @@ -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 diff --git a/devel/google-sparsehash/pkg-plist b/devel/google-sparsehash/pkg-plist index 5da639a4406d..3af84ab1b095 100644 --- a/devel/google-sparsehash/pkg-plist +++ b/devel/google-sparsehash/pkg-plist @@ -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%% |