aboutsummaryrefslogtreecommitdiff
path: root/editors/codelite
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-07 14:43:11 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-07 14:43:11 +0000
commit24bce6e056c149dd378d4037aece66e49a080a10 (patch)
tree39e124d9784854ef550ebb66d8d0501c1889259a /editors/codelite
parent2018ddae97c2e3406691f0141c1bc14bc6d79587 (diff)
downloadports-24bce6e056c149dd378d4037aece66e49a080a10.tar.gz
ports-24bce6e056c149dd378d4037aece66e49a080a10.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
Notes
Notes: svn path=/head/; revision=430796
Diffstat (limited to 'editors/codelite')
-rw-r--r--editors/codelite/Makefile4
-rw-r--r--editors/codelite/files/patch-SpellChecker_CMakeLists.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile
index d73ebfdd6206..b90b246bb841 100644
--- a/editors/codelite/Makefile
+++ b/editors/codelite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= codelite
PORTVERSION= 9.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors devel
MAINTAINER= mokhi64@gmail.com
@@ -12,7 +12,7 @@ COMMENT= Open Source IDE for C/C++
LICENSE= GPLv2+
RUN_DEPENDS= xterm:x11/xterm
-LIB_DEPENDS+= libhunspell-1.5.so:textproc/hunspell
+LIB_DEPENDS+= libhunspell-1.6.so:textproc/hunspell
USE_GITHUB= yes
GH_ACCOUNT= eranif
diff --git a/editors/codelite/files/patch-SpellChecker_CMakeLists.txt b/editors/codelite/files/patch-SpellChecker_CMakeLists.txt
index 61fae7302533..28bd16af9919 100644
--- a/editors/codelite/files/patch-SpellChecker_CMakeLists.txt
+++ b/editors/codelite/files/patch-SpellChecker_CMakeLists.txt
@@ -5,7 +5,7 @@
find_library(LIBHUNSPELL
# Fedora doesn't create a hunspell->hunspell-1.3 symlink, so explicitly look for (the current) full name
- NAMES hunspell hunspell-1.3
-+ NAMES hunspell hunspell-1.5 hunspell-1.4 hunspell-1.3
++ NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell
PATH_SUFFIXES lib)
find_path( HUNSPELL_H