diff options
Diffstat (limited to 'editors/codelite/Makefile')
-rw-r--r-- | editors/codelite/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |