diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-07 08:51:00 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-07 08:51:00 +0000 |
commit | 9357932c8aed401696d945c5812e1d51159205dd (patch) | |
tree | e921ce33cc2428ccdcf8757982250b5da642d92d /editors/codelite/Makefile | |
parent | c6a275c4ae11f2f5cff22db5c9546f0248a00aa8 (diff) |
Notes
Diffstat (limited to 'editors/codelite/Makefile')
-rw-r--r-- | editors/codelite/Makefile | 7 |
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 |