summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/xapian/Makefile4
-rw-r--r--textproc/xapian/distinfo10
-rw-r--r--textproc/xapian/patches/patch-common_safeuuid.h6
3 files changed, 10 insertions, 10 deletions
diff --git a/textproc/xapian/Makefile b/textproc/xapian/Makefile
index e18873cf5aa..db8586f1d2c 100644
--- a/textproc/xapian/Makefile
+++ b/textproc/xapian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2012/10/25 06:57:06 asau Exp $
+# $NetBSD: Makefile,v 1.18 2013/06/04 21:27:02 schmonz Exp $
#
DISTNAME= xapian-core-${VERSION}
-VERSION= 1.2.12
+VERSION= 1.2.15
PKGNAME= xapian-${VERSION}
CATEGORIES= textproc
MASTER_SITES= http://oligarchy.co.uk/xapian/${VERSION}/
diff --git a/textproc/xapian/distinfo b/textproc/xapian/distinfo
index d8c0fd77410..722a19b20f9 100644
--- a/textproc/xapian/distinfo
+++ b/textproc/xapian/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2012/10/10 16:10:31 wiz Exp $
+$NetBSD: distinfo,v 1.14 2013/06/04 21:27:02 schmonz Exp $
-SHA1 (xapian-core-1.2.12.tar.gz) = 2b96800280fee41eed767289620172f5226c9c4f
-RMD160 (xapian-core-1.2.12.tar.gz) = 182f8c606db591002b588a42585f5fb566b68bb9
-Size (xapian-core-1.2.12.tar.gz) = 4138429 bytes
-SHA1 (patch-common_safeuuid.h) = a017a88f5a82854cddc7ca89921ceec361a076b8
+SHA1 (xapian-core-1.2.15.tar.gz) = 3d2ea66e9930451dcac4b96f321284f3dee98d51
+RMD160 (xapian-core-1.2.15.tar.gz) = 42845187297cb978eff958ed1d74108f68c6664b
+Size (xapian-core-1.2.15.tar.gz) = 4158987 bytes
+SHA1 (patch-common_safeuuid.h) = 55b95c2157355aad6b136ded6bda4133fa3569a1
diff --git a/textproc/xapian/patches/patch-common_safeuuid.h b/textproc/xapian/patches/patch-common_safeuuid.h
index 2fe23054b74..bd488e3b991 100644
--- a/textproc/xapian/patches/patch-common_safeuuid.h
+++ b/textproc/xapian/patches/patch-common_safeuuid.h
@@ -1,10 +1,10 @@
-$NetBSD: patch-common_safeuuid.h,v 1.2 2012/01/10 01:03:29 schmonz Exp $
+$NetBSD: patch-common_safeuuid.h,v 1.3 2013/06/04 21:27:02 schmonz Exp $
Fix build with newer GCC.
---- common/safeuuid.h.orig 2011-11-26 02:56:21.000000000 +0000
+--- common/safeuuid.h.orig 2013-04-17 00:03:07.000000000 +0000
+++ common/safeuuid.h
-@@ -54,6 +54,7 @@ inline void uuid_unparse_lower(uuid_t uu
+@@ -55,6 +55,7 @@ inline void uuid_unparse_lower(uuid_t uu
// FreeBSD/NetBSD UUID API.
# include <uuid.h>