pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/artha Port artha to enchant2, bump revision.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e89ff6201ebd
branches: trunk
changeset: 315581:e89ff6201ebd
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Tue Nov 27 14:29:27 2018 +0000
description:
Port artha to enchant2, bump revision.
diffstat:
textproc/artha/Makefile | 6 +++---
textproc/artha/distinfo | 3 ++-
textproc/artha/patches/patch-src_suggestions.c | 15 +++++++++++++++
3 files changed, 20 insertions(+), 4 deletions(-)
diffs (53 lines):
diff -r 458c2e3b678b -r e89ff6201ebd textproc/artha/Makefile
--- a/textproc/artha/Makefile Tue Nov 27 14:28:56 2018 +0000
+++ b/textproc/artha/Makefile Tue Nov 27 14:29:27 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2018/11/14 22:22:30 kleink Exp $
+# $NetBSD: Makefile,v 1.9 2018/11/27 14:29:27 bsiegert Exp $
DISTNAME= artha-1.0.3
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=artha/}
EXTRACT_SUFX= .tar.bz2
@@ -19,7 +19,7 @@
.include "options.mk"
.include "../../devel/glib2/buildlink3.mk"
-.include "../../textproc/enchant/buildlink3.mk"
+.include "../../textproc/enchant2/buildlink3.mk"
.include "../../textproc/WordNet/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
diff -r 458c2e3b678b -r e89ff6201ebd textproc/artha/distinfo
--- a/textproc/artha/distinfo Tue Nov 27 14:28:56 2018 +0000
+++ b/textproc/artha/distinfo Tue Nov 27 14:29:27 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:59:18 agc Exp $
+$NetBSD: distinfo,v 1.3 2018/11/27 14:29:27 bsiegert Exp $
SHA1 (artha-1.0.3.tar.bz2) = 8bced6357b425f74d4b13ec6d35b8a50236fae94
RMD160 (artha-1.0.3.tar.bz2) = 22c6e454cb647a97be6ca06bd1980959f389926b
SHA512 (artha-1.0.3.tar.bz2) = de8379a0c2f79b7e2aeb582887f9346c9f56e83bacc5b47746f6f922ac1a5404edf4f5187e7273581366183a2c59d94258322bf52fb6bf51a02f9b7d12732c4b
Size (artha-1.0.3.tar.bz2) = 363674 bytes
+SHA1 (patch-src_suggestions.c) = ab26e38803c9169dfa4cd6ab3a7cad6c7c2ab7cd
diff -r 458c2e3b678b -r e89ff6201ebd textproc/artha/patches/patch-src_suggestions.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/artha/patches/patch-src_suggestions.c Tue Nov 27 14:29:27 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_suggestions.c,v 1.1 2018/11/27 14:29:27 bsiegert Exp $
+
+Use new soname for enchant2.
+
+--- src/suggestions.c.orig 2012-10-06 18:25:42.000000000 +0000
++++ src/suggestions.c
+@@ -32,7 +32,7 @@
+ #ifdef _WIN32
+ # define ENCHANT_FILE "libenchant.dll"
+ #else
+-# define ENCHANT_FILE "libenchant.so.1"
++# define ENCHANT_FILE "libenchant-2.so.2"
+ #endif
+ #define DICT_TAG_MAX_LENGTH 7
+
Home |
Main Index |
Thread Index |
Old Index