pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Search-Xapian Update to 1.0.12.0. From the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61085cf1ba4b
branches:  trunk
changeset: 391876:61085cf1ba4b
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Apr 20 22:35:17 2009 +0000

description:
Update to 1.0.12.0. From the changelog:
- Add handling of exceptions from Database::get_metadata() and methods
  of Enquire which might throw DatabaseModifiedError to address
  situation reported in ticket#284.
- Skip thread.t testcase if Perl is new enough, but wasn't built with
  thread support (reported by Felix Antonius Wilhelm Ostmann).
- Fix "fake VPATH" mode to work better.
- Add test coverage for more WritableDatabase methods.
- Wrap the new FLAG_DEFAULT constant which gives the QueryParser
  default flag settings, allowing you to easily add flags to the
  default ones.
- Makefile.PL now supports a "fake VPATH" mode, to better support for
  building from SVN.  If you run "perl /path/to/Makefile.PL" then
  Makefile.PL will run Makefile.PL as nomal in /path/to, and then
  create a stub Makefile in the current directory which forwards any
  make invocations.
- Wrap Search::Xapian::get_major_version(), get_minor_version(),
  get_revision(), sortable_serialise(), and sortable_unserialise().
- Reject xapian-core < 1.0 with an error rather than just a warning.

diffstat:

 textproc/p5-Search-Xapian/Makefile |  5 ++---
 textproc/p5-Search-Xapian/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 34882a2dc405 -r 61085cf1ba4b textproc/p5-Search-Xapian/Makefile
--- a/textproc/p5-Search-Xapian/Makefile        Mon Apr 20 22:29:09 2009 +0000
+++ b/textproc/p5-Search-Xapian/Makefile        Mon Apr 20 22:35:17 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:55 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/20 22:35:17 schmonz Exp $
 #
 
-DISTNAME=      Search-Xapian-1.0.7.0
+DISTNAME=      Search-Xapian-1.0.12.0
 PKGNAME=       ${DISTNAME:S/^/p5-/}
-PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Search/}
 
diff -r 34882a2dc405 -r 61085cf1ba4b textproc/p5-Search-Xapian/distinfo
--- a/textproc/p5-Search-Xapian/distinfo        Mon Apr 20 22:29:09 2009 +0000
+++ b/textproc/p5-Search-Xapian/distinfo        Mon Apr 20 22:35:17 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/07/26 23:39:21 schmonz Exp $
+$NetBSD: distinfo,v 1.2 2009/04/20 22:35:17 schmonz Exp $
 
-SHA1 (Search-Xapian-1.0.7.0.tar.gz) = 229bc93d15a88d5745e112f69483d4af4d28f4f4
-RMD160 (Search-Xapian-1.0.7.0.tar.gz) = e0041267cbdee07feafa063ef22ae386d9de3a5b
-Size (Search-Xapian-1.0.7.0.tar.gz) = 43764 bytes
+SHA1 (Search-Xapian-1.0.12.0.tar.gz) = fee5df9ce07c3aa16f2509a7373d48de468d9fc7
+RMD160 (Search-Xapian-1.0.12.0.tar.gz) = dd041858a4e7c28e17f8a655f1d484e157ab9495
+Size (Search-Xapian-1.0.12.0.tar.gz) = 46491 bytes



Home | Main Index | Thread Index | Old Index