summaryrefslogtreecommitdiff
path: root/java/eclipse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse/Makefile')
-rw-r--r--java/eclipse/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile
index bd8b9488d9f4..7b358e079215 100644
--- a/java/eclipse/Makefile
+++ b/java/eclipse/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= eclipse
-PORTVERSION= 4.5.1
+PORTVERSION= 4.5.2
CATEGORIES= java devel
MASTER_SITES= https://googledrive.com/host/0B2kYpXHnC5LpSk01bU1ud0N5bXc/
DISTFILES= eclipse.platform.releng.aggregator-${PORTVERSION}.xz \
@@ -10,7 +10,7 @@ DISTFILES= eclipse.platform.releng.aggregator-${PORTVERSION}.xz \
DIST_SUBDIR= eclipse
MAINTAINER= ljboiler@gmail.com
-COMMENT= Eclipse Mars.1
+COMMENT= Eclipse Mars.2
LICENSE= EPL
@@ -63,12 +63,12 @@ GITCLONE=${DISTDIR}/eclipse/eclipse-gitclone/eclipse.platform.releng.aggregator
MVN_LOCAL_REPO= -Dmaven.repo.local=${WRKDIR}/eclipse-maven-repo-${PORTVERSION}/repository
MVN_TEST_FLAG= -Dmaven.test.skip=true -DskipTests=true
-#MVN_SETTINGS+= --offline
-MVN_OPTS?= MAVEN_OPTS='-Xms1024m -Xmx1792m'
+MVN_SETTINGS+= --offline
+MVN_OPTS?= MAVEN_OPTS='-Xmx1024m'
ECLIPSE_WS= gtk
ECLIPSE_ARCH= x86${ARCH:C/^i.86//:C/^amd/_/}
E_SHORTARCH= ${ARCH:C/^i.86//:C/^amd//}
-ECLIPSE_BUILDID=I20150603-2000
+ECLIPSE_BUILDID=M20160212-1500
SCRIPTS_ENV+= ECLIPSE_ARCH=${ECLIPSE_ARCH} \
E_SHORTARCH=${E_SHORTARCH}
PORTDESTDIR= ${PREFIX}/lib/eclipse