[51722] trunk/dports/python/py26-midgard2/Portfile

jwa at macports.org jwa at macports.org
Mon Jun 1 11:31:14 PDT 2009


Revision: 51722
          http://trac.macports.org/changeset/51722
Author:   jwa at macports.org
Date:     2009-06-01 11:31:14 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
add a dependency, try to fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py26-midgard2/Portfile

Modified: trunk/dports/python/py26-midgard2/Portfile
===================================================================
--- trunk/dports/python/py26-midgard2/Portfile	2009-06-01 18:25:40 UTC (rev 51721)
+++ trunk/dports/python/py26-midgard2/Portfile	2009-06-01 18:31:14 UTC (rev 51722)
@@ -14,7 +14,8 @@
 homepage	http://www.midgard-project.org/
 
 platforms           darwin
-depends_lib         port:midgard2-core
+depends_lib         port:midgard2-core \
+    port:py26-gobject
 
 master_sites        http://www.midgard-project.org/midcom-serveattachmentguid-eb479be4349c11de8b49dbd1de0b93f793f7/
 distname            python-midgard2-${version}
@@ -26,21 +27,12 @@
 
 patchfiles			setup.py.diff
 use_configure		no
-#build.env           UNICODE="1" WXPORT="mac" PATH="${prefix}/lib/wx/config:$env(PATH)"
+
 build.cmd           ${prefix}/bin/python2.6 setup.py
-#build.target        build
 
-#destroot.env        UNICODE="1" WXPORT="mac" PATH="${python.prefix}/lib/wx/config:$env(PATH)"
 destroot.cmd        ${build.cmd}
 destroot.destdir    --prefix=${prefix} --root=${destroot}
 
-#post-destroot {
-#    xinstall -d -m 755 ${destroot}${prefix}/share/doc/
-#    file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
-#    file copy ${worksrcpath}/samples \
-#    ${destroot}${prefix}/share/doc/${name}/examples
-#}
-
 livecheck.check    regex
-livecheck.url      ${homepage}
+livecheck.url      ${homepage}/download/9-3/
 livecheck.regex    (9\.\[0-9\]+\.\[0-9\]+\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090601/b15f57f2/attachment.html>


More information about the macports-changes mailing list