Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2017 21:25:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437004 - in head/textproc/hunspell: . files
Message-ID:  <201703262125.v2QLP15P094233@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 26 21:25:01 2017
New Revision: 437004
URL: https://svnweb.freebsd.org/changeset/ports/437004

Log:
  Update to 1.6.1
  
  Changes:	https://github.com/hunspell/hunspell/releases

Modified:
  head/textproc/hunspell/Makefile
  head/textproc/hunspell/distinfo
  head/textproc/hunspell/files/patch-src_tools_hunspell.cxx
  head/textproc/hunspell/pkg-plist

Modified: head/textproc/hunspell/Makefile
==============================================================================
--- head/textproc/hunspell/Makefile	Sun Mar 26 21:24:56 2017	(r437003)
+++ head/textproc/hunspell/Makefile	Sun Mar 26 21:25:01 2017	(r437004)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hunspell
-PORTVERSION=	1.6.0
+PORTVERSION=	1.6.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	textproc
 DIST_SUBDIR=	${PORTNAME}

Modified: head/textproc/hunspell/distinfo
==============================================================================
--- head/textproc/hunspell/distinfo	Sun Mar 26 21:24:56 2017	(r437003)
+++ head/textproc/hunspell/distinfo	Sun Mar 26 21:25:01 2017	(r437004)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1482369634
-SHA256 (hunspell/hunspell-hunspell-v1.6.0_GH0.tar.gz) = 512e7d2ee69dad0b35ca011076405e56e0f10963a02d4859dbcc4faf53ca68e2
-SIZE (hunspell/hunspell-hunspell-v1.6.0_GH0.tar.gz) = 699377
+TIMESTAMP = 1490542682
+SHA256 (hunspell/hunspell-hunspell-v1.6.1_GH0.tar.gz) = 30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49
+SIZE (hunspell/hunspell-hunspell-v1.6.1_GH0.tar.gz) = 706893

Modified: head/textproc/hunspell/files/patch-src_tools_hunspell.cxx
==============================================================================
--- head/textproc/hunspell/files/patch-src_tools_hunspell.cxx	Sun Mar 26 21:24:56 2017	(r437003)
+++ head/textproc/hunspell/files/patch-src_tools_hunspell.cxx	Sun Mar 26 21:25:01 2017	(r437004)
@@ -1,18 +1,27 @@
---- src/tools/hunspell.cxx.orig	2016-11-28 10:34:55 UTC
+--- src/tools/hunspell.cxx.orig	2017-03-25 21:20:45 UTC
 +++ src/tools/hunspell.cxx
-@@ -112,28 +112,23 @@
+@@ -115,29 +115,23 @@
+ #include "xmlparser.hxx"
  #include "odfparser.hxx"
  
- #define LIBDIR                \
+-#define LIBDIR                \
 -  "/usr/share/hunspell:"      \
 -  "/usr/share/myspell:"       \
 -  "/usr/share/myspell/dicts:" \
--  "/Library/Spelling"
--#define USEROOODIR                    \
--  ".openoffice.org/3/user/wordbook:"  \
--  ".openoffice.org2/user/wordbook:"   \
--  ".openoffice.org2.0/user/wordbook:" \
--  "Library/Spelling"
++#define LIBDIR                      \
++  "%%PREFIX%%/share/hunspell:"      \
++  "%%PREFIX%%/share/myspell:"       \
++  "%%PREFIX%%/share/myspell/dicts:" \
+   "/Library/Spelling"
+-#define USEROOODIR {                  \
+-  ".openoffice.org/3/user/wordbook", \
+-  ".openoffice.org2/user/wordbook",  \
+-  ".openoffice.org2.0/user/wordbook",\
++#define USEROOODIR {                 \
++  ".openoffice.org/3/user/wordbook"  \
++  ".openoffice.org2/user/wordbook"   \
++  ".openoffice.org2.0/user/wordbook" \
+   "Library/Spelling" }
 -#define OOODIR                                       \
 -  "/opt/openoffice.org/basis3.0/share/dict/ooo:"     \
 -  "/usr/lib/openoffice.org/basis3.0/share/dict/ooo:" \
@@ -26,23 +35,13 @@
 -  "/usr/lib/openoffice.org2.1/share/dict/ooo:"       \
 -  "/opt/openoffice.org2.0/share/dict/ooo:"           \
 -  "/usr/lib/openoffice.org2.0/share/dict/ooo"
-+    "%%PREFIX%%/share/hunspell:" \
-+    "%%PREFIX%%/share/myspell:" \
-+    "%%PREFIX%%/share/myspell/dicts:"
-+#define USEROOODIR \
-+    ".openoffice.org/3/user/wordbook:" \
-+    ".openoffice.org2/user/wordbook:" \
-+    ".openoffice.org2.0/user/wordbook:" \
-+    "Library/Spelling"
-+#define OOODIR \
-+    "%%PREFIX%%/openoffice.org3/share/dict/ooo:" \
-+    "%%PREFIX%%/openoffice.org-3.0.0/share/dict/ooo:" \
-+    "%%PREFIX%%/openoffice.org-2.4.2/share/dict/ooo:" \
-+    "%%PREFIX%%/openoffice.org-2.4.1/share/dict/ooo:" \
-+    "%%PREFIX%%/openoffice.org-2.4/share/dict/ooo:" \
-+    "%%PREFIX%%/openoffice.org-2.2/share/dict/ooo:" \
-+    "%%PREFIX%%/openoffice.org-2.1/share/dict/ooo:" \
-+    "%%PREFIX%%/openoffice.org2.0/share/dict/ooo:"
++#define OOODIR                                         \
++  "%%PREFIX%%/openoffice.org/basis3.0/share/dict/ooo:" \
++  "%%PREFIX%%/openoffice.org2.4/share/dict/ooo:"       \
++  "%%PREFIX%%/openoffice.org2.3/share/dict/ooo:"       \
++  "%%PREFIX%%/openoffice.org2.2/share/dict/ooo:"       \
++  "%%PREFIX%%/openoffice.org2.1/share/dict/ooo:"       \
++  "%%PREFIX%%/openoffice.org2.0/share/dict/ooo"
  #define HOME getenv("HOME")
  #define DICBASENAME ".hunspell_"
  #define LOGFILE "/tmp/hunspell.log"

Modified: head/textproc/hunspell/pkg-plist
==============================================================================
--- head/textproc/hunspell/pkg-plist	Sun Mar 26 21:24:56 2017	(r437003)
+++ head/textproc/hunspell/pkg-plist	Sun Mar 26 21:25:01 2017	(r437004)
@@ -21,7 +21,7 @@ lib/libhunspell-%%SHLIB_VER%%.a
 lib/libhunspell-%%SHLIB_VER%%.la
 lib/libhunspell-%%SHLIB_VER%%.so
 lib/libhunspell-%%SHLIB_VER%%.so.0
-lib/libhunspell-%%SHLIB_VER%%.so.0.0.0
+lib/libhunspell-%%SHLIB_VER%%.so.0.0.1
 libdata/pkgconfig/hunspell.pc
 man/hu/man1/hunspell.1.gz
 man/man1/hunspell.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703262125.v2QLP15P094233>