Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2019 20:16:17 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505184 - in head: devel www
Message-ID:  <201906262016.x5QKGHKP068208@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906262016.x5QKGHKP068208>