diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-08-08 08:56:41 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-08-08 08:56:41 +0000 |
commit | 294b05c37cc9a3517120c0a8194f0ab8ba7bc158 (patch) | |
tree | 333ee038526b91c4966e4aac09f86364a6cd9e04 /java | |
parent | ab0a516e661ae48fb407ef8b80022d443cf346c6 (diff) |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-devel/Makefile | 2 | ||||
-rw-r--r-- | java/eclipse/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/java/eclipse-devel/Makefile b/java/eclipse-devel/Makefile index 9686618db21d..a80ca400484a 100644 --- a/java/eclipse-devel/Makefile +++ b/java/eclipse-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= eclipse-devel PORTVERSION= 3.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/technology/linuxtools/eclipse-build/:1 \ http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/:2 \ diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index e7a33d53f1ec..77edc3d51006 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -7,6 +7,7 @@ PORTNAME= eclipse PORTVERSION= 3.5.2 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/technology/linuxtools/eclipse-build/:1 \ http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/:2 \ |