svn commit: r533332 - head/shells/ammonite

Hiroki Tagato tagattie at FreeBSD.org
Wed Apr 29 11:28:15 UTC 2020


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 at 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


More information about the svn-ports-all mailing list