diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-07 21:47:14 +0000 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-07 21:47:14 +0000 |
commit | e1be78f9cc40e123a50d94f9dc63fe44c9ddaf1c (patch) | |
tree | eca1270d79632c563e81f90c1ab79e2b77963897 /editors/openoffice-4/Makefile | |
parent | f926d9e28df8b7ccf59be2794287b0897b0d0600 (diff) | |
download | FreeBSD-ports-e1be78f9cc40e123a50d94f9dc63fe44c9ddaf1c.zip FreeBSD-ports-e1be78f9cc40e123a50d94f9dc63fe44c9ddaf1c.tar.gz |
MFH: r430796 r430797
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
Approved by: ports-secteam (junovitch)
Differential Revision: https://reviews.freebsd.org/D8887
Diffstat (limited to 'editors/openoffice-4/Makefile')
-rw-r--r-- | editors/openoffice-4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 863b4f9..d7a30dd 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 3 +PORTREVISION= 4 #PORTREVISION= 1 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ @@ -82,7 +82,7 @@ LIB_DEPENDS= \ libfreetype.so:print/freetype2 \ libnss3.so:security/nss \ libexpat.so:textproc/expat2 \ - libhunspell-1.5.so:textproc/hunspell \ + libhunspell-1.6.so:textproc/hunspell \ libhyphen.so:textproc/hyphen \ libtextcat.so:textproc/libtextcat \ libmythes-1.2.so:textproc/mythes \ |