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:   schmonz
Date:           Mon Nov 30 11:59:09 UTC 2020

Modified Files:
        pkgsrc/textproc/p5-Search-Xapian: Makefile distinfo

Log Message:
Update to 1.2.25.4. From the changelog:

- Add exception-related files which were new in 1.2.25.3 to MANIFEST
  so they're shipped.  Reported by Tina Müller and Leah Neukirchen.
- Add metadata links to homepage, bugtracker and VCS.  Suggested by
  Gabor Szabo.
- Allow AUTOMATED_TESTING builds against xapian-core 1.4.x.
- Properly handle newer exceptions.  The C++ exception class
  WildcardError wasn't known to the Perl bindings, and would result in
  croak("something terrible happened").  The C++ exception classes
  DatabaseClosedError and DatabaseNotFoundError also weren't known, but
  these would instead be reported as their base classes DatabaseError
  and DatabaseOpeningError respectively.  Reported by Adam Sjøgren.
- README: Update to reflect that the SWIG-generated Perl bindings are
  stable since xapian-bindings 1.4.16.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/p5-Search-Xapian/Makefile
cvs rdiff -u -r1.18 -r1.19 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.34 pkgsrc/textproc/p5-Search-Xapian/Makefile:1.35
--- pkgsrc/textproc/p5-Search-Xapian/Makefile:1.34      Mon Aug 31 18:11:55 2020
+++ pkgsrc/textproc/p5-Search-Xapian/Makefile   Mon Nov 30 11:59:09 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2020/08/31 18:11:55 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2020/11/30 11:59:09 schmonz Exp $
 
-DISTNAME=              Search-Xapian-1.2.25.2
+DISTNAME=              Search-Xapian-1.2.25.4
 PKGNAME=               ${DISTNAME:S/^/p5-/}
-PKGREVISION=           2
 CATEGORIES=            textproc perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Search/}
 

Index: pkgsrc/textproc/p5-Search-Xapian/distinfo
diff -u pkgsrc/textproc/p5-Search-Xapian/distinfo:1.18 pkgsrc/textproc/p5-Search-Xapian/distinfo:1.19
--- pkgsrc/textproc/p5-Search-Xapian/distinfo:1.18      Wed Sep 26 16:50:18 2018
+++ pkgsrc/textproc/p5-Search-Xapian/distinfo   Mon Nov 30 11:59:09 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2018/09/26 16:50:18 schmonz Exp $
+$NetBSD: distinfo,v 1.19 2020/11/30 11:59:09 schmonz Exp $
 
-SHA1 (Search-Xapian-1.2.25.2.tar.gz) = c1b5d9cd97547cc22042b8a65e7fba50db67129e
-RMD160 (Search-Xapian-1.2.25.2.tar.gz) = 4834939d0b5ca74bce4e9fbfdfb4d2a898c2bedd
-SHA512 (Search-Xapian-1.2.25.2.tar.gz) = 92b92f28cf50d162905ef230a28956a4e57d3baca81d227751e905756239be0f843b58f38a8dfdb6c8b6ae827e37a60d7df7022cfab43164293223dd430d4d2d
-Size (Search-Xapian-1.2.25.2.tar.gz) = 72424 bytes
+SHA1 (Search-Xapian-1.2.25.4.tar.gz) = 1a1bb77064f4b537b27176dab03c31d0aceb4c6e
+RMD160 (Search-Xapian-1.2.25.4.tar.gz) = 8adf2fe08d41deae056832550c5bd13ee72645be
+SHA512 (Search-Xapian-1.2.25.4.tar.gz) = 14d34641583fb3cce3e7cd4b16e5001be9c7808d07e4942b4842196f36906649053d1ff522a5a1b82200ecd714c55afaf7bd653bf7df9a462db91d05cd12cb01
+Size (Search-Xapian-1.2.25.4.tar.gz) = 75336 bytes



Home | Main Index | Thread Index | Old Index