Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 19:46:52 +0000 (UTC)
From:      Mahdi Mokhtari <mmokhi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488338 - head/editors/codelite
Message-ID:  <201812251946.wBPJkqoj037527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmokhi
Date: Tue Dec 25 19:46:51 2018
New Revision: 488338
URL: https://svnweb.freebsd.org/changeset/ports/488338

Log:
  editors/codelite: Update the port to the latest version (12.0)
  This update includes:
  New plugin:     SmartCompletions
  Improvement:    Support C++11 strong enums
  Bug fix:        Ctrl-SPACE keybinding
  Bug fix:        recognition of "main()" in global scope
  
  More info:      https://wiki.codelite.org/pmwiki.php/Main/ReleaseNotesCodeLite12
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/editors/codelite/Makefile
  head/editors/codelite/distinfo
  head/editors/codelite/pkg-plist

Modified: head/editors/codelite/Makefile
==============================================================================
--- head/editors/codelite/Makefile	Tue Dec 25 19:43:19 2018	(r488337)
+++ head/editors/codelite/Makefile	Tue Dec 25 19:46:51 2018	(r488338)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	codelite
-PORTVERSION=	11.0
-PORTREVISION=	5
+PORTVERSION=	12.0
+PORTREVISION=	0
 CATEGORIES=	editors devel
 
 MAINTAINER=	mmokhi@FreeBSD.org

Modified: head/editors/codelite/distinfo
==============================================================================
--- head/editors/codelite/distinfo	Tue Dec 25 19:43:19 2018	(r488337)
+++ head/editors/codelite/distinfo	Tue Dec 25 19:46:51 2018	(r488338)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512138306
-SHA256 (eranif-codelite-11.0_GH0.tar.gz) = 9eb23ea635fc746318a832efd752b08027c11efcd9af7f494f31dbaacdd651a1
-SIZE (eranif-codelite-11.0_GH0.tar.gz) = 105951928
+TIMESTAMP = 1545674061
+SHA256 (eranif-codelite-12.0_GH0.tar.gz) = e8912e3e0aea8890b5c65631ad94d58ddc587812c7ac6ec398e37aaa4b7005b4
+SIZE (eranif-codelite-12.0_GH0.tar.gz) = 111899973

Modified: head/editors/codelite/pkg-plist
==============================================================================
--- head/editors/codelite/pkg-plist	Tue Dec 25 19:43:19 2018	(r488337)
+++ head/editors/codelite/pkg-plist	Tue Dec 25 19:46:51 2018	(r488338)
@@ -26,6 +26,7 @@ lib/codelite/PHPLint.so
 lib/codelite/PHPRefactoring.so
 lib/codelite/QMakePlugin.so
 %%SFTP%%lib/codelite/SFTP.so
+lib/codelite/SmartCompletion.so
 lib/codelite/SnipWiz.so
 lib/codelite/SpellCheck.so
 lib/codelite/Subversion.so
@@ -296,4 +297,5 @@ share/icons/hicolor/32x32@2x/apps/codelite.png
 share/icons/hicolor/64x64/apps/codelite.png
 share/icons/hicolor/64x64@2x/apps/codelite.png
 share/locale/cs/LC_MESSAGES/codelite.mo
+share/locale/ru_RU/LC_MESSAGES/codelite.mo
 share/locale/zh_CN/LC_MESSAGES/codelite.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812251946.wBPJkqoj037527>