diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2022-05-03 01:21:05 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2022-05-03 01:21:05 +0000 |
commit | 1309940fd048982c2b472bfc287bcbc1ed83c574 (patch) | |
tree | 76afbc460057d4488eb4c84fbc99d93fb8ffbd9f | |
parent | 480d1671f096513256da49c6a12386faebff9d32 (diff) | |
download | ports-1309940fd048982c2b472bfc287bcbc1ed83c574.tar.gz ports-1309940fd048982c2b472bfc287bcbc1ed83c574.zip |
Mk/bsd.java.mk: Revert previous commit allowing 1.11 as a version
* 1.11 has never been a valid Java version. I've fixed the offeding
port that used it rather than adding it here.
-rw-r--r-- | Mk/bsd.java.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk index 454c759258d4..a88204514650 100644 --- a/Mk/bsd.java.mk +++ b/Mk/bsd.java.mk @@ -285,7 +285,7 @@ JAVA_RUN= jre . undef _JAVA_PORTS_INSTALLED . undef _JAVA_PORTS_POSSIBLE . if defined(JAVA_VERSION) -_JAVA_VERSION= ${JAVA_VERSION:S/^1.7+/1.7 1.8+/:S/^1.8+/1.8 11+/:S/^1.7/7/:S/^1.8/8/:S/^7+/7 8+/:S/^8+/8 11+/:S/^1.11+/11 12+/:S/^1.11/11/:S/^11+/11 12+/:S/^12+/12 13+/:S/^13+/13 14+/:S/^14+/14 15+/:S/^15+/15 16+/:S/^16+/16 17+/:S/^17+/17 18+/:S/^18+/18/} +_JAVA_VERSION= ${JAVA_VERSION:S/^1.7+/1.7 1.8+/:S/^1.8+/1.8 11+/:S/^1.7/7/:S/^1.8/8/:S/^7+/7 8+/:S/^8+/8 11+/:S/^11+/11 12+/:S/^12+/12 13+/:S/^13+/13 14+/:S/^14+/14 15+/:S/^15+/15 16+/:S/^16+/16 17+/:S/^17+/17 18+/:S/^18+/18/} . else _JAVA_VERSION= ${__JAVA_VERSION_LIST} . endif |