svn commit: r458355 - head/www

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 7 15:54:56 UTC 2018


Author: sunpoet
Date: Sun Jan  7 15:54:54 2018
New Revision: 458355
URL: https://svnweb.freebsd.org/changeset/ports/458355

Log:
  Sort SUBDIRs

Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Jan  7 15:54:03 2018	(r458354)
+++ head/www/Makefile	Sun Jan  7 15:54:54 2018	(r458355)
@@ -610,8 +610,8 @@
     SUBDIR += p5-AnyEvent-Mojo
     SUBDIR += p5-AnyEvent-ReverseHTTP
     SUBDIR += p5-AnyEvent-SCGI
-    SUBDIR += p5-Apache-ASP
     SUBDIR += p5-AnyEvent-WebSocket-Client
+    SUBDIR += p5-Apache-ASP
     SUBDIR += p5-Apache-Admin-Config
     SUBDIR += p5-Apache-AuthCookie
     SUBDIR += p5-Apache-AuthTicket


More information about the svn-ports-all mailing list