svn commit: r472638 - head/science

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 17 21:25:27 UTC 2018


Author: yuri
Date: Sun Jun 17 21:25:26 2018
New Revision: 472638
URL: https://svnweb.freebsd.org/changeset/ports/472638

Log:
  science/Makefile: Fix sortedness

Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sun Jun 17 21:24:37 2018	(r472637)
+++ head/science/Makefile	Sun Jun 17 21:25:26 2018	(r472638)
@@ -163,10 +163,10 @@
     SUBDIR += psychopy
     SUBDIR += pulseview
     SUBDIR += py-DendroPy
-    SUBDIR += py-PyQuante
     SUBDIR += py-MDAnalysis
     SUBDIR += py-MDAnalysisTests
     SUBDIR += py-OpenFermion
+    SUBDIR += py-PyQuante
     SUBDIR += py-abipy
     SUBDIR += py-cdo
     SUBDIR += py-coards


More information about the svn-ports-all mailing list