From owner-svn-ports-head@FreeBSD.ORG Tue Aug 13 14:12:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3982C05; Tue, 13 Aug 2013 14:12:15 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B104B29E9; Tue, 13 Aug 2013 14:12:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DECFi7038070; Tue, 13 Aug 2013 14:12:15 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DECFcO038065; Tue, 13 Aug 2013 14:12:15 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201308131412.r7DECFcO038065@svn.freebsd.org> From: Alex Dupre Date: Tue, 13 Aug 2013 14:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324668 - head/devel/scala-ide X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 14:12:15 -0000 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@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 + +.if ${PORT_OPTIONS:MWTP} +RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/webtools:${PORTSDIR}/java/eclipse-webtools +.endif + .include "${.CURDIR}/../../java/eclipse/Makefile.plugins" .include 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