svn commit: r316361 - head/www

Jimmy Olgeni olgeni at FreeBSD.org
Tue Apr 23 15:08:08 UTC 2013


Author: olgeni
Date: Tue Apr 23 15:08:08 2013
New Revision: 316361
URL: http://svnweb.freebsd.org/changeset/ports/316361

Log:
  Sort SUBDIR entries.

Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Apr 23 15:05:24 2013	(r316360)
+++ head/www/Makefile	Tue Apr 23 15:08:08 2013	(r316361)
@@ -366,13 +366,13 @@
     SUBDIR += interchange
     SUBDIR += ismail
     SUBDIR += iwebcal
-    SUBDIR += jmeter
     SUBDIR += jawstats
     SUBDIR += jdresolve
     SUBDIR += jericho-html
     SUBDIR += jesred
     SUBDIR += jetty
     SUBDIR += jinzora
+    SUBDIR += jmeter
     SUBDIR += joomla15
     SUBDIR += joomla25
     SUBDIR += jspacker
@@ -531,8 +531,8 @@
     SUBDIR += mod_spdy
     SUBDIR += mod_tidy
     SUBDIR += mod_tsa
-    SUBDIR += mod_umask
     SUBDIR += mod_uid
+    SUBDIR += mod_umask
     SUBDIR += mod_vhost_ldap
     SUBDIR += mod_vhs
     SUBDIR += mod_webkit


More information about the svn-ports-all mailing list