svn commit: r564245 - in head: lang science

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 6 20:42:40 UTC 2021


Author: sunpoet
Date: Sat Feb  6 20:42:39 2021
New Revision: 564245
URL: https://svnweb.freebsd.org/changeset/ports/564245

Log:
  Sort SUBDIRs

Modified:
  head/lang/Makefile
  head/science/Makefile

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Sat Feb  6 19:50:30 2021	(r564244)
+++ head/lang/Makefile	Sat Feb  6 20:42:39 2021	(r564245)
@@ -69,8 +69,8 @@
     SUBDIR += expect
     SUBDIR += f2c
     SUBDIR += fasm
-    SUBDIR += ferite
     SUBDIR += fennel
+    SUBDIR += ferite
     SUBDIR += ficl
     SUBDIR += fpc
     SUBDIR += fpc-base

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sat Feb  6 19:50:30 2021	(r564244)
+++ head/science/Makefile	Sat Feb  6 20:42:39 2021	(r564245)
@@ -339,8 +339,8 @@
     SUBDIR += szip
     SUBDIR += teem
     SUBDIR += tfel
-    SUBDIR += thermofun
     SUBDIR += tfel-edf
+    SUBDIR += thermofun
     SUBDIR += tinker
     SUBDIR += udunits
     SUBDIR += v_sim


More information about the svn-ports-all mailing list