svn commit: r449534 - head/math

Antoine Brodin antoine at FreeBSD.org
Sun Sep 10 11:02:41 UTC 2017


Author: antoine
Date: Sun Sep 10 11:02:39 2017
New Revision: 449534
URL: https://svnweb.freebsd.org/changeset/ports/449534

Log:
  Unbreak INDEX

Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Sep 10 10:58:13 2017	(r449533)
+++ head/math/Makefile	Sun Sep 10 11:02:39 2017	(r449534)
@@ -7,7 +7,9 @@
     SUBDIR += PDL
     SUBDIR += R
     SUBDIR += R-cran-Amelia
+    SUBDIR += R-cran-CVST
     SUBDIR += R-cran-ChangeAnomalyDetection
+    SUBDIR += R-cran-DEoptimR
     SUBDIR += R-cran-DRR
     SUBDIR += R-cran-Formula
     SUBDIR += R-cran-KFAS
@@ -33,10 +35,8 @@
     SUBDIR += R-cran-car
     SUBDIR += R-cran-coda
     SUBDIR += R-cran-combinat
-    SUBDIR += R-cran-CVST
     SUBDIR += R-cran-deldir
-    SUBDIR += R-cran-demRed
-    SUBDIR += R-cran-DEoptimR
+    SUBDIR += R-cran-dimRed
     SUBDIR += R-cran-dlmodeler
     SUBDIR += R-cran-dplyr
     SUBDIR += R-cran-expm


More information about the svn-ports-all mailing list