[85111] trunk/dports/net/autossh/Portfile

jmr at macports.org jmr at macports.org
Sun Oct 9 14:49:19 PDT 2011


Revision: 85111
          http://trac.macports.org/changeset/85111
Author:   jmr at macports.org
Date:     2011-10-09 14:49:14 -0700 (Sun, 09 Oct 2011)
Log Message:
-----------
autossh: add variant to allow using the openssh port (#27255), set license

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

Modified: trunk/dports/net/autossh/Portfile
===================================================================
--- trunk/dports/net/autossh/Portfile	2011-10-09 21:32:25 UTC (rev 85110)
+++ trunk/dports/net/autossh/Portfile	2011-10-09 21:49:14 UTC (rev 85111)
@@ -1,9 +1,11 @@
 # $Id$
 
 PortSystem        1.0
+
 name              autossh   
 version           1.4b
 categories        net sysutils
+license           Permissive BSD
 maintainers       nomaintainer
 homepage          http://www.harding.motd.ca/autossh/
 description       tool to restart terminated ssh sessions
@@ -22,3 +24,8 @@
                   bindir=${destroot}${prefix}/bin \
                   mandir=${destroot}${prefix}/share/man \
                   datadir=${destroot}${prefix}/share
+
+variant macports_ssh description {Use ssh from the openssh port} {
+    depends_run-append port:openssh
+    configure.args-append --with-ssh=${prefix}/bin/ssh
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111009/5cc034ec/attachment.html>


More information about the macports-changes mailing list