Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 15:51:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458352 - head/net
Message-ID:  <201801071551.w07Fpggn029581@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  7 15:51:42 2018
New Revision: 458352
URL: https://svnweb.freebsd.org/changeset/ports/458352

Log:
  Sort SUBDIRs

Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Jan  7 15:49:44 2018	(r458351)
+++ head/net/Makefile	Sun Jan  7 15:51:42 2018	(r458352)
@@ -1,4 +1,3 @@
-
 # $FreeBSD$
 #
 
@@ -1393,8 +1392,8 @@
     SUBDIR += toonel
     SUBDIR += torsocks
     SUBDIR += traceroute
-    SUBDIR += traff
     SUBDIR += traefik
+    SUBDIR += traff
     SUBDIR += trafshow
     SUBDIR += trafshow3
     SUBDIR += tramp



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