pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/34063: please upgrade devel/sparsehash
>Number: 34063
>Category: pkg
>Synopsis: please upgrade devel/sparsehash
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun Jul 23 16:40:06 +0000 2006
>Originator: cheusov%tut.by@localhost
>Release: NetBSD 3.0_STABLE
>Organization:
Best regards, Aleksey Cheusov.
>Environment:
System: NetBSD chen.chizhovka.net 3.0_STABLE NetBSD 3.0_STABLE (GENERIC) #2:
Sun Mar 12 12:49:58 GMT 2006
cheusov@chen:/usr/src/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
Can anybody upgrade devel/sparsehash to the latest upstream release?
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/sparsehash/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 1 Jun 2006 22:42:48 -0000 1.3
+++ Makefile 23 Jul 2006 16:37:00 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2006/06/01 22:42:48 joerg Exp $
#
-DISTNAME= sparsehash-0.1
+DISTNAME= sparsehash-0.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=goog-sparsehash/}
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/sparsehash/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST 26 Mar 2005 23:08:45 -0000 1.1.1.1
+++ PLIST 23 Jul 2006 16:37:00 -0000
@@ -1,11 +1,11 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/26 23:08:45 jschauma Exp $
-share/doc/html/sparsehash/dense_hash_map.html
-share/doc/html/sparsehash/dense_hash_set.html
-share/doc/html/sparsehash/implementation.html
-share/doc/html/sparsehash/performance.html
-share/doc/html/sparsehash/sparse_hash_map.html
-share/doc/html/sparsehash/sparse_hash_set.html
-share/doc/html/sparsehash/sparsetable.html
+share/doc/sparsehash/dense_hash_map.html
+share/doc/sparsehash/dense_hash_set.html
+share/doc/sparsehash/implementation.html
+share/doc/sparsehash/performance.html
+share/doc/sparsehash/sparse_hash_map.html
+share/doc/sparsehash/sparse_hash_set.html
+share/doc/sparsehash/sparsetable.html
include/google/dense_hash_map
include/google/dense_hash_set
include/google/sparse_hash_map
@@ -15,6 +15,7 @@
include/google/sparsehash/hash_fun.h
include/google/sparsehash/sparsehashtable.h
include/google/sparsetable
+include/google/type_traits.h
@dirrm include/google/sparsehash
@unexec ${RMDIR} %D/include/google || ${TRUE}
@dirrm share/doc/html/sparsehash
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/sparsehash/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo 26 Mar 2005 23:08:45 -0000 1.1.1.1
+++ distinfo 23 Jul 2006 16:37:00 -0000
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2005/03/26 23:08:45 jschauma Exp $
-SHA1 (sparsehash-0.1.tar.gz) = d88d5d1bb3e69382d75d6e48b92f41eb9fb44517
-RMD160 (sparsehash-0.1.tar.gz) = e65ea6128785136de11f7befcc245bc4cce9a7ba
-Size (sparsehash-0.1.tar.gz) = 202266 bytes
-SHA1 (patch-aa) = dd106b4b9407141b0396389fbe7e999d055f9c24
+SHA1 (sparsehash-0.4.tar.gz) = fd0467f3a1cc08e409d4638e98baf625b7565565
+RMD160 (sparsehash-0.4.tar.gz) = b65f032e1a7262940ecea17b4448506bbc35ea88
+Size (sparsehash-0.4.tar.gz) = 249743 bytes
+SHA1 (patch-aa) = 1c085b909211d6f1747f5de972113148f22985a3
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/devel/sparsehash/patches/patch-aa,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-aa
--- patches/patch-aa 26 Mar 2005 23:08:45 -0000 1.1.1.1
+++ patches/patch-aa 23 Jul 2006 16:37:00 -0000
@@ -1,15 +1,15 @@
$NetBSD: patch-aa,v 1.1.1.1 2005/03/26 23:08:45 jschauma Exp $
---- Makefile.in.orig 2005-03-26 17:55:20.000000000 -0500
-+++ Makefile.in 2005-03-26 17:55:46.000000000 -0500
-@@ -92,8 +92,8 @@
- src/google/sparsetable
+--- Makefile.in.orig 2006-07-23 19:19:48.000000000 +0300
++++ Makefile.in
+@@ -93,8 +93,8 @@ googleinclude_HEADERS = \
+ src/google/type_traits.h
--docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
+-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
-dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
-+docdir = $(prefix)/share/doc/html/$(PACKAGE)
-+dist_doc_DATA = \
++docdir = $(prefix)/share/doc/$(PACKAGE)
++dist_doc_DATA = \
doc/dense_hash_map.html \
doc/dense_hash_set.html \
doc/sparse_hash_map.html \
Home |
Main Index |
Thread Index |
Old Index