diff options
author | gahr <gahr@FreeBSD.org> | 2011-04-18 22:35:30 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-04-18 22:35:30 +0800 |
commit | ddf5c2350da1a52e51cabe2f909980c6a63a0502 (patch) | |
tree | 318ae7adc3139d1b21a79175487fed6b0d78b332 /editors/codelite | |
parent | d08d6e6c466aec1a545991e670ed10ea76b99a89 (diff) | |
download | freebsd-ports-gnome-ddf5c2350da1a52e51cabe2f909980c6a63a0502.tar.gz freebsd-ports-gnome-ddf5c2350da1a52e51cabe2f909980c6a63a0502.tar.zst freebsd-ports-gnome-ddf5c2350da1a52e51cabe2f909980c6a63a0502.zip |
- Update to 2.10.0.4778
Release notes:
http://sf.net/projects/codelite/files/Releases/codelite-2.10/README
Diffstat (limited to 'editors/codelite')
-rw-r--r-- | editors/codelite/Makefile | 4 | ||||
-rw-r--r-- | editors/codelite/distinfo | 4 | ||||
-rw-r--r-- | editors/codelite/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 87098136a9fc..440b40452ca3 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= codelite -DISTVERSION= 2.9.0.${SVN_REVISION} +DISTVERSION= 2.10.0.${SVN_REVISION} CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/Releases/${PORTNAME}-${PORTVERSION:R:R} @@ -25,7 +25,7 @@ HAS_CONFIGURE= yes .include <bsd.port.pre.mk> -SVN_REVISION= 4684 +SVN_REVISION= 4778 .if defined(WITH_CSCOPE) RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope diff --git a/editors/codelite/distinfo b/editors/codelite/distinfo index 8ac04ff63259..0a5d18212aaf 100644 --- a/editors/codelite/distinfo +++ b/editors/codelite/distinfo @@ -1,2 +1,2 @@ -SHA256 (codelite-2.9.0.4684.tar.gz) = 190ccad5997a9aaceeea338cf85570eccb12de0337b9889886bd14bc97a7cf7c -SIZE (codelite-2.9.0.4684.tar.gz) = 6061313 +SHA256 (codelite-2.10.0.4778.tar.gz) = cd5f6bcfb443cb7046fb8b66009d821618d1adf8f57cf02a421ecaa00b39bb6c +SIZE (codelite-2.10.0.4778.tar.gz) = 6114788 diff --git a/editors/codelite/pkg-plist b/editors/codelite/pkg-plist index 3fdd306a82cf..6b565829eb5f 100644 --- a/editors/codelite/pkg-plist +++ b/editors/codelite/pkg-plist @@ -37,6 +37,7 @@ bin/codelite_xterm %%DATADIR%%/plugins/abbreviation.so %%DATADIR%%/plugins/cscope.so %%DATADIR%%/plugins/debuggers/Debugger.so +%%DATADIR%%/plugins/git.so %%DATADIR%%/plugins/libcodeliteu.so %%DATADIR%%/plugins/libpluginu.so %%DATADIR%%/plugins/libwxscintillau.so |