pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Search-Xapian p5-Search-Xapian: update to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b32bf47a0790
branches: trunk
changeset: 369266:b32bf47a0790
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Sep 27 21:03:05 2017 +0000
description:
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.
diffstat:
textproc/p5-Search-Xapian/Makefile | 7 ++++---
textproc/p5-Search-Xapian/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r 488ebe6046d4 -r b32bf47a0790 textproc/p5-Search-Xapian/Makefile
--- a/textproc/p5-Search-Xapian/Makefile Wed Sep 27 21:02:39 2017 +0000
+++ b/textproc/p5-Search-Xapian/Makefile Wed Sep 27 21:03:05 2017 +0000
@@ -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-/}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/}
@@ -11,6 +10,8 @@
COMMENT= Perl XS frontend to the Xapian C++ search library
LICENSE= ${PERL5_LICENSE}
+BUILD_DEPENDS+= p5-Devel-Leak-[0-9]*:../../devel/p5-Devel-Leak
+
USE_LANGUAGES= c++
PERL5_PACKLIST= auto/Search/Xapian/.packlist
diff -r 488ebe6046d4 -r b32bf47a0790 textproc/p5-Search-Xapian/distinfo
--- a/textproc/p5-Search-Xapian/distinfo Wed Sep 27 21:02:39 2017 +0000
+++ b/textproc/p5-Search-Xapian/distinfo Wed Sep 27 21:03:05 2017 +0000
@@ -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
-RMD160 (Search-Xapian-1.2.24.0.tar.gz) = 80e90fe2f18a73b8cdf5ff078d76d880b0b0da99
-SHA512 (Search-Xapian-1.2.24.0.tar.gz) = 48fed912c1d20933e45ab75c064b33996642d43c157a3ec90a50f3e57070d48d655dc7816237e0da9b2df7a2aeddc14c5532bbf3a1ce4cd10d83cc7e0a74b2dd
-Size (Search-Xapian-1.2.24.0.tar.gz) = 71768 bytes
+SHA1 (Search-Xapian-1.2.25.0.tar.gz) = 0cec172acc340e6724616cfff56ef9ef41947f5e
+RMD160 (Search-Xapian-1.2.25.0.tar.gz) = 276a407c1acf3d654ca6d0f08a1053945dd0a7a8
+SHA512 (Search-Xapian-1.2.25.0.tar.gz) = 2bb0bea59ddfd8159df0b3051034ca28478cb74832cfe7a103b8a4dbeddbd41f6223be6ad56eb3dcb8c7a785d2f7d500844c41f35da3997a843b3ba624a4e795
+Size (Search-Xapian-1.2.25.0.tar.gz) = 72097 bytes
Home |
Main Index |
Thread Index |
Old Index