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.2.21.0. From the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/478deb9f7332
branches:  trunk
changeset: 652117:478deb9f7332
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat May 23 18:21:32 2015 +0000

description:
Update to 1.2.21.0. From the changelog:

[Changes contributed by Olly Betts]
- Support passing collapse_max argument to Enquire::set_collapse_key().
  Fixes #669, reported by Felix Ostmann.
- Add missing 'my' to testcases.
- Add 'use strict' to all testcases.
- Add a "LICENSE" section to the main POD.
- META.yml: Specify licence and minimum Perl version.
- Fix t/symboltest.t to work when built against an installed version
  of xapian-core (broken by changes in 1.2.20.0).
- Fix "Filehandle STDOUT reopened as M only for input" warning from
  running "perl Makefile.PL".
- Remove TODO for wrapping MatchAll and MatchNothing - these were added
  in 1.2.13.0.  Reported by Will Crawford.
- Wrap Xapian::BAD_VALUENO.
- Fix "make test" to use the Xapian.so we just built, rather than an
  installed version.

diffstat:

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

diffs (26 lines):

diff -r b074d38c729d -r 478deb9f7332 textproc/p5-Search-Xapian/Makefile
--- a/textproc/p5-Search-Xapian/Makefile        Sat May 23 18:21:23 2015 +0000
+++ b/textproc/p5-Search-Xapian/Makefile        Sat May 23 18:21:32 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2014/11/17 09:06:18 schmonz Exp $
+# $NetBSD: Makefile,v 1.20 2015/05/23 18:21:32 schmonz Exp $
 #
 
-DISTNAME=              Search-Xapian-1.2.19.0
+DISTNAME=              Search-Xapian-1.2.21.0
 PKGNAME=               ${DISTNAME:S/^/p5-/}
 CATEGORIES=            textproc perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Search/}
diff -r b074d38c729d -r 478deb9f7332 textproc/p5-Search-Xapian/distinfo
--- a/textproc/p5-Search-Xapian/distinfo        Sat May 23 18:21:23 2015 +0000
+++ b/textproc/p5-Search-Xapian/distinfo        Sat May 23 18:21:32 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2014/11/17 09:06:18 schmonz Exp $
+$NetBSD: distinfo,v 1.11 2015/05/23 18:21:32 schmonz Exp $
 
-SHA1 (Search-Xapian-1.2.19.0.tar.gz) = 1503a0fd4471410d035611f87d3c8be678410d9a
-RMD160 (Search-Xapian-1.2.19.0.tar.gz) = 967765d8d0db30d8e954775f1c13942af1d3b329
-Size (Search-Xapian-1.2.19.0.tar.gz) = 63667 bytes
+SHA1 (Search-Xapian-1.2.21.0.tar.gz) = 57bfb4a5109468ca417d5bb17091eb73bbf40cbe
+RMD160 (Search-Xapian-1.2.21.0.tar.gz) = f49ddfb46dc6545c0b1aac506d6eaf8b6c0ab439
+Size (Search-Xapian-1.2.21.0.tar.gz) = 67726 bytes



Home | Main Index | Thread Index | Old Index