svn commit: r458348 - head/java

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 7 15:39:06 UTC 2018


Author: sunpoet
Date: Sun Jan  7 15:39:04 2018
New Revision: 458348
URL: https://svnweb.freebsd.org/changeset/ports/458348

Log:
  Sort SUBDIRs

Modified:
  head/java/Makefile

Modified: head/java/Makefile
==============================================================================
--- head/java/Makefile	Sun Jan  7 15:35:02 2018	(r458347)
+++ head/java/Makefile	Sun Jan  7 15:39:04 2018	(r458348)
@@ -94,8 +94,8 @@
     SUBDIR += langspec
     SUBDIR += lightweight-java-profiler
     SUBDIR += linux-oracle-jdk18
-    SUBDIR += linux-oracle-jre18
     SUBDIR += linux-oracle-jdk9
+    SUBDIR += linux-oracle-jre18
     SUBDIR += linux-oracle-jre9
     SUBDIR += mmake
     SUBDIR += mx4j


More information about the svn-ports-all mailing list