[101089] trunk/dports/python/py-unittest2/Portfile

blair at macports.org blair at macports.org
Thu Jan 3 22:10:07 PST 2013


Revision: 101089
          https://trac.macports.org/changeset/101089
Author:   blair at macports.org
Date:     2013-01-03 22:10:07 -0800 (Thu, 03 Jan 2013)
Log Message:
-----------
py-unittest2: fix destroot on Python 2.4 and Python 2.5.

running install_egg_info
running egg_info
writing unittest2.egg-info/PKG-INFO
writing top-level names to unittest2.egg-info/top_level.txt
writing dependency_links to unittest2.egg-info/dependency_links.txt
writing entry points to unittest2.egg-info/entry_points.txt
reading manifest file 'unittest2.egg-info/SOURCES.txt'
writing manifest file 'unittest2.egg-info/SOURCES.txt'
Copying unittest2.egg-info to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-unittest2/py25-unittest2/work/destroot/opt/local/lib/python2.5/site-packages/unittest2-0.5.1-py2.5.egg-info
running install_scripts
copying build/scripts-2.5/unit2 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-unittest2/py25-unittest2/work/destroot/opt/local/bin
copying build/scripts-2.5/unit2.py -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-unittest2/py25-unittest2/work/destroot/opt/local/bin
changing mode of /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-unittest2/py25-unittest2/work/destroot/opt/local/bin/unit2 to 755
changing mode of /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-unittest2/py25-unittest2/work/destroot/opt/local/bin/unit2.py to 755
Installing unit2 script to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-unittest2/py25-unittest2/work/destroot/opt/local/bin
Installing unit2-2.5 script to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-unittest2/py25-unittest2/work/destroot/opt/local/bin
Error: org.macports.destroot for port py25-unittest2 returned: error renaming "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-unittest2/py25-unittest2/work/destroot/opt/local/bin/unit2" to "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-unittest2/py25-unittest2/work/destroot/opt/local/bin/unit2-2.5": file already exists

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

Modified: trunk/dports/python/py-unittest2/Portfile
===================================================================
--- trunk/dports/python/py-unittest2/Portfile	2013-01-04 05:59:00 UTC (rev 101088)
+++ trunk/dports/python/py-unittest2/Portfile	2013-01-04 06:10:07 UTC (rev 101089)
@@ -28,3 +28,5 @@
 checksums           rmd160  aa83b1d6dedaa71a9e6d3bed4028e855bef04821 \
                     sha256  aa5de8cdf654d843379c97bd1ee240e86356d3355a97b147a6f3f4d149247a71
 
+# Needed for Python 2.4 and 2.5 for destroot to succeed.
+python.move_binaries    no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130103/aca6b4e5/attachment.html>


More information about the macports-changes mailing list