pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/artha (textproc/artha) Updated 1.0.3 to 1.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/184570b7db8b
branches:  trunk
changeset: 458164:184570b7db8b
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 11 09:54:50 2021 +0000

description:
(textproc/artha) Updated 1.0.3 to 1.0.5

version 1.0.5 (Jul 27, 2020):
        * Bumped libenchant’s version to libenchant2
        * Fixed build and link errors
        * Fixed copyright headers to only have start date

version 1.0.4 (Aug 07, 2014):
        * Fixed an issue in generating examples for verbs like 'get married' to strip
          '_' character in the lemma

diffstat:

 textproc/artha/Makefile                        |   5 ++---
 textproc/artha/distinfo                        |  11 +++++------
 textproc/artha/patches/patch-src_suggestions.c |  15 ---------------
 3 files changed, 7 insertions(+), 24 deletions(-)

diffs (48 lines):

diff -r 91affe8018fa -r 184570b7db8b textproc/artha/Makefile
--- a/textproc/artha/Makefile   Sat Sep 11 09:54:46 2021 +0000
+++ b/textproc/artha/Makefile   Sat Sep 11 09:54:50 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/08/17 20:20:12 leot Exp $
+# $NetBSD: Makefile,v 1.17 2021/09/11 09:54:50 mef Exp $
 
-DISTNAME=      artha-1.0.3
-PKGREVISION=   12
+DISTNAME=      artha-1.0.5
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=artha/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 91affe8018fa -r 184570b7db8b textproc/artha/distinfo
--- a/textproc/artha/distinfo   Sat Sep 11 09:54:46 2021 +0000
+++ b/textproc/artha/distinfo   Sat Sep 11 09:54:50 2021 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/11/27 14:29:27 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2021/09/11 09:54:50 mef 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
+SHA1 (artha-1.0.5.tar.bz2) = 82142d2a6392b4b7f12df2b3d33ab75f576f56fc
+RMD160 (artha-1.0.5.tar.bz2) = f106ae78af70adaf85ebca9e1b69a9806fcca3c8
+SHA512 (artha-1.0.5.tar.bz2) = 37741cce4961dd9c792f6331e7e8d8606d4b314f92765dcea74e2a57b921798ff9ed0399aa3ef94b2b21cd67795bdf002ae96646ffb004d0abdbf1e80dee37b7
+Size (artha-1.0.5.tar.bz2) = 377944 bytes
diff -r 91affe8018fa -r 184570b7db8b textproc/artha/patches/patch-src_suggestions.c
--- a/textproc/artha/patches/patch-src_suggestions.c    Sat Sep 11 09:54:46 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$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