summaryrefslogtreecommitdiff
path: root/textproc/p5-Search-Xapian/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2010-09-05 01:22:12 +0000
committerschmonz <schmonz>2010-09-05 01:22:12 +0000
commitb02cc85d3b2ebc5671b8552b5dc6a50f570ad8cb (patch)
treef5c0f73d0e0d0a553406214767945ec7971812fc /textproc/p5-Search-Xapian/Makefile
parent4a5e8f858d86bf65ad3a1dfab2656f86c63216a8 (diff)
downloadpkgsrc-b02cc85d3b2ebc5671b8552b5dc6a50f570ad8cb.tar.gz
Update to 1.0.21.0. From the changelog:
- Avoid importing isa from UNIVERSAL to fix Perl 5.12 deprecation warning (Debian bug#578559). - Fix testcase t/04functions.t to work with Perl compiled with -Duselongdouble (Debian bug#578558). - Wrap Document::add_boolean_term() (new in C++ API in 1.0.18). - Add test coverage for Document::remove_term(). - Add wrappers for the spelling correction functionality (ticket#420). - Fix to build with compilers other than GCC by disabling Perl's #define for bool. (ticket#404) - Improve documentation of QueryParser::set_default_op() and QueryParser::get_default_op(). - examples/: Use MSet::items() (new in 1.0.13.1). - examples/simpleexpand.pl: Remove debug print statement left in by accident. - Add dependency to regenerate Makefile if Xapian.pm changes (since the former contains a version number extracted from the latter). - Add better test coverage for MatchDecider. - Run POD coverage tests if TEST_POD_COVERAGE is set rather than TEST_POD so that the other POD tests can easily be enabled without enabling the coverage tests.
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 b68138c0187..348a5473f50 100644
--- a/textproc/p5-Search-Xapian/Makefile
+++ b/textproc/p5-Search-Xapian/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2010/08/21 16:35:59 seb Exp $
+# $NetBSD: Makefile,v 1.7 2010/09/05 01:22:12 schmonz Exp $
#
-DISTNAME= Search-Xapian-1.0.14.0
+DISTNAME= Search-Xapian-1.0.21.0
PKGNAME= ${DISTNAME:S/^/p5-/}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/}