Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2020 11:28:15 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533332 - head/shells/ammonite
Message-ID:  <202004291128.03TBSFT4033458@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Wed Apr 29 11:28:14 2020
New Revision: 533332
URL: https://svnweb.freebsd.org/changeset/ports/533332

Log:
  - Update to 2.1.1
  - Make portclippy happy
  
  PR:		245979
  Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
  Approved by:	ehaupt (mentor)

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

Modified: head/shells/ammonite/Makefile
==============================================================================
--- head/shells/ammonite/Makefile	Wed Apr 29 11:15:54 2020	(r533331)
+++ head/shells/ammonite/Makefile	Wed Apr 29 11:28:14 2020	(r533332)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ammonite
-DISTVERSION=	2.0.4
+DISTVERSION=	2.1.1
 CATEGORIES=	shells java
 MASTER_SITES=	https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/
 DISTNAME=	2.12-${PORTVERSION}
@@ -15,10 +15,11 @@ COMMENT=	Provides a system shell in the high-level Sca
 LICENSE=	MIT
 
 USE_JAVA=	yes
-
 JAVA_VERSION=	1.8+
-NO_BUILD=	yes
+
 NO_ARCH=	yes
+NO_BUILD=	yes
+
 PLIST_FILES=	bin/ammonite
 
 do-extract:

Modified: head/shells/ammonite/distinfo
==============================================================================
--- head/shells/ammonite/distinfo	Wed Apr 29 11:15:54 2020	(r533331)
+++ head/shells/ammonite/distinfo	Wed Apr 29 11:28:14 2020	(r533332)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579068278
-SHA256 (ammonite/2.12-2.0.4) = 044c6b93330c17d6d0cd418cf892a693a8d31475f7560cf2d5ec0f1f62631419
-SIZE (ammonite/2.12-2.0.4) = 30629020
+TIMESTAMP = 1588005298
+SHA256 (ammonite/2.12-2.1.1) = 159b07bafb094fcf09292aa5b69a0c5c85779a0ea12cb2107477f595724e23ad
+SIZE (ammonite/2.12-2.1.1) = 44296509



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