Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2020 23:04:19 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522357 - head/shells/ammonite
Message-ID:  <202001072304.007N4JFY010967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Tue Jan  7 23:04:19 2020
New Revision: 522357
URL: https://svnweb.freebsd.org/changeset/ports/522357

Log:
  Update to 2.0.1
  
  Changelog:
  * Bump PPrint to 0.5.7, FastParse to 2.2.2, uPickle to 0.9.6, Requests to 0.4.7
  * Fix @main method handling in scripts run via --class-based
  * Bump OS-Lib, uPickle and Requests-Scala versions, for compatibility with the geny.Writable interface
  
  PR:		242956
  Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
  Sponsored by:	Netzkommune GmbH

Modified:
  head/shells/ammonite/Makefile
  head/shells/ammonite/distinfo

Modified: head/shells/ammonite/Makefile
==============================================================================
--- head/shells/ammonite/Makefile	Tue Jan  7 22:51:17 2020	(r522356)
+++ head/shells/ammonite/Makefile	Tue Jan  7 23:04:19 2020	(r522357)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ammonite
-DISTVERSION=	1.8.2
+DISTVERSION=	2.0.1
 CATEGORIES=	shells java
 MASTER_SITES=	https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/
 DISTNAME=	2.12-${PORTVERSION}

Modified: head/shells/ammonite/distinfo
==============================================================================
--- head/shells/ammonite/distinfo	Tue Jan  7 22:51:17 2020	(r522356)
+++ head/shells/ammonite/distinfo	Tue Jan  7 23:04:19 2020	(r522357)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574598221
-SHA256 (ammonite/2.12-1.8.2) = 378d7a9fa1a8f44f8e27769259a465423cf540658ba42365213a3c00e4a8acc0
-SIZE (ammonite/2.12-1.8.2) = 30605145
+TIMESTAMP = 1578437044
+SHA256 (ammonite/2.12-2.0.1) = 8323070a64839d8286318efeee85ba44ce08db630fed5343c21abe2d07ae4c3d
+SIZE (ammonite/2.12-2.0.1) = 30621373



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001072304.007N4JFY010967>