- Update to 1.0.2797
This commit is contained in:
parent
349b712654
commit
9851404843
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230724
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user