[144489] trunk/dports/net/openssh/Portfile

ionic at macports.org ionic at macports.org
Sat Jan 9 20:57:35 PST 2016


Revision: 144489
          https://trac.macports.org/changeset/144489
Author:   ionic at macports.org
Date:     2016-01-09 20:57:34 -0800 (Sat, 09 Jan 2016)
Log Message:
-----------
openssh: remove dropped tcp_wrappers support. Fixes: #49497.

Modified Paths:
--------------
    trunk/dports/net/openssh/Portfile

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2016-01-10 02:58:23 UTC (rev 144488)
+++ trunk/dports/net/openssh/Portfile	2016-01-10 04:57:34 UTC (rev 144489)
@@ -75,7 +75,6 @@
                     --with-privsep-path=/var/empty \
                     --with-md5-passwords \
                     --with-pid-dir=${prefix}/var/run \
-                    --with-tcp-wrappers \
                     --with-pam \
                     --mandir=${prefix}/share/man \
                     --with-zlib=${prefix} \
@@ -91,10 +90,6 @@
 test.run            yes
 test.target         tests
 
-if {${os.major} >= 12} {
-    depends_lib-append  port:tcp_wrappers
-}
-
 post-destroot {
     destroot.keepdirs ${destroot}${prefix}/var/run
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160109/ad88e0eb/attachment.html>


More information about the macports-changes mailing list