[25986] trunk/dports/perl/p5-net-ssh-perl/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 8 09:50:12 PDT 2007


Revision: 25986
          http://trac.macosforge.org/projects/macports/changeset/25986
Author:   markd at macports.org
Date:     2007-06-08 09:50:12 -0700 (Fri, 08 Jun 2007)

Log Message:
-----------
Remove non-existent and unnecessary dependencies; order dependencies coherently according to the README.

Modified Paths:
--------------
    trunk/dports/perl/p5-net-ssh-perl/Portfile

Modified: trunk/dports/perl/p5-net-ssh-perl/Portfile
===================================================================
--- trunk/dports/perl/p5-net-ssh-perl/Portfile	2007-06-08 13:50:29 UTC (rev 25985)
+++ trunk/dports/perl/p5-net-ssh-perl/Portfile	2007-06-08 16:50:12 UTC (rev 25986)
@@ -8,15 +8,24 @@
 long_description	${description} 	
 platforms	darwin
 checksums   md5 063f3dc93a4fe6108b068b6d6097992d
-depends_build  port:p5-convert-pem\
-               port:p5-crypt-dh\
-               port:p5-crypt-dsa\
-               port:p5-crypt-idea\
-               port:p5-crypt-rsa\
-               port:p5-digest-hmac_md5\
-               port:p5-digest-hmac_sha1\
-               port:p5-digest-sha1\
-               port:p5-math-gmp\
-               port:p5-math-pari\
-               port:p5-digest-bubblebabble\
-               port:p5-string-crc32
+
+# The first block has modules required for SSH v1
+# The second adds modules for SSH v2
+# The third adds optional modules for bubble babble fingerprints & RSA key files in SSH2
+
+depends_lib-append \
+               port:p5-math-gmp \
+               port:p5-string-crc32 \
+               port:p5-digest-md5 \
+\
+               port:p5-crypt-dsa \
+               port:p5-crypt-dh \
+               port:p5-math-pari \
+               port:p5-mime-base64 \
+               port:p5-digest-sha1 \
+               port:p5-digest-hmac \
+               port:p5-convert-pem \
+               port:p5-crypt-rsa \
+\
+               port:p5-digest-bubblebabble \
+               port:p5-crypt-idea

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


More information about the macports-changes mailing list