summaryrefslogtreecommitdiff
path: root/java/javavmwrapper/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-07-26 18:35:05 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-07-26 18:35:05 +0000
commit8292f8dc5d6b2dd6f715c7eee72a5047ee90616f (patch)
tree87748ee77b079683e85ef6ce314cd98d2d3a982f /java/javavmwrapper/Makefile
parentRemove devel/gradle46: the only user, biology/gatk, doesn't need it any more (diff)
Support for newer Java versions
* Switch the internal fallback logic (which is only run when the ports system is absent) to use modern Java versioning (e.g. 9 rather than 1.9) * Add in support for specifying 10+, 11+ and 12+ as requested versions. * Bump version to 2.7 Notes: * The fallback logic doesn't support the idea of a default version the way bsd.java.mk does. This was already the case. * The sorting of VMs in the configuration file doesn't numerically sort versions 10 and higher correctly yet. This will be addressed shortly. * Manual pages need updating. * The fallback logic is only used if bsd.java.mk is absent. This should be a no-op if it is present. PR: 223304
Notes
Notes: svn path=/head/; revision=507366
Diffstat (limited to 'java/javavmwrapper/Makefile')
-rw-r--r--java/javavmwrapper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/javavmwrapper/Makefile b/java/javavmwrapper/Makefile
index 175254e7286a..e4d946b1416a 100644
--- a/java/javavmwrapper/Makefile
+++ b/java/javavmwrapper/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= javavmwrapper
-PORTVERSION= 2.6
+PORTVERSION= 2.7
CATEGORIES= java
MASTER_SITES= # none
DISTFILES= # none