pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Search-Xapian
Module Name: pkgsrc
Committed By: wiz
Date: Wed Sep 27 21:03:05 UTC 2017
Modified Files:
pkgsrc/textproc/p5-Search-Xapian: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/p5-Search-Xapian/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/p5-Search-Xapian/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-Search-Xapian/Makefile
diff -u pkgsrc/textproc/p5-Search-Xapian/Makefile:1.28 pkgsrc/textproc/p5-Search-Xapian/Makefile:1.29
--- pkgsrc/textproc/p5-Search-Xapian/Makefile:1.28 Sun Sep 3 08:53:16 2017
+++ pkgsrc/textproc/p5-Search-Xapian/Makefile Wed Sep 27 21:03:05 2017
@@ -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 @@ HOMEPAGE= https://xapian.org/docs/bindi
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
Index: pkgsrc/textproc/p5-Search-Xapian/distinfo
diff -u pkgsrc/textproc/p5-Search-Xapian/distinfo:1.15 pkgsrc/textproc/p5-Search-Xapian/distinfo:1.16
--- pkgsrc/textproc/p5-Search-Xapian/distinfo:1.15 Mon Nov 7 13:03:12 2016
+++ pkgsrc/textproc/p5-Search-Xapian/distinfo Wed Sep 27 21:03:05 2017
@@ -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