Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2020 19:41:34 +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: r526133 - in head: devel security
Message-ID:  <202002141941.01EJfY2I032494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 14 19:41:33 2020
New Revision: 526133
URL: https://svnweb.freebsd.org/changeset/ports/526133

Log:
  Sort SUBDIRs

Modified:
  head/devel/Makefile
  head/security/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Feb 14 19:38:38 2020	(r526132)
+++ head/devel/Makefile	Fri Feb 14 19:41:33 2020	(r526133)
@@ -774,8 +774,8 @@
     SUBDIR += gettext-runtime
     SUBDIR += gettext-tools
     SUBDIR += gflags
-    SUBDIR += ghidra
     SUBDIR += gh
+    SUBDIR += ghidra
     SUBDIR += ghq
     SUBDIR += ghub
     SUBDIR += gindent

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Feb 14 19:38:38 2020	(r526132)
+++ head/security/Makefile	Fri Feb 14 19:41:33 2020	(r526133)
@@ -212,8 +212,8 @@
     SUBDIR += hlfl
     SUBDIR += hmap
     SUBDIR += hockeypuck
-    SUBDIR += honggfuzz
     SUBDIR += honeytrap
+    SUBDIR += honggfuzz
     SUBDIR += horcrux
     SUBDIR += hotssh
     SUBDIR += hpenc



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