Skip to content

Commit

Permalink
Update to 1.2.21.0. From the changelog:
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
schmonz committed May 23, 2015
1 parent 5c009f0 commit 6decdb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/p5-Search-Xapian/Makefile
@@ -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/}
Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-Search-Xapian/distinfo
@@ -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

0 comments on commit 6decdb3

Please sign in to comment.