svn commit: r505184 - in head: devel www

Mathieu Arnold mat at FreeBSD.org
Wed Jun 26 20:16:19 UTC 2019


Author: mat
Date: Wed Jun 26 20:16:17 2019
New Revision: 505184
URL: https://svnweb.freebsd.org/changeset/ports/505184

Log:
  Regular categories Makefile sorting.

Modified:
  head/devel/Makefile   (contents, props changed)
  head/www/Makefile   (contents, props changed)

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jun 26 19:59:31 2019	(r505183)
+++ head/devel/Makefile	Wed Jun 26 20:16:17 2019	(r505184)
@@ -15,6 +15,7 @@
     SUBDIR += R-cran-R6
     SUBDIR += R-cran-RUnit
     SUBDIR += R-cran-Rcpp
+    SUBDIR += R-cran-Rdpack
     SUBDIR += R-cran-abind
     SUBDIR += R-cran-bindr
     SUBDIR += R-cran-bindrcpp
@@ -34,8 +35,8 @@
     SUBDIR += R-cran-evaluate
     SUBDIR += R-cran-fansi
     SUBDIR += R-cran-foreach
-    SUBDIR += R-cran-gbm
     SUBDIR += R-cran-gbRd
+    SUBDIR += R-cran-gbm
     SUBDIR += R-cran-gdata
     SUBDIR += R-cran-generics
     SUBDIR += R-cran-glmnet
@@ -63,7 +64,6 @@
     SUBDIR += R-cran-proto
     SUBDIR += R-cran-purrr
     SUBDIR += R-cran-randomForest
-    SUBDIR += R-cran-Rdpack
     SUBDIR += R-cran-registry
     SUBDIR += R-cran-repr
     SUBDIR += R-cran-reshape

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Wed Jun 26 19:59:31 2019	(r505183)
+++ head/www/Makefile	Wed Jun 26 20:16:17 2019	(r505184)
@@ -89,8 +89,8 @@
     SUBDIR += closure-compiler
     SUBDIR += cntlm
     SUBDIR += codeigniter
-    SUBDIR += coppermine
     SUBDIR += colly
+    SUBDIR += coppermine
     SUBDIR += cplanet
     SUBDIR += cppcms
     SUBDIR += cpr


More information about the svn-ports-all mailing list