diff options
author | schmonz <schmonz@pkgsrc.org> | 2016-01-13 21:09:19 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2016-01-13 21:09:19 +0000 |
commit | 6f6f47aae66d01a58c1554f37ca519f453fa98c8 (patch) | |
tree | eb4eed4fd4d6f9bc81edbc7364fdb8336e7470d8 /textproc/p5-Search-Xapian | |
parent | e08ce3be4d852ff1c2647f038938f1c448a11f89 (diff) | |
download | pkgsrc-6f6f47aae66d01a58c1554f37ca519f453fa98c8.tar.gz |
Update to 1.2.22.0. From the changelog:
[Changes contributed by Val Rosca, updated by Andreas Marienborg]
- Wrap MatchSpy and ValueCountMatchSpy classes
- Wrap Enquire's add_matchspy and clear_matchspies methods, keeping
track of references to Perl MatchSpy objects to avoid leaks.
- t/facets.t
[Changes contributed by Olly Betts]
- Fix infinite loop trying to build with CPANPLUS (fixes #692, reported
by Andreas Vögele).
- t/termgenerator.t: If a memory leak is detected, report how many
objects were allocated before and after the test.
- Allow for "_gitN" tag on snapshots when checking for version
compatibility with xapian-core.
- META.yml: Fix specified licence to be a valid name ('perl' instead of
'perl_5').
Diffstat (limited to 'textproc/p5-Search-Xapian')
-rw-r--r-- | textproc/p5-Search-Xapian/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Search-Xapian/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-Search-Xapian/Makefile b/textproc/p5-Search-Xapian/Makefile index cf71ff7f6c4..4f62db390cf 100644 --- a/textproc/p5-Search-Xapian/Makefile +++ b/textproc/p5-Search-Xapian/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:51:27 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2016/01/13 21:09:19 schmonz Exp $ # -DISTNAME= Search-Xapian-1.2.21.0 +DISTNAME= Search-Xapian-1.2.22.0 PKGNAME= ${DISTNAME:S/^/p5-/} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/} diff --git a/textproc/p5-Search-Xapian/distinfo b/textproc/p5-Search-Xapian/distinfo index b5e90817018..ad0d107ee83 100644 --- a/textproc/p5-Search-Xapian/distinfo +++ b/textproc/p5-Search-Xapian/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/04 01:59:47 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/01/13 21:09:19 schmonz Exp $ -SHA1 (Search-Xapian-1.2.21.0.tar.gz) = 57bfb4a5109468ca417d5bb17091eb73bbf40cbe -RMD160 (Search-Xapian-1.2.21.0.tar.gz) = f49ddfb46dc6545c0b1aac506d6eaf8b6c0ab439 -SHA512 (Search-Xapian-1.2.21.0.tar.gz) = e2ffbf1a880fbda000020f7d9310b71690b26267d9324dd4ee05268b348ac5e5974c1c1feb097cf6bb3c267e5b440422a0153167b916cd2215749df236c2e883 -Size (Search-Xapian-1.2.21.0.tar.gz) = 67726 bytes +SHA1 (Search-Xapian-1.2.22.0.tar.gz) = ac77f7ece2db130543a6cc77d282e36e85865ae2 +RMD160 (Search-Xapian-1.2.22.0.tar.gz) = 9ec121ebcacf819ce850f825fc8cc965a7988f4d +SHA512 (Search-Xapian-1.2.22.0.tar.gz) = 2c16d1afbf5e386f716809afaca18967a7517e8c18bc25ef8c8aed2ece11dd2d7a5b3b6c438dea1f4bdd0baad512f36958668852d053bd9ed3db07614c7c9d63 +Size (Search-Xapian-1.2.22.0.tar.gz) = 70102 bytes |