diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-04-20 22:35:17 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-04-20 22:35:17 +0000 |
commit | d8216a227f705b25b946a0b9476b1beb7c587287 (patch) | |
tree | c49c2c45c342ddd60f0f159c7cd87831584134ea /textproc/p5-Search-Xapian/Makefile | |
parent | 61f4b4fce7676cc3613c0af0a890b310315bbe49 (diff) | |
download | pkgsrc-d8216a227f705b25b946a0b9476b1beb7c587287.tar.gz |
Update to 1.0.12.0. From the changelog:
- Add handling of exceptions from Database::get_metadata() and methods
of Enquire which might throw DatabaseModifiedError to address
situation reported in ticket#284.
- Skip thread.t testcase if Perl is new enough, but wasn't built with
thread support (reported by Felix Antonius Wilhelm Ostmann).
- Fix "fake VPATH" mode to work better.
- Add test coverage for more WritableDatabase methods.
- Wrap the new FLAG_DEFAULT constant which gives the QueryParser
default flag settings, allowing you to easily add flags to the
default ones.
- Makefile.PL now supports a "fake VPATH" mode, to better support for
building from SVN. If you run "perl /path/to/Makefile.PL" then
Makefile.PL will run Makefile.PL as nomal in /path/to, and then
create a stub Makefile in the current directory which forwards any
make invocations.
- Wrap Search::Xapian::get_major_version(), get_minor_version(),
get_revision(), sortable_serialise(), and sortable_unserialise().
- Reject xapian-core < 1.0 with an error rather than just a warning.
Diffstat (limited to 'textproc/p5-Search-Xapian/Makefile')
-rw-r--r-- | textproc/p5-Search-Xapian/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Search-Xapian/Makefile b/textproc/p5-Search-Xapian/Makefile index 0c6d9f52bcc..84cb25812c2 100644 --- a/textproc/p5-Search-Xapian/Makefile +++ b/textproc/p5-Search-Xapian/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:55 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/20 22:35:17 schmonz Exp $ # -DISTNAME= Search-Xapian-1.0.7.0 +DISTNAME= Search-Xapian-1.0.12.0 PKGNAME= ${DISTNAME:S/^/p5-/} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/} |