svn commit: r504855 - head/shells/ammonite

Kai Knoblich kai at FreeBSD.org
Sat Jun 22 09:01:15 UTC 2019


Author: kai
Date: Sat Jun 22 09:01:13 2019
New Revision: 504855
URL: https://svnweb.freebsd.org/changeset/ports/504855

Log:
  shells/ammonite: Update to 1.6.8
  
  Changelog since 1.6.5:
  
  * Support for Scala 2.13.0
  * Fix regression in "source" builtin
  * Autocomplete for "import $ivy" statements
  
  PR:		238599
  Submitted by:	Jens Grassel <freebsd-ports at jan0sch.de> (maintainer)

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

Modified: head/shells/ammonite/Makefile
==============================================================================
--- head/shells/ammonite/Makefile	Sat Jun 22 08:56:57 2019	(r504854)
+++ head/shells/ammonite/Makefile	Sat Jun 22 09:01:13 2019	(r504855)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ammonite
-DISTVERSION=	1.6.5
+DISTVERSION=	1.6.8
 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	Sat Jun 22 08:56:57 2019	(r504854)
+++ head/shells/ammonite/distinfo	Sat Jun 22 09:01:13 2019	(r504855)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553710263
-SHA256 (ammonite/2.12-1.6.5) = 06666a1ae95e5b3960130ed0128947f26199184ccba2fef3d62eb69a9e48674e
-SIZE (ammonite/2.12-1.6.5) = 29301883
+TIMESTAMP = 1561118278
+SHA256 (ammonite/2.12-1.6.8) = adc85533fb81909a5efc3fd2bf953714ddc4dd023419a35af00db9b2c3010cd3
+SIZE (ammonite/2.12-1.6.8) = 33951394


More information about the svn-ports-all mailing list