svn commit: r535726 - head/shells/ammonite

Fernando Apesteguía fernape at FreeBSD.org
Mon May 18 08:13:01 UTC 2020


Author: fernape
Date: Mon May 18 08:13:00 2020
New Revision: 535726
URL: https://svnweb.freebsd.org/changeset/ports/535726

Log:
  shells/ammonite: Update to 2.1.4
  
  From ChangeLog (https://ammonite.io/#2.1.4):
  
   * Handle SIGINT When Reading User Input
   * rebootstrap mill
   * Ensure -Ymacro-annotations works fine
   * Fix 2.12.1 compilation
   * several fixes and support for Coursier and BSP
   * switch to Scala 2.13 ammonite version for the port
  
  PR:	246522
  Submitted by:	reebsd-ports at jan0sch.de (maintainer)

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

Modified: head/shells/ammonite/Makefile
==============================================================================
--- head/shells/ammonite/Makefile	Mon May 18 07:44:05 2020	(r535725)
+++ head/shells/ammonite/Makefile	Mon May 18 08:13:00 2020	(r535726)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	ammonite
-DISTVERSION=	2.1.1
+DISTVERSION=	2.1.4
 CATEGORIES=	shells java
 MASTER_SITES=	https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/
-DISTNAME=	2.12-${PORTVERSION}
+DISTNAME=	2.13-${PORTVERSION}
 EXTRACT_SUFX=
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=

Modified: head/shells/ammonite/distinfo
==============================================================================
--- head/shells/ammonite/distinfo	Mon May 18 07:44:05 2020	(r535725)
+++ head/shells/ammonite/distinfo	Mon May 18 08:13:00 2020	(r535726)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588005298
-SHA256 (ammonite/2.12-2.1.1) = 159b07bafb094fcf09292aa5b69a0c5c85779a0ea12cb2107477f595724e23ad
-SIZE (ammonite/2.12-2.1.1) = 44296509
+TIMESTAMP = 1589703141
+SHA256 (ammonite/2.13-2.1.4) = 0702f6f5eb8b5326605d7894593d3ab42634c4a0b85599bcd9ddf8909dd866eb
+SIZE (ammonite/2.13-2.1.4) = 45554871


More information about the svn-ports-all mailing list