summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2016-05-16 17:43:55 +0200
committerTreeve Jelbert2016-05-16 18:23:39 +0200
commit487172537c245ca163e6d70dd3cec9fd9918b42f (patch)
tree8771dea851fad0f1bc3bf9c97ee27973e58cd9b4
parent849d1dab05459ec21f67cf6e5ae434dc6d35cea6 (diff)
hunspell: => 1.4.1
-rwxr-xr-xspelling/hunspell/DEPENDS1
-rwxr-xr-xspelling/hunspell/DETAILS8
-rw-r--r--spelling/hunspell/HISTORY5
3 files changed, 10 insertions, 4 deletions
diff --git a/spelling/hunspell/DEPENDS b/spelling/hunspell/DEPENDS
index 8e0ac5f5f8..c364f1e2d4 100755
--- a/spelling/hunspell/DEPENDS
+++ b/spelling/hunspell/DEPENDS
@@ -1,3 +1,4 @@
+depends -sub CXX gcc &&
optional_depends ncurses \
"--with-ui" \
"--without-ui" \
diff --git a/spelling/hunspell/DETAILS b/spelling/hunspell/DETAILS
index 46290b3e2a..fa2afd36b5 100755
--- a/spelling/hunspell/DETAILS
+++ b/spelling/hunspell/DETAILS
@@ -1,11 +1,11 @@
SPELL=hunspell
- VERSION=1.3.3
- SOURCE_HASH=sha512:7599981d002a4a032c41c83f6287243a4942b0e25c408049a3ba86c16f63ce964800a3ac325ace0402b0d7256690c4a4151a66f19a8f58cc455af0498bb1af04
+ VERSION=1.4.1
+ SOURCE_HASH=sha512:6edc1120a08d46f1c3a590f9964486240eee46ef7f1c2d072c228d26dd1cb3bee1f283d007fcda994cdf0482c065cd5375c9706570a7c5be9aff423e19c03b6b
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=https://github.com/hunspell/hunspell/archive/v${VERSION}.tar.gz
LICENSE[0]=LGPL
- WEB_SITE=http://hunspell.sourceforge.net/
+ WEB_SITE=http://hunspell.github.io
ENTERED=20050924
KEYWORDS="spelling"
SHORT="A spell checker and morphological analyzer library"
diff --git a/spelling/hunspell/HISTORY b/spelling/hunspell/HISTORY
index d818131f1b..a3f25d9c1a 100644
--- a/spelling/hunspell/HISTORY
+++ b/spelling/hunspell/HISTORY
@@ -1,3 +1,8 @@
+2016-05-16 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.4.1
+ now at github
+ * DEPENDS: add CXX
+
2015-08-17 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.3.3