[73915] trunk/dports/python/py26-py2app-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 28 20:16:13 PST 2010


Revision: 73915
          http://trac.macports.org/changeset/73915
Author:   ryandesign at macports.org
Date:     2010-11-28 20:16:08 -0800 (Sun, 28 Nov 2010)
Log Message:
-----------
py26-py2app-devel: update to 0.5.3; see #27474

Modified Paths:
--------------
    trunk/dports/python/py26-py2app-devel/Portfile

Modified: trunk/dports/python/py26-py2app-devel/Portfile
===================================================================
--- trunk/dports/python/py26-py2app-devel/Portfile	2010-11-29 04:14:23 UTC (rev 73914)
+++ trunk/dports/python/py26-py2app-devel/Portfile	2010-11-29 04:16:08 UTC (rev 73915)
@@ -5,7 +5,7 @@
 PortGroup python26  1.0
 
 name                py26-py2app-devel
-version             0.4.4
+version             0.5.3
 categories-append   devel
 license             MIT/PSF
 maintainers         nomaintainer
@@ -19,10 +19,10 @@
 
 homepage            http://wiki.python.org/moin/MacPython/py2app
 
-fetch.type          svn
-svn.url             http://svn.pythonmac.org/py2app/py2app/trunk/
-svn.revision        87
-worksrcdir          trunk
+fetch.type          hg
+hg.url              http://bitbucket.org/ronaldoussoren/py2app
+hg.tag              c3bb65c5b0d0
+worksrcdir          py2app-${version}
 
 conflicts           py26-py2app
 
@@ -35,7 +35,7 @@
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
     ${destroot}${prefix}/share/examples/${name}
-    xinstall -m 644 -W ${worksrcpath} LICENSE.txt NEWS.txt README.txt \
+    xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
     ${destroot}${prefix}/share/doc/${name}
     eval copy [glob ${worksrcpath}/examples/*] \
     ${destroot}${prefix}/share/examples/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101128/faa0e35f/attachment.html>


More information about the macports-changes mailing list