diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2011-04-13 13:19:21 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2011-04-13 13:19:21 +0000 |
commit | 60ace6f05f61423d189cd2992604bc9e417f5f26 (patch) | |
tree | 2a5ec1e592eccecdb96dc852f02a3eb11a20b441 /java/eclipse-pydev/Makefile | |
parent | - Update to 0.50 (diff) |
- Update to 2.0.0.2011040403
Notes
Notes:
svn path=/head/; revision=272675
Diffstat (limited to 'java/eclipse-pydev/Makefile')
-rw-r--r-- | java/eclipse-pydev/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse-pydev/Makefile b/java/eclipse-pydev/Makefile index 8f200095861a..7fbad4aa0692 100644 --- a/java/eclipse-pydev/Makefile +++ b/java/eclipse-pydev/Makefile @@ -6,10 +6,10 @@ # PORTNAME= pydev -PORTVERSION= 1.6.4.2011010200 +PORTVERSION= 2.0.0.2011040403 PORTREVISION= 0 CATEGORIES= java devel python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Pydev%20${PORTVERSION:R} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Pydev%202.0 PKGNAMEPREFIX= eclipse- DISTNAME= org.python.pydev.feature-${PORTVERSION} |