pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xapian-omega Update to 1.4.2. From the change...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c79048c27e85
branches: trunk
changeset: 356470:c79048c27e85
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sun Jan 01 10:41:03 2017 +0000
description:
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.
diffstat:
textproc/xapian-omega/Makefile | 4 ++--
textproc/xapian-omega/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 3a2be508fca7 -r c79048c27e85 textproc/xapian-omega/Makefile
--- a/textproc/xapian-omega/Makefile Sun Jan 01 10:40:56 2017 +0000
+++ b/textproc/xapian-omega/Makefile Sun Jan 01 10:41:03 2017 +0000
@@ -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
diff -r 3a2be508fca7 -r c79048c27e85 textproc/xapian-omega/distinfo
--- a/textproc/xapian-omega/distinfo Sun Jan 01 10:40:56 2017 +0000
+++ b/textproc/xapian-omega/distinfo Sun Jan 01 10:41:03 2017 +0000
@@ -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