diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-07 14:43:11 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-07 14:43:11 +0000 |
commit | 24bce6e056c149dd378d4037aece66e49a080a10 (patch) | |
tree | 39e124d9784854ef550ebb66d8d0501c1889259a /korean | |
parent | 2018ddae97c2e3406691f0141c1bc14bc6d79587 (diff) |
textproc/hunspell: update to 1.6.0
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR: 215714
Submitted by: sunpoet (based on)
Exp-run by: antoine
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D8887
Notes
Notes:
svn path=/head/; revision=430796
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hunspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/hunspell/Makefile b/korean/hunspell/Makefile index 81b5c9a496d6..a087b9ce5f8c 100644 --- a/korean/hunspell/Makefile +++ b/korean/hunspell/Makefile @@ -2,7 +2,7 @@ PORTNAME= hunspell PORTVERSION= 0.5.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= korean textproc MAINTAINER= jkim@FreeBSD.org |