svn commit: r526133 - in head: devel security

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 14 19:41:34 UTC 2020


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


More information about the svn-ports-all mailing list