aboutsummaryrefslogtreecommitdiff
path: root/editors/codelite
diff options
context:
space:
mode:
authorMahdi Mokhtari <mmokhi@FreeBSD.org>2017-12-08 21:58:08 +0000
committerMahdi Mokhtari <mmokhi@FreeBSD.org>2017-12-08 21:58:08 +0000
commite4d13c49712423c84b6ce55c519b375c0989f4f3 (patch)
tree845621eb28683b05dbdddb1c3926fd733d6f2182 /editors/codelite
parent65b9fc76916fcf0dddb7fe9183a587430ec70910 (diff)
downloadports-e4d13c49712423c84b6ce55c519b375c0989f4f3.tar.gz
ports-e4d13c49712423c84b6ce55c519b375c0989f4f3.zip
Notes
Diffstat (limited to 'editors/codelite')
-rw-r--r--editors/codelite/Makefile3
-rw-r--r--editors/codelite/distinfo6
-rw-r--r--editors/codelite/files/patch-SpellChecker_CMakeLists.txt11
3 files changed, 4 insertions, 16 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile
index 52219faf64fb..f43e1a448484 100644
--- a/editors/codelite/Makefile
+++ b/editors/codelite/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= codelite
-PORTVERSION= 10.0
-PORTREVISION= 2
+PORTVERSION= 11.0
CATEGORIES= editors devel
MAINTAINER= mmokhi@FreeBSD.org
diff --git a/editors/codelite/distinfo b/editors/codelite/distinfo
index 6d94e0c5eeed..dd6d11bf509c 100644
--- a/editors/codelite/distinfo
+++ b/editors/codelite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484848953
-SHA256 (eranif-codelite-10.0_GH0.tar.gz) = e345b819061a178a0404be2333a68017b7cc288cc673378a08418fe2d130534b
-SIZE (eranif-codelite-10.0_GH0.tar.gz) = 91981352
+TIMESTAMP = 1512138306
+SHA256 (eranif-codelite-11.0_GH0.tar.gz) = 9eb23ea635fc746318a832efd752b08027c11efcd9af7f494f31dbaacdd651a1
+SIZE (eranif-codelite-11.0_GH0.tar.gz) = 105951928
diff --git a/editors/codelite/files/patch-SpellChecker_CMakeLists.txt b/editors/codelite/files/patch-SpellChecker_CMakeLists.txt
deleted file mode 100644
index 91390cd12bba..000000000000
--- a/editors/codelite/files/patch-SpellChecker_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- SpellChecker/CMakeLists.txt.orig 2017-01-02 08:08:09 UTC
-+++ SpellChecker/CMakeLists.txt
-@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6.2)
-
- 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 hunspell-1.4
-+ NAMES hunspell hunspell-1.3 hunspell-1.4 hunspell-1.5 hunspell-1.6
- if (CMAKE_SIZEOF_VOID_P EQUAL 8)
- HINTS /usr/lib /usr/lib/x86_64-linux-gnu/ /usr/lib64/
- endif()