[78001] trunk/dports/python

jmr at macports.org jmr at macports.org
Tue Apr 19 03:42:03 PDT 2011


Revision: 78001
          http://trac.macports.org/changeset/78001
Author:   jmr at macports.org
Date:     2011-04-19 03:42:00 -0700 (Tue, 19 Apr 2011)
Log Message:
-----------
py25-py2app, py26-py2app, py27-py2app: update to 0.6.2 (#29197)

Modified Paths:
--------------
    trunk/dports/python/py25-py2app/Portfile
    trunk/dports/python/py26-py2app/Portfile
    trunk/dports/python/py27-py2app/Portfile

Modified: trunk/dports/python/py25-py2app/Portfile
===================================================================
--- trunk/dports/python/py25-py2app/Portfile	2011-04-19 09:39:01 UTC (rev 78000)
+++ trunk/dports/python/py25-py2app/Portfile	2011-04-19 10:42:00 UTC (rev 78001)
@@ -5,7 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-py2app
-version             0.6.1
+version             0.6.2
 categories-append   devel
 license             MIT/PSF
 maintainers         nomaintainer
@@ -21,9 +21,9 @@
 master_sites        http://pypi.python.org/packages/source/p/py2app/
 distname            py2app-${version}
 
-checksums           md5 c60eee8f519c93070329de9adeeb14d6 \
-                    sha1 d3a97c6968e0a2890335180f5493f2412cc68a09 \
-                    rmd160 55f6ba20c106e63fcb5fcadf506ba770d0908b67
+checksums           md5 0a23beb50dab2e3411d5945da6c85c1e \
+                    sha1 ceefef1779b18902ac50b8f3b42f629ca74edb2f \
+                    rmd160 0a58caf7764258293d76aae969c1e160688c6c7c
 
 conflicts           py25-py2app-devel
 
@@ -35,9 +35,8 @@
     ${destroot}${prefix}/share/examples/${name}
     xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
     ${destroot}${prefix}/share/doc/${name}
-    # examples aren't in the 0.6.1 tarball
-    #eval file copy [glob ${worksrcpath}/examples/*] \
-    #${destroot}${prefix}/share/examples/${name}
+    eval file copy [glob ${worksrcpath}/examples/*] \
+    ${destroot}${prefix}/share/examples/${name}
 }
 
 livecheck.type  regex

Modified: trunk/dports/python/py26-py2app/Portfile
===================================================================
--- trunk/dports/python/py26-py2app/Portfile	2011-04-19 09:39:01 UTC (rev 78000)
+++ trunk/dports/python/py26-py2app/Portfile	2011-04-19 10:42:00 UTC (rev 78001)
@@ -5,7 +5,7 @@
 PortGroup python26  1.0
 
 name                py26-py2app
-version             0.6.1
+version             0.6.2
 categories-append   devel
 license             MIT/PSF
 maintainers         jmr openmaintainer
@@ -21,9 +21,9 @@
 master_sites        http://pypi.python.org/packages/source/p/py2app/
 distname            py2app-${version}
 
-checksums           md5 c60eee8f519c93070329de9adeeb14d6 \
-                    sha1 d3a97c6968e0a2890335180f5493f2412cc68a09 \
-                    rmd160 55f6ba20c106e63fcb5fcadf506ba770d0908b67
+checksums           md5 0a23beb50dab2e3411d5945da6c85c1e \
+                    sha1 ceefef1779b18902ac50b8f3b42f629ca74edb2f \
+                    rmd160 0a58caf7764258293d76aae969c1e160688c6c7c
 
 conflicts           py26-py2app-devel
 
@@ -35,9 +35,8 @@
     ${destroot}${prefix}/share/examples/${name}
     xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
     ${destroot}${prefix}/share/doc/${name}
-    # examples aren't in the 0.6.1 tarball
-    #eval file copy [glob ${worksrcpath}/examples/*] \
-    #${destroot}${prefix}/share/examples/${name}
+    eval file copy [glob ${worksrcpath}/examples/*] \
+    ${destroot}${prefix}/share/examples/${name}
 }
 
 livecheck.type  regex

Modified: trunk/dports/python/py27-py2app/Portfile
===================================================================
--- trunk/dports/python/py27-py2app/Portfile	2011-04-19 09:39:01 UTC (rev 78000)
+++ trunk/dports/python/py27-py2app/Portfile	2011-04-19 10:42:00 UTC (rev 78001)
@@ -5,7 +5,7 @@
 PortGroup python27  1.0
 
 name                py27-py2app
-version             0.6.1
+version             0.6.2
 categories-append   devel
 license             MIT/PSF
 maintainers         jmr openmaintainer
@@ -21,9 +21,9 @@
 master_sites        http://pypi.python.org/packages/source/p/py2app/
 distname            py2app-${version}
 
-checksums           md5 c60eee8f519c93070329de9adeeb14d6 \
-                    sha1 d3a97c6968e0a2890335180f5493f2412cc68a09 \
-                    rmd160 55f6ba20c106e63fcb5fcadf506ba770d0908b67
+checksums           md5 0a23beb50dab2e3411d5945da6c85c1e \
+                    sha1 ceefef1779b18902ac50b8f3b42f629ca74edb2f \
+                    rmd160 0a58caf7764258293d76aae969c1e160688c6c7c
 
 depends_lib         port:py27-macholib \
                     port:py27-bdist_mpkg
@@ -33,9 +33,8 @@
     ${destroot}${prefix}/share/examples/${name}
     xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
     ${destroot}${prefix}/share/doc/${name}
-    # examples aren't in the 0.6.1 tarball
-    #eval file copy [glob ${worksrcpath}/examples/*] \
-    #${destroot}${prefix}/share/examples/${name}
+    eval file copy [glob ${worksrcpath}/examples/*] \
+    ${destroot}${prefix}/share/examples/${name}
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110419/20604d0b/attachment.html>


More information about the macports-changes mailing list