ports/190089: Update port: lang/scala

mitsururike at gmail.com mitsururike at gmail.com
Wed May 21 20:20:00 UTC 2014


>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 at 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:


More information about the freebsd-ports-bugs mailing list