svn commit: r309573 - head/devel

Bryan Drewery bdrewery at FreeBSD.org
Fri Dec 28 15:54:55 UTC 2012


Author: bdrewery
Date: Fri Dec 28 15:54:54 2012
New Revision: 309573
URL: http://svnweb.freebsd.org/changeset/ports/309573

Log:
  Sort SUBDIR listing

Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Dec 28 15:42:11 2012	(r309572)
+++ head/devel/Makefile	Fri Dec 28 15:54:54 2012	(r309573)
@@ -331,8 +331,6 @@
     SUBDIR += devhelp
     SUBDIR += devtodo
     SUBDIR += dfuife-curses
-    SUBDIR += jech-dht
-    SUBDIR += jgoodies-common
     SUBDIR += dia2code
     SUBDIR += diffuse
     SUBDIR += ding-libs
@@ -680,10 +678,10 @@
     SUBDIR += hs-bytestring-nums
     SUBDIR += hs-c2hs
     SUBDIR += hs-cabal-install
-    SUBDIR += hs-classy-prelude
-    SUBDIR += hs-classy-prelude-conduit
     SUBDIR += hs-cereal
     SUBDIR += hs-checkers
+    SUBDIR += hs-classy-prelude
+    SUBDIR += hs-classy-prelude-conduit
     SUBDIR += hs-cmdargs
     SUBDIR += hs-conduit
     SUBDIR += hs-configurator
@@ -843,8 +841,10 @@
     SUBDIR += javolution
     SUBDIR += jclassinfo
     SUBDIR += jcmdline
+    SUBDIR += jech-dht
     SUBDIR += jenkins
     SUBDIR += jep
+    SUBDIR += jgoodies-common
     SUBDIR += jiic
     SUBDIR += jline
     SUBDIR += jna


More information about the svn-ports-all mailing list