aboutsummaryrefslogtreecommitdiffstats
path: root/editors/libreoffice
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-01-07 22:43:22 +0800
committerjbeich <jbeich@FreeBSD.org>2017-01-07 22:43:22 +0800
commitc8c1735073f14e76306f8c0dcb48b4b7fa9f1f1b (patch)
tree39e124d9784854ef550ebb66d8d0501c1889259a /editors/libreoffice
parente592c7dde3a73d6d989b88218587174bb9032692 (diff)
downloadfreebsd-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 'editors/libreoffice')
-rw-r--r--editors/libreoffice/Makefile2
-rw-r--r--editors/libreoffice/Makefile.common2
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 3b4a45e2dd12..ce28204bb807 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -54,7 +54,7 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \
libnss3.so:security/nss \
libclucene-core.so:textproc/clucene \
libexpat.so:textproc/expat2 \
- libhunspell-1.5.so:textproc/hunspell \
+ libhunspell-1.6.so:textproc/hunspell \
libhyphen.so:textproc/hyphen \
libabw-0.1.so:textproc/libabw \
libe-book-0.1.so:textproc/libe-book \
diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common
index 3b6863b98dce..8fd90062ae33 100644
--- a/editors/libreoffice/Makefile.common
+++ b/editors/libreoffice/Makefile.common
@@ -2,7 +2,7 @@
PORTNAME= libreoffice
PORTVERSION= 5.2.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES+= editors
MAINTAINER= office@FreeBSD.org