20d6be3679
Commit log: https://github.com/argouml-tigris-org/argouml/compare/VERSION_0_34...VERSION_0_35_1 Improve port: - PORTVERSION => DISTVERSION; - limit used java version - doesn't work with 19+; - add possibility to override the Java version in /etc/make.conf with ARGOUML_JAVA_VERSION vairable; - add NO_ARCH; - pet portclippy. PR: 285479
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
The Java versions supported by this port are in range from 8 to 18. The default
|
|
is JAVA_DEFAULT=8 now. Add DEFAULT_VERSIONS+=java=N to /etc/make.conf if you
|
|
want to use Java "N", but all Java ports will also be affected. Or add
|
|
ARGOUML_JAVA_VERSION=N to /etc/make.conf if you want to override the Java
|
|
version for this port only.
|
|
EOM
|
|
}
|
|
]
|