svn commit: r374202 - head/databases

Alexey Dokuchaev danfe at FreeBSD.org
Sun Dec 7 13:46:26 UTC 2014


Author: danfe
Date: Sun Dec  7 13:46:25 2014
New Revision: 374202
URL: https://svnweb.freebsd.org/changeset/ports/374202
QAT: https://qat.redports.org/buildarchive/r374202/

Log:
  Sort the entries and amend COMMENT.

Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sun Dec  7 13:37:35 2014	(r374201)
+++ head/databases/Makefile	Sun Dec  7 13:46:25 2014	(r374202)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 #
 
-    COMMENT = Databases
+    COMMENT = Databases and related software
 
     SUBDIR += R-cran-DBI
     SUBDIR += R-cran-RMySQL
@@ -396,8 +396,8 @@
     SUBDIR += p5-Dancer-Plugin-Database-Core
     SUBDIR += p5-Dancer-Plugin-Redis
     SUBDIR += p5-Dancer-Session-Memcached
-    SUBDIR += p5-Dancer2-Plugin-Database
     SUBDIR += p5-Dancer2-Plugin-DBIC
+    SUBDIR += p5-Dancer2-Plugin-Database
     SUBDIR += p5-Data-Page
     SUBDIR += p5-Data-Pageset
     SUBDIR += p5-Exception-Class-DBI
@@ -827,10 +827,10 @@
     SUBDIR += rubygem-activemodel
     SUBDIR += rubygem-activemodel4
     SUBDIR += rubygem-activerecord
-    SUBDIR += rubygem-activerecord4
     SUBDIR += rubygem-activerecord-jdbc-adapter
     SUBDIR += rubygem-activerecord-jdbcmysql-adapter
     SUBDIR += rubygem-activerecord-mysql-adapter
+    SUBDIR += rubygem-activerecord4
     SUBDIR += rubygem-amalgalite
     SUBDIR += rubygem-arel
     SUBDIR += rubygem-arel-helpers


More information about the svn-ports-head mailing list