diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-03-23 06:04:52 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-03-23 06:04:52 +0000 |
commit | 98514048436894038f4c8fe4b74dbb3d4edc8043 (patch) | |
tree | 176f828fe500ad9e940635184cb6bf27c028ea9c /editors/codelite | |
parent | 349b712654284d9763d78e7eb371fd62889becb1 (diff) | |
download | ports-98514048436894038f4c8fe4b74dbb3d4edc8043.tar.gz ports-98514048436894038f4c8fe4b74dbb3d4edc8043.zip |
Notes
Diffstat (limited to 'editors/codelite')
-rw-r--r-- | editors/codelite/Makefile | 6 | ||||
-rw-r--r-- | editors/codelite/distinfo | 6 | ||||
-rw-r--r-- | editors/codelite/pkg-plist | 3 |
3 files changed, 4 insertions, 11 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index aa3ebbb37a78..b1fe4aaed8f2 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -7,7 +7,6 @@ PORTNAME= codelite DISTVERSION= 1.0.${SVN_REVISION} -PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF @@ -28,7 +27,7 @@ HAS_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 -SVN_REVISION= 2785 +SVN_REVISION= 2797 .if defined(WITH_CSCOPE) RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope @@ -59,9 +58,6 @@ do-install: ${MKDIR} ${DATADIR}/images ${INSTALL_PROGRAM} ${WRKSRC}/Runtime/codelite ${PREFIX}/bin/CodeLite ${INSTALL_PROGRAM} ${WRKSRC}/Runtime/codelite_indexer ${PREFIX}/bin/ - ${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/ (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 c69ea1f3c38a..cff938becf05 100644 --- a/editors/codelite/distinfo +++ b/editors/codelite/distinfo @@ -1,3 +1,3 @@ -MD5 (codelite-1.0.2785.tar.gz) = 15568b030d46263f8606f4440e39323c -SHA256 (codelite-1.0.2785.tar.gz) = 5952631666b828b26ff9326d058868085a2d00857ade28a678d251fa5781b65e -SIZE (codelite-1.0.2785.tar.gz) = 6076046 +MD5 (codelite-1.0.2797.tar.gz) = 460a2425a7906cc350fc6d987c872557 +SHA256 (codelite-1.0.2797.tar.gz) = b510fbb640ce60df6d813333235f855a52fd1ea6a0fd4377ccd816ff3df7d515 +SIZE (codelite-1.0.2797.tar.gz) = 5846244 diff --git a/editors/codelite/pkg-plist b/editors/codelite/pkg-plist index 8d224e9dfde5..e7f9e26d038a 100644 --- a/editors/codelite/pkg-plist +++ b/editors/codelite/pkg-plist @@ -1,8 +1,5 @@ bin/CodeLite bin/codelite_indexer -bin/le_dos2unix.sh -bin/le_exec.sh -bin/le_killproc.sh %%DATADIR%%/config/accelerators.conf.default %%DATADIR%%/config/build_settings.xml.default %%DATADIR%%/config/build_settings.xml.default.win |