diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-07 04:06:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-07 04:06:14 +0800 |
commit | 4270c0a7788685792b8f18e5ff4f48a5f09c09e7 (patch) | |
tree | 702dfc2f4a4c9eafe435c9ac524ade334bd17729 | |
parent | 37ffd0a45488772e9e009dbc773f6189c6cd5645 (diff) | |
download | freebsd-ports-gnome-4270c0a7788685792b8f18e5ff4f48a5f09c09e7.tar.gz freebsd-ports-gnome-4270c0a7788685792b8f18e5ff4f48a5f09c09e7.tar.zst freebsd-ports-gnome-4270c0a7788685792b8f18e5ff4f48a5f09c09e7.zip |
Update to 1.6.2
- Update LICENSE
Changes: https://github.com/hunspell/hunspell/releases
-rw-r--r-- | textproc/hunspell/Makefile | 7 | ||||
-rw-r--r-- | textproc/hunspell/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index d01530a0596f..f752514a0cf1 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -2,20 +2,19 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= textproc DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Improved spell-checker for Hungarian and other languages -LICENSE= GPLv2+ LGPL21+ MPL +LICENSE= GPLv2+ LGPL21+ MPL11 LICENSE_COMB= dual LICENSE_FILE_GPLv2+ = ${_LICENSE_STORE}/GPLv2 LICENSE_FILE_LGPL21+ = ${_LICENSE_STORE}/LGPL21 -LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL CONFLICTS_INSTALL= tinker-[0-9]* CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui diff --git a/textproc/hunspell/distinfo b/textproc/hunspell/distinfo index 82daf758e488..e93343bcdf17 100644 --- a/textproc/hunspell/distinfo +++ b/textproc/hunspell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490542682 -SHA256 (hunspell/hunspell-hunspell-v1.6.1_GH0.tar.gz) = 30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49 -SIZE (hunspell/hunspell-hunspell-v1.6.1_GH0.tar.gz) = 706893 +TIMESTAMP = 1504718698 +SHA256 (hunspell/hunspell-hunspell-v1.6.2_GH0.tar.gz) = 3cd9ceb062fe5814f668e4f22b2fa6e3ba0b339b921739541ce180cac4d6f4c4 +SIZE (hunspell/hunspell-hunspell-v1.6.2_GH0.tar.gz) = 721165 |