diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2020-04-29 19:28:14 +0800 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2020-04-29 19:28:14 +0800 |
commit | 6f6d112d37bd2a0dea60dd68528f0334180fb942 (patch) | |
tree | 6089aa07064b7c592081b678c20fa54e0e634ae4 /shells/ammonite/Makefile | |
parent | 56116e6eebe6fd03d5b0363c4de3f2d5dd6e1790 (diff) | |
download | freebsd-ports-gnome-6f6d112d37bd2a0dea60dd68528f0334180fb942.tar.gz freebsd-ports-gnome-6f6d112d37bd2a0dea60dd68528f0334180fb942.tar.zst freebsd-ports-gnome-6f6d112d37bd2a0dea60dd68528f0334180fb942.zip |
- Update to 2.1.1
- Make portclippy happy
PR: 245979
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
Approved by: ehaupt (mentor)
Diffstat (limited to 'shells/ammonite/Makefile')
-rw-r--r-- | shells/ammonite/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shells/ammonite/Makefile b/shells/ammonite/Makefile index 4f97c70109b3..83347abcc5d0 100644 --- a/shells/ammonite/Makefile +++ b/shells/ammonite/Makefile @@ -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 Scala language LICENSE= MIT USE_JAVA= yes - JAVA_VERSION= 1.8+ -NO_BUILD= yes + NO_ARCH= yes +NO_BUILD= yes + PLIST_FILES= bin/ammonite do-extract: |