summaryrefslogtreecommitdiff
path: root/textproc/p5-Search-Xapian/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2016-01-13 21:09:19 +0000
committerschmonz <schmonz>2016-01-13 21:09:19 +0000
commitd524a7702dd61a384ea69764d19de1cf9a39b346 (patch)
treeeb4eed4fd4d6f9bc81edbc7364fdb8336e7470d8 /textproc/p5-Search-Xapian/Makefile
parentf79a792dda5440d072b137ad5f0f081f1017294b (diff)
downloadpkgsrc-d524a7702dd61a384ea69764d19de1cf9a39b346.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/Makefile')
-rw-r--r--textproc/p5-Search-Xapian/Makefile5
1 files changed, 2 insertions, 3 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/}