Date: Wed, 17 Jul 2013 14:21:05 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323171 - head/editors/codelite Message-ID: <201307171421.r6HEL56w011230@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Wed Jul 17 14:21:05 2013 New Revision: 323171 URL: http://svnweb.freebsd.org/changeset/ports/323171 Log: - Update to 5.2 Release notes: https://sourceforge.net/projects/codelite/files/Releases/codelite-5.2/ Modified: head/editors/codelite/Makefile head/editors/codelite/distinfo head/editors/codelite/pkg-plist Modified: head/editors/codelite/Makefile ============================================================================== --- head/editors/codelite/Makefile Wed Jul 17 14:18:19 2013 (r323170) +++ head/editors/codelite/Makefile Wed Jul 17 14:21:05 2013 (r323171) @@ -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 Modified: head/editors/codelite/distinfo ============================================================================== --- head/editors/codelite/distinfo Wed Jul 17 14:18:19 2013 (r323170) +++ head/editors/codelite/distinfo Wed Jul 17 14:21:05 2013 (r323171) @@ -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 Modified: head/editors/codelite/pkg-plist ============================================================================== --- head/editors/codelite/pkg-plist Wed Jul 17 14:18:19 2013 (r323170) +++ head/editors/codelite/pkg-plist Wed Jul 17 14:21:05 2013 (r323171) @@ -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++
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307171421.r6HEL56w011230>