Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2019 22:15:59 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496988 - head/shells/ammonite
Message-ID:  <201903272215.x2RMFxwq067817@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Wed Mar 27 22:15:59 2019
New Revision: 496988
URL: https://svnweb.freebsd.org/changeset/ports/496988

Log:
  Upgrade shell/ammonite from v1.6.4 to v1.6.5
  
  Changelog : http://ammonite.io/#1.6.5
    - Don't keep resolutions involving snapshot artifacts or
      version intervals in the resolution cache of Ammonite
    - Switch to coursier 1.1.0-M13
    - Fix various issues with class-based wrapper (--class-based)
  
  PR:		236821
  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	Wed Mar 27 21:51:40 2019	(r496987)
+++ head/shells/ammonite/Makefile	Wed Mar 27 22:15:59 2019	(r496988)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ammonite
-DISTVERSION=	1.6.4
+DISTVERSION=	1.6.5
 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	Wed Mar 27 21:51:40 2019	(r496987)
+++ head/shells/ammonite/distinfo	Wed Mar 27 22:15:59 2019	(r496988)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552123615
-SHA256 (ammonite/2.12-1.6.4) = 82d5a3319d6469609d5197b2bebd62c859b1aa21976623fc96a4564ed210bd9a
-SIZE (ammonite/2.12-1.6.4) = 28901677
+TIMESTAMP = 1553710263
+SHA256 (ammonite/2.12-1.6.5) = 06666a1ae95e5b3960130ed0128947f26199184ccba2fef3d62eb69a9e48674e
+SIZE (ammonite/2.12-1.6.5) = 29301883



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