[36653] trunk/dports/security/hydra/Portfile

pmq at macports.org pmq at macports.org
Fri May 9 06:40:54 PDT 2008


Revision: 36653
          http://trac.macosforge.org/projects/macports/changeset/36653
Author:   pmq at macports.org
Date:     2008-05-09 06:40:53 -0700 (Fri, 09 May 2008)

Log Message:
-----------
Unclean fix for #12765: remove the dependency on libssh.

Modified Paths:
--------------
    trunk/dports/security/hydra/Portfile

Modified: trunk/dports/security/hydra/Portfile
===================================================================
--- trunk/dports/security/hydra/Portfile	2008-05-09 11:59:54 UTC (rev 36652)
+++ trunk/dports/security/hydra/Portfile	2008-05-09 13:40:53 UTC (rev 36653)
@@ -20,7 +20,7 @@
 master_sites       http://freeworld.thc.org/releases
 checksums          md5 fa08b465d19321e77b1a0ef912eeecc1
 
-depends_lib        port:openssl port:libssh
+depends_lib        port:openssl
 
 livecheck.check	   regex
 livecheck.url      ${homepage}
@@ -45,3 +45,9 @@
 platform darwin 8 {
     build.args-append CC=/usr/bin/gcc-4.0
 }
+
+# FIXME this won't work with the current libssh version, we need to create a port for
+# libssh-0.11
+# variant ssh description "Enable SSH support" {
+#     depends_lib-append port:libssh
+# }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080509/05f3023a/attachment.html


More information about the macports-changes mailing list