K 10 svn:author V 6 glewis K 8 svn:date V 27 2012-12-11T05:11:45.407512Z K 7 svn:log V 362 . Fix all of the ports which still have as a version requirement JAVA_VERSION=1.5 or JAVA_VERSION=1.5+ The previous revision took this out as a valid version number meaning that we end up with the non-existent "/bin/java" as the desired JDK. Expand 1.5 to 1.6 and 1.5+ to 1.6 1.7 for now. This can be reverted once all the ports are updated. END