svn commit: r458353 - head/security

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


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

Log:
  Sort SUBDIRs

Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Jan  7 15:51:42 2018	(r458352)
+++ head/security/Makefile	Sun Jan  7 15:53:22 2018	(r458353)
@@ -1041,8 +1041,8 @@
     SUBDIR += rubygem-airbrussh
     SUBDIR += rubygem-attr_encrypted
     SUBDIR += rubygem-bcrypt
-    SUBDIR += rubygem-bcrypt_pbkdf
     SUBDIR += rubygem-bcrypt-ruby
+    SUBDIR += rubygem-bcrypt_pbkdf
     SUBDIR += rubygem-devise-two-factor
     SUBDIR += rubygem-devise-two-factor-rails5
     SUBDIR += rubygem-devise-two-factor-rails50
@@ -1085,8 +1085,8 @@
     SUBDIR += rubygem-omniauth-saml
     SUBDIR += rubygem-omniauth-shibboleth
     SUBDIR += rubygem-openssl
-    SUBDIR += rubygem-openssl20
     SUBDIR += rubygem-openssl-ccm
+    SUBDIR += rubygem-openssl20
     SUBDIR += rubygem-openvas-omp
     SUBDIR += rubygem-origami
     SUBDIR += rubygem-pundit
@@ -1094,8 +1094,8 @@
     SUBDIR += rubygem-rack-oauth2
     SUBDIR += rubygem-razorback-scriptNugget
     SUBDIR += rubygem-rbnacl
-    SUBDIR += rubygem-rbnacl4
     SUBDIR += rubygem-rbnacl-libsodium
+    SUBDIR += rubygem-rbnacl4
     SUBDIR += rubygem-recog
     SUBDIR += rubygem-rex-arch
     SUBDIR += rubygem-rex-bin_tools


More information about the svn-ports-all mailing list