From owner-svn-ports-head@freebsd.org Fri Dec 8 22:11:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93850E90808; Fri, 8 Dec 2017 22:11:18 +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 mx1.freebsd.org (Postfix) with ESMTPS id 60B1766734; Fri, 8 Dec 2017 22:11:18 +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 vB8MBHTO050914; Fri, 8 Dec 2017 22:11:17 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB8MBH3l050913; Fri, 8 Dec 2017 22:11:17 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201712082211.vB8MBH3l050913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Fri, 8 Dec 2017 22:11:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455807 - head/editors/codelite X-SVN-Group: ports-head X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: head/editors/codelite X-SVN-Commit-Revision: 455807 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 08 Dec 2017 22:11:18 -0000 Author: mmokhi Date: Fri Dec 8 22:11:17 2017 New Revision: 455807 URL: https://svnweb.freebsd.org/changeset/ports/455807 Log: editors/codelite: Fix pkg-plist regarding to r455803 Modified: head/editors/codelite/pkg-plist Modified: head/editors/codelite/pkg-plist ============================================================================== --- head/editors/codelite/pkg-plist Fri Dec 8 22:06:09 2017 (r455806) +++ head/editors/codelite/pkg-plist Fri Dec 8 22:11:17 2017 (r455807) @@ -26,6 +26,8 @@ lib/codelite/ExternalTools.so lib/codelite/HelpPlugin.so lib/codelite/MemCheck.so lib/codelite/Outline.so +lib/codelite/PHPLint.so +lib/codelite/PHPRefactoring.so lib/codelite/QMakePlugin.so %%SFTP%%lib/codelite/SFTP.so lib/codelite/SnipWiz.so @@ -39,6 +41,7 @@ lib/codelite/Wizards.so lib/codelite/WordCompletion.so lib/codelite/ZoomNavigator.so lib/codelite/abbreviation.so +lib/codelite/codelite_vim.so lib/codelite/codelitephp.so lib/codelite/cppchecker.so lib/codelite/cscope.so @@ -64,12 +67,17 @@ share/applications/codelite.desktop %%DATADIR%%/config/accelerators.conf.default %%DATADIR%%/config/build_settings.xml.default %%DATADIR%%/config/cfg/avr.cfg +%%DATADIR%%/config/cfg/cppcheck-cfg.rng +%%DATADIR%%/config/cfg/gnu.cfg %%DATADIR%%/config/cfg/gtk.cfg +%%DATADIR%%/config/cfg/microsoft_sal.cfg %%DATADIR%%/config/cfg/posix.cfg %%DATADIR%%/config/cfg/qt.cfg %%DATADIR%%/config/cfg/sdl.cfg +%%DATADIR%%/config/cfg/sfml.cfg %%DATADIR%%/config/cfg/std.cfg %%DATADIR%%/config/cfg/windows.cfg +%%DATADIR%%/config/cfg/wxwidgets.cfg %%DATADIR%%/config/codelite.xml.default %%DATADIR%%/config/debuggers.xml.default %%DATADIR%%/dics/en_GB.aff @@ -93,7 +101,10 @@ share/applications/codelite.desktop %%DATADIR%%/images/splashscreen.png %%DATADIR%%/images/splashscreen@2x.png %%DATADIR%%/javascript.zip +%%DATADIR%%/jsctags.zip %%DATADIR%%/lexers/lexers.json +%%DATADIR%%/php.sample +%%DATADIR%%/phprefactor.phar %%DATADIR%%/rc/menu.xrc %%DATADIR%%/resources/abbrev.png %%DATADIR%%/resources/compfile.png