FreeBSD Bugzilla – Attachment 179358 Details for
Bug 216529
[MAINTAINER UPDATE] updating editors/codelite from 9.2 to 10.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated diff based on latest changes on review.
patch-updates_editors_codelite.100.diff (text/plain), 3.30 KB, created by
Mahdi Mokhtari
on 2017-01-27 18:01:33 UTC
(
hide
)
Description:
Updated diff based on latest changes on review.
Filename:
MIME Type:
Creator:
Mahdi Mokhtari
Created:
2017-01-27 18:01:33 UTC
Size:
3.30 KB
patch
obsolete
>Index: editors/codelite/Makefile >=================================================================== >--- editors/codelite/Makefile (revision 430546) >+++ editors/codelite/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= codelite >-PORTVERSION= 9.2 >-PORTREVISION= 2 >+PORTVERSION= 10.0 > CATEGORIES= editors devel > > MAINTAINER= mokhi64@gmail.com >@@ -46,7 +45,7 @@ > > CLANG_DESC= Clang code-completion > >-.for v in 34 35 36 37 38 >+.for v in 34 35 36 37 38 39 > OPTIONS_RADIO_CLANG+= CLANG$v > CLANG$v_DESC= Clang ${v:C/(.)(.)/\1.\2.x/} > CLANG$v_BUILD_DEPENDS= clang$v>0:lang/clang$v >Index: editors/codelite/distinfo >=================================================================== >--- editors/codelite/distinfo (revision 430546) >+++ editors/codelite/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1468513849 >-SHA256 (eranif-codelite-9.2_GH0.tar.gz) = 2e82e26d55e9884cd5c1061efd3ab4d8bd81dc6e095c5b811d0a3cba395e6118 >-SIZE (eranif-codelite-9.2_GH0.tar.gz) = 92205408 >+TIMESTAMP = 1484848953 >+SHA256 (eranif-codelite-10.0_GH0.tar.gz) = e345b819061a178a0404be2333a68017b7cc288cc673378a08418fe2d130534b >+SIZE (eranif-codelite-10.0_GH0.tar.gz) = 91981352 >Index: editors/codelite/files/patch-SpellChecker_CMakeLists.txt >=================================================================== >--- editors/codelite/files/patch-SpellChecker_CMakeLists.txt (revision 430546) >+++ editors/codelite/files/patch-SpellChecker_CMakeLists.txt (working copy) >@@ -1,11 +1,11 @@ >---- SpellChecker/CMakeLists.txt.orig 2016-07-07 05:54:58 UTC >+--- 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 >-+ NAMES hunspell hunspell-1.5 hunspell-1.4 hunspell-1.3 >- PATH_SUFFIXES lib) >- >- find_path( HUNSPELL_H >+- NAMES hunspell hunspell-1.3 hunspell-1.4 >++ NAMES hunspell hunspell-1.3 hunspell-1.4 hunspell-1.5 >+ if (CMAKE_SIZEOF_VOID_P EQUAL 8) >+ HINTS /usr/lib /usr/lib/x86_64-linux-gnu/ /usr/lib64/ >+ endif() >Index: editors/codelite/pkg-plist >=================================================================== >--- editors/codelite/pkg-plist (revision 430546) >+++ editors/codelite/pkg-plist (working copy) >@@ -13,6 +13,7 @@ > %%CLANG37%%lib/codelite/LLDBDebugger.so > %%CLANG38%%bin/codelite-lldb > %%CLANG38%%lib/codelite/LLDBDebugger.so >+lib/codelite/AutoSave.so > lib/codelite/CMakePlugin.so > lib/codelite/CallGraph.so > lib/codelite/CodeFormatter.so >@@ -20,6 +21,7 @@ > lib/codelite/ContinuousBuild.so > lib/codelite/Copyright.so > lib/codelite/DatabaseExplorer.so >+lib/codelite/EditorConfigPlugin.so > lib/codelite/ExternalTools.so > lib/codelite/HelpPlugin.so > lib/codelite/MemCheck.so >@@ -29,6 +31,7 @@ > lib/codelite/SnipWiz.so > lib/codelite/SpellCheck.so > lib/codelite/Subversion.so >+lib/codelite/Tail.so > lib/codelite/Tweaks.so > lib/codelite/UnitTestsPP.so > lib/codelite/WebTools.so >@@ -82,7 +85,6 @@ > %%DATADIR%%/gdb_printers/qt4.py > %%DATADIR%%/gdb_printers/wx.py > %%DATADIR%%/images/common_tasks.png >-%%DATADIR%%/images/cubes.png > %%DATADIR%%/images/help_earth.png > %%DATADIR%%/images/plugin_not_ok.png > %%DATADIR%%/images/plugin_ok.png
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mmokhi
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 216529
:
179357
|
179358
|
179359