diff options
author | gahr <gahr@FreeBSD.org> | 2009-03-03 07:50:40 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-03-03 07:50:40 +0800 |
commit | ec4ec83299da3bf7edcd2ec59c92fa0c10e4eb7b (patch) | |
tree | 0738bd5f3063fc2295178341972ea476ed6b396b | |
parent | 161f5d3ce304d9152c664d80f9b1e7d3060515ce (diff) | |
download | freebsd-ports-gnome-ec4ec83299da3bf7edcd2ec59c92fa0c10e4eb7b.tar.gz freebsd-ports-gnome-ec4ec83299da3bf7edcd2ec59c92fa0c10e4eb7b.tar.zst freebsd-ports-gnome-ec4ec83299da3bf7edcd2ec59c92fa0c10e4eb7b.zip |
- Update to 1.0.2759
-rw-r--r-- | editors/codelite/Makefile | 7 | ||||
-rw-r--r-- | editors/codelite/distinfo | 6 | ||||
-rw-r--r-- | editors/codelite/pkg-plist | 7 |
3 files changed, 12 insertions, 8 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index c882f5d2f08f..df8c8b2b2666 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -28,7 +28,7 @@ HAS_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 -SVN_REVISION= 2304 +SVN_REVISION= 2759 .if defined(WITH_CSCOPE) RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope @@ -36,7 +36,7 @@ RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope post-patch: ${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|g' \ - ${WRKSRC}/configure ${WRKSRC}/makefile.base + ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|$${cur_rev}|${SVN_REVISION}|' \ ${WRKSRC}/le_makerevision.sh # CTags already installed @@ -58,11 +58,10 @@ do-install: ${MKDIR} ${DATADIR}/debuggers ${MKDIR} ${DATADIR}/plugins ${MKDIR} ${DATADIR}/images - ${INSTALL_PROGRAM} ${WRKSRC}/Runtime/CodeLiteUR ${PREFIX}/bin/CodeLite + ${INSTALL_PROGRAM} ${WRKSRC}/Runtime/codelite ${PREFIX}/bin/CodeLite ${INSTALL_SCRIPT} ${WRKSRC}/Runtime/le_dos2unix.sh ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/Runtime/le_exec.sh ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/Runtime/le_killproc.sh ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/sdk/ctags/ctags-le ${PREFIX}/bin (cd ${WRKSRC}/Runtime/config/ && ${COPYTREE_SHARE} \* ${DATADIR}/config) (cd ${WRKSRC}/Runtime/rc/ && ${COPYTREE_SHARE} \*.xrc ${DATADIR}/rc) (cd ${WRKSRC}/Runtime/templates && ${COPYTREE_SHARE} \* ${DATADIR}/templates) diff --git a/editors/codelite/distinfo b/editors/codelite/distinfo index 10c5f3949d56..c047cde7af7b 100644 --- a/editors/codelite/distinfo +++ b/editors/codelite/distinfo @@ -1,3 +1,3 @@ -MD5 (codelite-1.0.2304.tar.gz) = 299fe46571cad535eb7d0a9d51d4c01c -SHA256 (codelite-1.0.2304.tar.gz) = 877bb00ef946617ae250e5452dcecf84993b3f0c5beeec69e13a898e5ffa1e60 -SIZE (codelite-1.0.2304.tar.gz) = 5784126 +MD5 (codelite-1.0.2759.tar.gz) = 6768c34f74068ef92b27a4d48ea01e31 +SHA256 (codelite-1.0.2759.tar.gz) = a6b3301ea2d9dd302af7b99a5eb27bf3fda484c762b7bb6b2253849eef045273 +SIZE (codelite-1.0.2759.tar.gz) = 6036131 diff --git a/editors/codelite/pkg-plist b/editors/codelite/pkg-plist index 01dfede548fb..715957d2018d 100644 --- a/editors/codelite/pkg-plist +++ b/editors/codelite/pkg-plist @@ -2,10 +2,10 @@ bin/CodeLite bin/le_dos2unix.sh bin/le_exec.sh bin/le_killproc.sh -bin/ctags-le %%DATADIR%%/config/accelerators.conf.default %%DATADIR%%/config/build_settings.xml.default %%DATADIR%%/config/build_settings.xml.default.win +%%DATADIR%%/config/build_settings.xml.default.mac %%DATADIR%%/config/codelite.layout.default %%DATADIR%%/config/codelite.xml.default %%DATADIR%%/config/codelite.xml.default.gtk @@ -25,6 +25,8 @@ bin/ctags-le %%DATADIR%%/templates/projects/static-library-wx-enabled/static-library-wx-enabled.project %%DATADIR%%/templates/projects/UnitTest++/UnitTest++.project %%DATADIR%%/templates/projects/UnitTest++/main.cpp +%%DATADIR%%/templates/projects/non-code-project/non-code.project +%%DATADIR%%/templates/projects/custom-makefile/custom-makefile.project %%DATADIR%%/templates/gizmos/wxmain.project.wizard %%DATADIR%%/templates/gizmos/mainframe.cpp.wizard %%DATADIR%%/templates/gizmos/app.cpp.wizard @@ -36,6 +38,7 @@ bin/ctags-le %%DATADIR%%/templates/gizmos/wxproject.project.wizard %%DATADIR%%/templates/gizmos/plugin.cpp.wizard %%DATADIR%%/templates/formbuilder/DialogTemplate.fbp +%%DATADIR%%/templates/formbuilder/DialogTemplateWithButtons.fbp %%DATADIR%%/templates/formbuilder/FrameTemplate.fbp %%DATADIR%%/templates/formbuilder/PanelTemplate.fbp %%DATADIR%%/plugins/CodeFormatter.so @@ -76,6 +79,8 @@ bin/ctags-le %%DATADIR%%/astyle.sample %%DATADIR%%/svnreport.html share/applications/codelite.desktop +@dirrm %%DATADIR%%/templates/projects/non-code-project +@dirrm %%DATADIR%%/templates/projects/custom-makefile @dirrm %%DATADIR%%/templates/projects/vc-static-lib @dirrm %%DATADIR%%/templates/projects/vc-executable @dirrm %%DATADIR%%/templates/projects/vc-dynamic-library |