diff options
author | mmokhi <mmokhi@FreeBSD.org> | 2017-12-09 05:58:08 +0800 |
---|---|---|
committer | mmokhi <mmokhi@FreeBSD.org> | 2017-12-09 05:58:08 +0800 |
commit | b777d600e58064cbdc90603c38436c8d2d582aff (patch) | |
tree | 845621eb28683b05dbdddb1c3926fd733d6f2182 /editors | |
parent | acea1d7d566c65490c3c54e4bf35108804755a74 (diff) | |
download | freebsd-ports-gnome-b777d600e58064cbdc90603c38436c8d2d582aff.tar.gz freebsd-ports-gnome-b777d600e58064cbdc90603c38436c8d2d582aff.tar.zst freebsd-ports-gnome-b777d600e58064cbdc90603c38436c8d2d582aff.zip |
editors/codelite: Upgrade the port to the latest version (11.0)
Delete the no-longer-needed patch as well
Diffstat (limited to 'editors')
-rw-r--r-- | editors/codelite/Makefile | 3 | ||||
-rw-r--r-- | editors/codelite/distinfo | 6 | ||||
-rw-r--r-- | editors/codelite/files/patch-SpellChecker_CMakeLists.txt | 11 |
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() |