diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-08-03 15:18:49 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-08-03 15:18:49 +0000 |
commit | 8b057d47a99aa5f2bbf7f3bea4b9f6299d8ff01d (patch) | |
tree | 2fedc2d847ca1f6a4812c6906986f8c501a3fc40 /java | |
parent | New sub-port: mstflint-lite including only some essential tools (diff) |
lang/rust: Update to 1.45.2
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
Notes
Notes:
svn path=/head/; revision=544073
Diffstat (limited to 'java')
-rw-r--r-- | java/icedtea-web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 257f43f902a9..96730aeddeb5 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -2,7 +2,7 @@ PORTNAME= icedtea-web PORTVERSION= 1.8.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java www MASTER_SITES= https://github.com/AdoptOpenJDK/IcedTea-Web/archive/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |