Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2012 14:30:28 GMT
From:      Denis Generalov <gd@rambler-co.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171641: [UPDATE] devel/google-sparsehash to 2.0.2
Message-ID:  <201209141430.q8EEUShI092538@red.freebsd.org>
Resent-Message-ID: <201209141440.q8EEe7aJ043857@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171641
>Category:       ports
>Synopsis:       [UPDATE] devel/google-sparsehash to 2.0.2
>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:   Fri Sep 14 14:40:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Denis Generalov
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
Rambler
>Environment:
FreeBSD tyl.rambler.ramblermedia.com 9.0-STABLE FreeBSD 9.0-STABLE #1: Tue Feb 14 22:57:58 MSK 2012     root@tyl2.park.rambler.ru:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
update to 2.0.2
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Diff mode was set to CVS, but there's no CVS subdirectory
Trying /usr/ports ... found
===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/devel/google-sparsehash/Makefile ./Makefile
--- /usr/ports/devel/google-sparsehash/Makefile	2012-09-12 19:08:44.000000000 +0400
+++ ./Makefile	2012-09-14 18:24:29.000000000 +0400
@@ -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 @@
 .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 -ruN --exclude=CVS /usr/ports/devel/google-sparsehash/distinfo ./distinfo
--- /usr/ports/devel/google-sparsehash/distinfo	2012-09-12 19:08:44.000000000 +0400
+++ ./distinfo	2012-09-14 17:12:36.000000000 +0400
@@ -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 -ruN --exclude=CVS /usr/ports/devel/google-sparsehash/pkg-plist ./pkg-plist
--- /usr/ports/devel/google-sparsehash/pkg-plist	2012-09-12 19:08:44.000000000 +0400
+++ ./pkg-plist	2012-09-14 18:20:52.000000000 +0400
@@ -2,18 +2,32 @@
 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
 %%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 +38,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/sparse_hash_map.html
 %%PORTDOCS%%%%DOCSDIR%%/sparse_hash_set.html
 %%PORTDOCS%%%%DOCSDIR%%/sparsetable.html
+@dirrm include/sparsehash/internal
+@dirrm include/sparsehash
 @dirrm include/google/sparsehash
 @dirrm include/google
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DOCSDIR%%
===> Done


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209141430.q8EEUShI092538>