Date: Sat, 22 Jun 2019 09:01:14 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504855 - head/shells/ammonite Message-ID: <201906220901.x5M91ENM074817@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906220901.x5M91ENM074817>