[80927] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Jul 21 12:04:43 PDT 2011


Revision: 80927
          http://trac.macports.org/changeset/80927
Author:   jmr at macports.org
Date:     2011-07-21 12:04:43 -0700 (Thu, 21 Jul 2011)
Log Message:
-----------
py*-py2app: rename problematic directory (#30252)

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

Modified: trunk/dports/python/py-py2app/Portfile
===================================================================
--- trunk/dports/python/py-py2app/Portfile	2011-07-21 17:42:57 UTC (rev 80926)
+++ trunk/dports/python/py-py2app/Portfile	2011-07-21 19:04:43 UTC (rev 80927)
@@ -5,6 +5,7 @@
 
 name			py-py2app
 version			0.6.3
+revision		1
 categories-append	devel
 license			{MIT PSF}
 maintainers		jwa openmaintainer
@@ -37,6 +38,9 @@
 	${destroot}${prefix}/share/examples/${name}
     xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
 	${destroot}${prefix}/share/doc/${name}
+	# tar mishandles this filename, ticket #30252
+	move "${destroot}${prefix}/share/examples/${name}/PyObjC/TinyTinyEdit/dist.€" \
+	     "${destroot}${prefix}/share/examples/${name}/PyObjC/TinyTinyEdit/dist"
 }
 
 livecheck.type	regex

Modified: trunk/dports/python/py25-py2app/Portfile
===================================================================
--- trunk/dports/python/py25-py2app/Portfile	2011-07-21 17:42:57 UTC (rev 80926)
+++ trunk/dports/python/py25-py2app/Portfile	2011-07-21 19:04:43 UTC (rev 80927)
@@ -6,6 +6,7 @@
 
 name                py25-py2app
 version             0.6.3
+revision            1
 categories-append   devel
 license             {MIT PSF}
 maintainers         nomaintainer
@@ -37,6 +38,9 @@
     ${destroot}${prefix}/share/doc/${name}
     eval file copy [glob ${worksrcpath}/examples/*] \
     ${destroot}${prefix}/share/examples/${name}
+    # tar mishandles this filename, ticket #30252
+	move "${destroot}${prefix}/share/examples/${name}/PyObjC/TinyTinyEdit/dist.€" \
+	     "${destroot}${prefix}/share/examples/${name}/PyObjC/TinyTinyEdit/dist"
 }
 
 livecheck.type  regex

Modified: trunk/dports/python/py26-py2app/Portfile
===================================================================
--- trunk/dports/python/py26-py2app/Portfile	2011-07-21 17:42:57 UTC (rev 80926)
+++ trunk/dports/python/py26-py2app/Portfile	2011-07-21 19:04:43 UTC (rev 80927)
@@ -6,6 +6,7 @@
 
 name                py26-py2app
 version             0.6.3
+revision            1
 categories-append   devel
 license             {MIT PSF}
 maintainers         jmr openmaintainer
@@ -37,6 +38,9 @@
     ${destroot}${prefix}/share/doc/${name}
     eval file copy [glob ${worksrcpath}/examples/*] \
     ${destroot}${prefix}/share/examples/${name}
+    # tar mishandles this filename, ticket #30252
+	move "${destroot}${prefix}/share/examples/${name}/PyObjC/TinyTinyEdit/dist.€" \
+	     "${destroot}${prefix}/share/examples/${name}/PyObjC/TinyTinyEdit/dist"
 }
 
 livecheck.type  regex

Modified: trunk/dports/python/py27-py2app/Portfile
===================================================================
--- trunk/dports/python/py27-py2app/Portfile	2011-07-21 17:42:57 UTC (rev 80926)
+++ trunk/dports/python/py27-py2app/Portfile	2011-07-21 19:04:43 UTC (rev 80927)
@@ -6,6 +6,7 @@
 
 name                py27-py2app
 version             0.6.3
+revision            1
 categories-append   devel
 license             {MIT PSF}
 maintainers         jmr openmaintainer
@@ -35,6 +36,9 @@
     ${destroot}${prefix}/share/doc/${name}
     eval file copy [glob ${worksrcpath}/examples/*] \
     ${destroot}${prefix}/share/examples/${name}
+    # tar mishandles this filename, ticket #30252
+	move "${destroot}${prefix}/share/examples/${name}/PyObjC/TinyTinyEdit/dist.€" \
+	     "${destroot}${prefix}/share/examples/${name}/PyObjC/TinyTinyEdit/dist"
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110721/95d485bc/attachment.html>


More information about the macports-changes mailing list