p5-Search-Xapian: update to 1.2.25.0.
1.2.25.0 Tue Sep 26 02:06:18 UTC 2017 [Changes contributed by Olly Betts] - Wrap WritableDatabase::commit(), which is the preferred name for WritableDatabase::flush(). - Fix long SEE ALSO lines by putting a newline after each comma in the SEE ALSO lists, fixing warnings from man such as: <standard input>:109: warning [p 1, 8.0i]: can't break line - Backport some improvements to the POD documentation from the SWIG-based bindings in xapian-bindings 1.4.x. - Avoid perl -W in tests as that seems to break recent versions of Test::More. - Suppress dummy warning using undef value when building against xapian-core 1.4.x.
This commit is contained in:
parent
04a41fb505
commit
3c9459a754
2 changed files with 9 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.28 2017/09/03 08:53:16 wiz Exp $
|
# $NetBSD: Makefile,v 1.29 2017/09/27 21:03:05 wiz Exp $
|
||||||
|
|
||||||
DISTNAME= Search-Xapian-1.2.24.0
|
DISTNAME= Search-Xapian-1.2.25.0
|
||||||
PKGNAME= ${DISTNAME:S/^/p5-/}
|
PKGNAME= ${DISTNAME:S/^/p5-/}
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/}
|
||||||
|
|
||||||
|
@ -11,6 +10,8 @@ HOMEPAGE= https://xapian.org/docs/bindings/perl/Search/Xapian.html
|
||||||
COMMENT= Perl XS frontend to the Xapian C++ search library
|
COMMENT= Perl XS frontend to the Xapian C++ search library
|
||||||
LICENSE= ${PERL5_LICENSE}
|
LICENSE= ${PERL5_LICENSE}
|
||||||
|
|
||||||
|
BUILD_DEPENDS+= p5-Devel-Leak-[0-9]*:../../devel/p5-Devel-Leak
|
||||||
|
|
||||||
USE_LANGUAGES= c++
|
USE_LANGUAGES= c++
|
||||||
|
|
||||||
PERL5_PACKLIST= auto/Search/Xapian/.packlist
|
PERL5_PACKLIST= auto/Search/Xapian/.packlist
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: distinfo,v 1.15 2016/11/07 13:03:12 schmonz Exp $
|
$NetBSD: distinfo,v 1.16 2017/09/27 21:03:05 wiz Exp $
|
||||||
|
|
||||||
SHA1 (Search-Xapian-1.2.24.0.tar.gz) = d59340d977024eb729494be68d8506934c9f852b
|
SHA1 (Search-Xapian-1.2.25.0.tar.gz) = 0cec172acc340e6724616cfff56ef9ef41947f5e
|
||||||
RMD160 (Search-Xapian-1.2.24.0.tar.gz) = 80e90fe2f18a73b8cdf5ff078d76d880b0b0da99
|
RMD160 (Search-Xapian-1.2.25.0.tar.gz) = 276a407c1acf3d654ca6d0f08a1053945dd0a7a8
|
||||||
SHA512 (Search-Xapian-1.2.24.0.tar.gz) = 48fed912c1d20933e45ab75c064b33996642d43c157a3ec90a50f3e57070d48d655dc7816237e0da9b2df7a2aeddc14c5532bbf3a1ce4cd10d83cc7e0a74b2dd
|
SHA512 (Search-Xapian-1.2.25.0.tar.gz) = 2bb0bea59ddfd8159df0b3051034ca28478cb74832cfe7a103b8a4dbeddbd41f6223be6ad56eb3dcb8c7a785d2f7d500844c41f35da3997a843b3ba624a4e795
|
||||||
Size (Search-Xapian-1.2.24.0.tar.gz) = 71768 bytes
|
Size (Search-Xapian-1.2.25.0.tar.gz) = 72097 bytes
|
||||||
|
|
Loading…
Reference in a new issue