diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-07 22:43:22 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-07 22:43:22 +0800 |
commit | c8c1735073f14e76306f8c0dcb48b4b7fa9f1f1b (patch) | |
tree | 39e124d9784854ef550ebb66d8d0501c1889259a /textproc/enchant | |
parent | e592c7dde3a73d6d989b88218587174bb9032692 (diff) | |
download | freebsd-ports-gnome-c8c1735073f14e76306f8c0dcb48b4b7fa9f1f1b.tar.gz freebsd-ports-gnome-c8c1735073f14e76306f8c0dcb48b4b7fa9f1f1b.tar.zst freebsd-ports-gnome-c8c1735073f14e76306f8c0dcb48b4b7fa9f1f1b.zip |
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
Diffstat (limited to 'textproc/enchant')
-rw-r--r-- | textproc/enchant/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 29a6f6ed5bbf..357acb23fde1 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -3,7 +3,7 @@ PORTNAME= enchant PORTVERSION= 1.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc gnome MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ DIST_SUBDIR= gnome2 @@ -39,7 +39,7 @@ HSPELL_BUILD_DEPENDS= ${LOCALBASE}/lib/libhspell.a:hebrew/hspell HSPELL_CONFIGURE_ENABLE= hspell HSPELL_CONFIGURE_ON= --with-hspell-prefix=${LOCALBASE} -HUNSPELL_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell +HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell HUNSPELL_CONFIGURE_ENABLE= myspell HUNSPELL_CONFIGURE_ON= --with-system-myspell=yes \ --with-myspell-dir=${LOCALBASE}/share/hunspell |