diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-07-17 14:21:05 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-07-17 14:21:05 +0000 |
commit | 5b2a6ec426caf47afaa21608af2546ecd567448a (patch) | |
tree | f4f5766577994396aec2c92cf874b308cc6915c8 /editors | |
parent | - Update to 1.003000 (diff) |
- Update to 5.2
Release notes:
https://sourceforge.net/projects/codelite/files/Releases/codelite-5.2/
Notes
Notes:
svn path=/head/; revision=323171
Diffstat (limited to 'editors')
-rw-r--r-- | editors/codelite/Makefile | 3 | ||||
-rw-r--r-- | editors/codelite/distinfo | 4 | ||||
-rw-r--r-- | editors/codelite/pkg-plist | 8 |
3 files changed, 11 insertions, 4 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 66bdce3437f0..a7b5648b862d 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= codelite -DISTVERSION= 5.1 -PORTREVISION= 1 +DISTVERSION= 5.2 CATEGORIES= editors devel MASTER_SITES= SF/${PORTNAME}/Releases/${PORTNAME}-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-gtk.src diff --git a/editors/codelite/distinfo b/editors/codelite/distinfo index 73cdbc74ce74..d2249f725a53 100644 --- a/editors/codelite/distinfo +++ b/editors/codelite/distinfo @@ -1,2 +1,2 @@ -SHA256 (codelite-5.1-gtk.src.tar.gz) = ba154f8f9e0bd5f55432c2383241e08da7ce60c5963e2caff38723bafbde844d -SIZE (codelite-5.1-gtk.src.tar.gz) = 22403559 +SHA256 (codelite-5.2-gtk.src.tar.gz) = 8fdb4bb1bcb984aacead7b7d3c7087f2008303297ea90a6299e4deff196cf084 +SIZE (codelite-5.2-gtk.src.tar.gz) = 22710705 diff --git a/editors/codelite/pkg-plist b/editors/codelite/pkg-plist index a45c13a81409..a39497e5ee7b 100644 --- a/editors/codelite/pkg-plist +++ b/editors/codelite/pkg-plist @@ -1,5 +1,7 @@ bin/codelite %%CLANG%%bin/codelite-clang +bin/clg++ +bin/clgcc bin/codelite_cppcheck bin/codelite_exec bin/codelite_fix_files @@ -123,6 +125,10 @@ lib/codelite/wxFormBuilder.so %%DATADIR%%/templates/gizmos/wxmain.project.wizard %%DATADIR%%/templates/gizmos/wxproject-fb.project.wizard %%DATADIR%%/templates/gizmos/wxproject.project.wizard +%%DATADIR%%/templates/projects/ConsoleClang/ConsoleClang.project +%%DATADIR%%/templates/projects/ConsoleClang/main.c +%%DATADIR%%/templates/projects/ConsoleClang++/ConsoleClang++.project +%%DATADIR%%/templates/projects/ConsoleClang++/main.cpp %%DATADIR%%/templates/projects/UnitTest++/UnitTest++.project %%DATADIR%%/templates/projects/UnitTest++/icon.png %%DATADIR%%/templates/projects/UnitTest++/main.cpp @@ -254,6 +260,8 @@ share/applications/codelite.desktop @dirrm %%DATADIR%%/templates/projects/cobra-staticU @dirrm %%DATADIR%%/templates/projects/cobra-libraryU @dirrm %%DATADIR%%/templates/projects/cobra-executableU +@dirrm %%DATADIR%%/templates/projects/ConsoleClang++ +@dirrm %%DATADIR%%/templates/projects/ConsoleClang @dirrm %%DATADIR%%/templates/projects/c_gtk3_template @dirrm %%DATADIR%%/templates/projects/c_gtk24_template @dirrm %%DATADIR%%/templates/projects/UnitTest++ |