Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 19:19:38 +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: r563609 - head/security
Message-ID:  <202102011919.111JJc2g006295@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb  1 19:19:37 2021
New Revision: 563609
URL: https://svnweb.freebsd.org/changeset/ports/563609

Log:
  Sort SUBDIRs

Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Mon Feb  1 19:18:33 2021	(r563608)
+++ head/security/Makefile	Mon Feb  1 19:19:37 2021	(r563609)
@@ -192,8 +192,8 @@
     SUBDIR += gost-engine
     SUBDIR += govpn
     SUBDIR += gpa
-    SUBDIR += gpgdir
     SUBDIR += gpg-gui
+    SUBDIR += gpgdir
     SUBDIR += gpgme
     SUBDIR += gpgme-cpp
     SUBDIR += gpgme-qt5
@@ -207,8 +207,8 @@
     SUBDIR += gstreamer1-plugins-dtls
     SUBDIR += gtkpasman
     SUBDIR += gvm
-    SUBDIR += gvmd
     SUBDIR += gvm-libs
+    SUBDIR += gvmd
     SUBDIR += gwee
     SUBDIR += hackbot
     SUBDIR += hardening-check



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