diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-01-23 10:37:00 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-01-23 10:37:00 +0000 |
commit | f87f3623330f1c92beb940cb96e3f0cf2e39c9f7 (patch) | |
tree | 54a88e3a015f52643b16befc3302b1d828c3f2e1 /java/eclipse-aptana/Makefile | |
parent | f5fa428d52129fb3d50fe0b6757873ea1caad208 (diff) |
Notes
Diffstat (limited to 'java/eclipse-aptana/Makefile')
-rw-r--r-- | java/eclipse-aptana/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/eclipse-aptana/Makefile b/java/eclipse-aptana/Makefile index 6ce30cfd0c3c..d0b38ae7d0d2 100644 --- a/java/eclipse-aptana/Makefile +++ b/java/eclipse-aptana/Makefile @@ -6,11 +6,12 @@ # PORTNAME= aptana -PORTVERSION= 004323 +PORTVERSION= 1.1.0.007007 +PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= http://update.aptana.com/install/${ECLIPSE_VER}/ PKGNAMEPREFIX= eclipse- -DISTNAME= aptana_update_${PORTVERSION} +DISTNAME= aptana_update_${PORTVERSION:E} MAINTAINER= nivit@FreeBSD.org COMMENT= Aptana Web Development Tools (Eclipse plugin) |