svn commit: r324668 - head/devel/scala-ide
Alex Dupre
ale at FreeBSD.org
Tue Aug 13 14:12:15 UTC 2013
Author: ale
Date: Tue Aug 13 14:12:14 2013
New Revision: 324668
URL: http://svnweb.freebsd.org/changeset/ports/324668
Log:
Update to 3.0.1 release.
Modified:
head/devel/scala-ide/Makefile
head/devel/scala-ide/distinfo
Modified: head/devel/scala-ide/Makefile
==============================================================================
--- head/devel/scala-ide/Makefile Tue Aug 13 13:45:16 2013 (r324667)
+++ head/devel/scala-ide/Makefile Tue Aug 13 14:12:14 2013 (r324668)
@@ -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 at 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>
Modified: head/devel/scala-ide/distinfo
==============================================================================
--- head/devel/scala-ide/distinfo Tue Aug 13 13:45:16 2013 (r324667)
+++ head/devel/scala-ide/distinfo Tue Aug 13 14:12:14 2013 (r324668)
@@ -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
More information about the svn-ports-head
mailing list