aboutsummaryrefslogtreecommitdiff
path: root/editors/codelite/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-04-07 08:51:00 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-04-07 08:51:00 +0000
commit9357932c8aed401696d945c5812e1d51159205dd (patch)
treee921ce33cc2428ccdcf8757982250b5da642d92d /editors/codelite/Makefile
parentc6a275c4ae11f2f5cff22db5c9546f0248a00aa8 (diff)
Notes
Diffstat (limited to 'editors/codelite/Makefile')
-rw-r--r--editors/codelite/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile
index f9a75b5a391a..f02ec28f060d 100644
--- a/editors/codelite/Makefile
+++ b/editors/codelite/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= codelite
-DISTVERSION= 2.3.0.${SVN_REVISION}
-PORTREVISION= 2
+DISTVERSION= 2.5.2.${SVN_REVISION}
CATEGORIES= editors
-MASTER_SITES= SF/${PORTNAME}/Releases/${PORTNAME}-${PORTVERSION}
+MASTER_SITES= SF/${PORTNAME}/Releases/${PORTNAME}-${PORTVERSION:R:R}
MAINTAINER= gahr@FreeBSD.org
COMMENT= An Open Source IDE for C/C++
@@ -26,7 +25,7 @@ HAS_CONFIGURE= yes
.include <bsd.port.pre.mk>
-SVN_REVISION= 3833
+SVN_REVISION= 4031
.if defined(WITH_CSCOPE)
RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope