Bug 192128 - [maintainer] Update port: lang/scala
Summary: [maintainer] Update port: lang/scala
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Carlo Strub
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-26 08:23 UTC by mitsururike
Modified: 2014-07-29 20:09 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitsururike 2014-07-26 08:23:01 UTC
Update lang/scala to 2.11.2

Fix:
diff --git a/lang/scala/Makefile b/lang/scala/Makefile
index be1fc6e..fea1df1 100644
--- a/lang/scala/Makefile
+++ b/lang/scala/Makefile
@@ -2,7 +2,7 @@
 # $FreeBSD: head/lang/scala/Makefile 356324 2014-06-03 10:51:48Z ale $
 
 PORTNAME=	scala
-PORTVERSION=	2.11.1
+PORTVERSION=	2.11.2
 CATEGORIES=	lang java
 MASTER_SITES=	http://www.scala-lang.org/files/archive/
 EXTRACT_SUFX=	.tgz
diff --git a/lang/scala/distinfo b/lang/scala/distinfo
index ed81df5..bd22e09 100644
--- a/lang/scala/distinfo
+++ b/lang/scala/distinfo
@@ -1,2 +1,2 @@
-SHA256 (scala-2.11.1.tgz) = f315602e46fab161642d0a46d28a51daa5744edf7b659e84f45bf5cb25ae5aee
-SIZE (scala-2.11.1.tgz) = 25685521
+SHA256 (scala-2.11.2.tgz) = 13dd31dff965535f2b3d3075f8283474c212100264071076caf0ca1ea384d256
+SIZE (scala-2.11.2.tgz) = 26488789
Comment 1 John Marino freebsd_committer freebsd_triage 2014-07-26 09:55:38 UTC
1) title should have "[maintainer]" prefix if it comes from the maintainer as it seems to have in this case

2) I highly recommend that you provide the patch as an attachment, the preferred format of committers.  Otherwise don't be surprised if the PR is passed over for others that are easier to process

That said, this is a pretty simple patch to recreate from scratch...
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-07-29 20:08:43 UTC
A commit references this bug:

Author: cs
Date: Tue Jul 29 20:08:39 UTC 2014
New revision: 363385
URL: http://svnweb.freebsd.org/changeset/ports/363385

Log:
  Update to 2.11.2

  PR:		192128
  Submitted by:	mitsururike@gmail.com (maintainer)

Changes:
  head/lang/scala/Makefile
  head/lang/scala/distinfo
Comment 3 Carlo Strub freebsd_committer freebsd_triage 2014-07-29 20:09:35 UTC
Committed. Thank you very much.