Date: Thu, 22 May 2014 05:18:33 +0900 (JST) From: mitsururike@gmail.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/190089: Update port: lang/scala Message-ID: <20140521201833.27034115F@mfr.localdomain> Resent-Message-ID: <201405212020.s4LKK0bf092209@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 190089 >Category: ports >Synopsis: Update port: lang/scala >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 21 20:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: mitsururike@gmail.com >Release: FreeBSD 10.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD 10.0-RELEASE-p3 amd64 >Description: Update lang/scala to 2.11.1 >How-To-Repeat: >Fix: diff -ruN scala.old/Makefile scala/Makefile --- scala.old/Makefile 2014-05-22 04:22:00.000000000 +0900 +++ scala/Makefile 2014-05-22 04:28:51.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/lang/scala/Makefile 349296 2014-03-26 21:21:41Z pawel $ PORTNAME= scala -PORTVERSION= 2.10.4 +PORTVERSION= 2.11.1 CATEGORIES= lang java MASTER_SITES= http://www.scala-lang.org/files/archive/ EXTRACT_SUFX= .tgz @@ -11,7 +11,7 @@ COMMENT= Scala Programming Language LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/doc/LICENSE +LICENSE_FILE= ${WRKSRC}/doc/LICENSE.md RUN_DEPENDS= bash:${PORTSDIR}/shells/bash @@ -22,7 +22,7 @@ JAVA_VERSION= 1.6+ SCALA_HOME= ${DATADIR} -SCALA_SHRDIRS= lib misc src +SCALA_SHRDIRS= lib SCALA_DOCDIRS= tools SCALA_BINS= fsc \ scala \ @@ -40,7 +40,6 @@ PORTDATA= * PORTDOCS= * -PORTEXAMPLES= * pre-patch: @${ECHO_MSG} "Installation settings:" @@ -62,7 +61,5 @@ .for d in ${SCALA_DOCDIRS} @cd ${WRKSRC}/doc/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${d} .endfor - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> diff -ruN scala.old/distinfo scala/distinfo --- scala.old/distinfo 2014-05-22 04:22:00.000000000 +0900 +++ scala/distinfo 2014-05-22 04:25:11.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (scala-2.10.4.tgz) = b46db638c5c6066eee21f00c447fc13d1dfedbfb60d07db544e79db67ba810c3 -SIZE (scala-2.10.4.tgz) = 29937534 +SHA256 (scala-2.11.1.tgz) = f315602e46fab161642d0a46d28a51daa5744edf7b659e84f45bf5cb25ae5aee +SIZE (scala-2.11.1.tgz) = 25685521 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140521201833.27034115F>