[36361] trunk/dports/python/py-mechanize/Portfile

akira at macports.org akira at macports.org
Mon Apr 28 01:36:42 PDT 2008


Revision: 36361
          http://trac.macosforge.org/projects/macports/changeset/36361
Author:   akira at macports.org
Date:     2008-04-28 01:36:41 -0700 (Mon, 28 Apr 2008)

Log Message:
-----------
Fixed dependencies. Now ClientCookie and PullParser are moved into mechanize package.

Modified Paths:
--------------
    trunk/dports/python/py-mechanize/Portfile

Modified: trunk/dports/python/py-mechanize/Portfile
===================================================================
--- trunk/dports/python/py-mechanize/Portfile	2008-04-28 08:31:54 UTC (rev 36360)
+++ trunk/dports/python/py-mechanize/Portfile	2008-04-28 08:36:41 UTC (rev 36361)
@@ -6,6 +6,7 @@
 
 name                py-mechanize
 version             0.1.7b
+revision            1
 categories          python www
 platforms           darwin
 maintainers         openmaintainer akira
@@ -18,15 +19,13 @@
 distname            mechanize-${version}
 checksums           md5 7d431ccec4e64063c7378ce3be53ea34
 
-depends_lib-append  port:py-clientcookie \
-                    port:py-clientform \
-                    port:py-pullparser
-
+depends_lib-append  port:py-clientform
+                    
 test.run            yes
 test.cmd            ${python.bin}
 test.target         test.py
 
-post-destroot   {
+post-destroot {
     foreach f [glob -directory ${worksrcpath}/ *.txt *.html] {
         copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
     }

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


More information about the macports-changes mailing list