Files
ports/devel/argouml/pkg-message
T
Vladimir Druzenko 20d6be3679 devel/argouml: Update 0.34 => 0.35.1, limit used java version, improve port
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
2025-03-18 00:16:18 +03:00

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
}
]