From owner-svn-ports-head@freebsd.org Tue Dec 25 19:46:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6562C135A850; Tue, 25 Dec 2018 19:46:53 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF59487C43; Tue, 25 Dec 2018 19:46:52 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B814818FDF; Tue, 25 Dec 2018 19:46:52 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBPJkq0D037530; Tue, 25 Dec 2018 19:46:52 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBPJkqoj037527; Tue, 25 Dec 2018 19:46:52 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201812251946.wBPJkqoj037527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Tue, 25 Dec 2018 19:46:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488338 - head/editors/codelite X-SVN-Group: ports-head X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: head/editors/codelite X-SVN-Commit-Revision: 488338 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CF59487C43 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.945,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2018 19:46:53 -0000 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