aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2013-08-13 22:12:14 +0800
committerale <ale@FreeBSD.org>2013-08-13 22:12:14 +0800
commitec1f761ffbfb9dd5276789d5f71ff0d61eb9a50d (patch)
treed54887458cb10c8e13f1fb69d2141d8bfce212d2 /devel
parent2736cac9db49e34756dd6d176eb9647f790f8882 (diff)
downloadfreebsd-ports-gnome-ec1f761ffbfb9dd5276789d5f71ff0d61eb9a50d.tar.gz
freebsd-ports-gnome-ec1f761ffbfb9dd5276789d5f71ff0d61eb9a50d.tar.zst
freebsd-ports-gnome-ec1f761ffbfb9dd5276789d5f71ff0d61eb9a50d.zip
Update to 3.0.1 release.
Diffstat (limited to 'devel')
-rw-r--r--devel/scala-ide/Makefile15
-rw-r--r--devel/scala-ide/distinfo4
2 files changed, 14 insertions, 5 deletions
diff --git a/devel/scala-ide/Makefile b/devel/scala-ide/Makefile
index 4538846cfce9..3a679c312e66 100644
--- a/devel/scala-ide/Makefile
+++ b/devel/scala-ide/Makefile
@@ -2,22 +2,31 @@
# $FreeBSD$
PORTNAME= scala-ide
-DISTVERSION= 3.0.1-RC2
-PORTREVISION= 1
+DISTVERSION= 3.0.1
CATEGORIES= devel java
MASTER_SITES= http://download.scala-ide.org/sdk/e37/scala210/dev/
DISTNAME= update-site
-DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}-20130701
+DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}-20130802
MAINTAINER= ale@FreeBSD.org
COMMENT= Scala plugin for the Eclipse IDE
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
+OPTIONS_DEFINE= WTP
+OPTIONS_DEFAULT=WTP
+WTP_DESC= Install Eclipse Web Tools Platform (required for Play2 plug-in)
+
USE_ZIP= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/site
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MWTP}
+RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/webtools:${PORTSDIR}/java/eclipse-webtools
+.endif
+
.include "${.CURDIR}/../../java/eclipse/Makefile.plugins"
.include <bsd.port.mk>
diff --git a/devel/scala-ide/distinfo b/devel/scala-ide/distinfo
index 6ec387738d67..b6791015049e 100644
--- a/devel/scala-ide/distinfo
+++ b/devel/scala-ide/distinfo
@@ -1,2 +1,2 @@
-SHA256 (scala-ide/3.0.1.r2-20130701/update-site.zip) = 0292d7dc3aeed0b60b8d360d7f76ba0f071598b6567ac9f4c483d191afa29aa5
-SIZE (scala-ide/3.0.1.r2-20130701/update-site.zip) = 57379554
+SHA256 (scala-ide/3.0.1-20130802/update-site.zip) = 0313057f2fb5bf103698521eb7173967d289c9e9b24a59fc99bf2342205904e5
+SIZE (scala-ide/3.0.1-20130802/update-site.zip) = 57384097