pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/xapian-omega



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Jan  1 10:41:03 UTC 2017

Modified Files:
        pkgsrc/textproc/xapian-omega: Makefile distinfo

Log Message:
Update to 1.4.2. From the changelog:

documentation:

* Replace auto-generated list of the supported MIME types with an
  auto-generated table showing the extensions that are mapped to each MIME type
  by default.  Partly addresses #569, reported by catkin.

indexers:

* omindex: Add support for indexing markdown files (extension .md or .markdown,
  mime-type text/markdown, using "markdown" to convert to HTML).

testsuite:

* Add support for "make installcheck" to run tests against installed version.

build system:

* configure: Fail with clear error with xapian-core < 1.4.0.

portability:

* Fix GCC -Wimplicit-fallthrough warning.

* Add missing <ctime> for time_t.

* Avoid snprintf_for formatting fixed-width integers - it results in warnings
  about possible output truncation with GCC7 (which aren't actually possible
  due to limited input range) and it's a bit heavyweight for this job anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/xapian-omega/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/xapian-omega/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/xapian-omega/Makefile
diff -u pkgsrc/textproc/xapian-omega/Makefile:1.32 pkgsrc/textproc/xapian-omega/Makefile:1.33
--- pkgsrc/textproc/xapian-omega/Makefile:1.32  Mon Nov  7 13:46:46 2016
+++ pkgsrc/textproc/xapian-omega/Makefile       Sun Jan  1 10:41:03 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2016/11/07 13:46:46 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2017/01/01 10:41:03 schmonz Exp $
 
 DISTNAME=              xapian-omega-${VERSION}
-VERSION=               1.4.1
+VERSION=               1.4.2
 CATEGORIES=            textproc
 MASTER_SITES=          http://oligarchy.co.uk/xapian/${VERSION}/
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/textproc/xapian-omega/distinfo
diff -u pkgsrc/textproc/xapian-omega/distinfo:1.19 pkgsrc/textproc/xapian-omega/distinfo:1.20
--- pkgsrc/textproc/xapian-omega/distinfo:1.19  Mon Nov  7 13:02:45 2016
+++ pkgsrc/textproc/xapian-omega/distinfo       Sun Jan  1 10:41:03 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2016/11/07 13:02:45 schmonz Exp $
+$NetBSD: distinfo,v 1.20 2017/01/01 10:41:03 schmonz Exp $
 
-SHA1 (xapian-omega-1.4.1.tar.xz) = 9f182e58a9355d76bc567030a72f6e3c0cce9c68
-RMD160 (xapian-omega-1.4.1.tar.xz) = e17c8848624e299fa59debcb73d03e6bdbb26f0d
-SHA512 (xapian-omega-1.4.1.tar.xz) = 19891f5d0e901027e734041fc29b223ef002029b9ffdb91797b8b382132fcf7c335114ca7bec0ff21970a7435758e24675f1577dbb615f3cacad105d8ee91415
-Size (xapian-omega-1.4.1.tar.xz) = 494868 bytes
+SHA1 (xapian-omega-1.4.2.tar.xz) = 146f56c8688d2dbc9c4e8294906e1e67195f89f0
+RMD160 (xapian-omega-1.4.2.tar.xz) = f8c5a145479884cd28b987f8ec01481afd521068
+SHA512 (xapian-omega-1.4.2.tar.xz) = 2686f11d6aa84723f6f863ad4101c13f4f13b977f7f9fcd03108491418f5761117b500232b73f4f405c34dce2e0f6fed14719b0924cf20561f08a439b5032e63
+Size (xapian-omega-1.4.2.tar.xz) = 496872 bytes
 SHA1 (patch-aa) = 044771ca449b9d2f29695d8034c3d90aa7aa0200
 SHA1 (patch-ab) = 6de115aab051256e911d61d69255f5af8916f058



Home | Main Index | Thread Index | Old Index