[31005] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 13 10:24:15 PST 2007


Revision: 31005
          http://trac.macosforge.org/projects/macports/changeset/31005
Author:   ram at macports.org
Date:     2007-11-13 10:24:13 -0800 (Tue, 13 Nov 2007)

Log Message:
-----------
append to depends_lib, not replace

Modified Paths:
--------------
    trunk/dports/python/py-paramiko/Portfile
    trunk/dports/python/py25-paramiko/Portfile

Modified: trunk/dports/python/py-paramiko/Portfile
===================================================================
--- trunk/dports/python/py-paramiko/Portfile	2007-11-13 18:07:09 UTC (rev 31004)
+++ trunk/dports/python/py-paramiko/Portfile	2007-11-13 18:24:13 UTC (rev 31005)
@@ -24,7 +24,7 @@
                   sha1 0e89fe7ae6dcc91ca271ac06b44a10a9be9c1103 \
                   rmd160 caf9b58fda37575bdd4746f15c176627b3437a69
 
-depends_lib       port:py-crypto
+depends_lib-append  port:py-crypto
 
 post-destroot {
   file delete -force ${destroot}${prefix}/share/doc/${name}

Modified: trunk/dports/python/py25-paramiko/Portfile
===================================================================
--- trunk/dports/python/py25-paramiko/Portfile	2007-11-13 18:07:09 UTC (rev 31004)
+++ trunk/dports/python/py25-paramiko/Portfile	2007-11-13 18:24:13 UTC (rev 31005)
@@ -24,7 +24,7 @@
                   sha1 0e89fe7ae6dcc91ca271ac06b44a10a9be9c1103 \
                   rmd160 caf9b58fda37575bdd4746f15c176627b3437a69
 
-depends_lib       port:py25-crypto
+depends_lib-append  port:py25-crypto
 
 post-destroot {
   file delete -force ${destroot}${prefix}/share/doc/${name}

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


More information about the macports-changes mailing list