[82221] trunk/dports/python

robitaille at macports.org robitaille at macports.org
Wed Aug 10 10:18:21 PDT 2011


Revision: 82221
          http://trac.macports.org/changeset/82221
Author:   robitaille at macports.org
Date:     2011-08-10 10:18:19 -0700 (Wed, 10 Aug 2011)
Log Message:
-----------
py*-pip: fixed issue with license.txt file

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

Modified: trunk/dports/python/py-pip/Portfile
===================================================================
--- trunk/dports/python/py-pip/Portfile	2011-08-10 17:01:32 UTC (rev 82220)
+++ trunk/dports/python/py-pip/Portfile	2011-08-10 17:18:19 UTC (rev 82221)
@@ -27,7 +27,7 @@
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \
-        requirement-format.txt \
+        requirement-format.txt configuration.txt \
         ${destroot}${prefix}/share/doc/${name}
     move ${destroot}${prefix}/bin/pip ${destroot}${prefix}/bin/pip-2.4
 }

Modified: trunk/dports/python/py25-pip/Portfile
===================================================================
--- trunk/dports/python/py25-pip/Portfile	2011-08-10 17:01:32 UTC (rev 82220)
+++ trunk/dports/python/py25-pip/Portfile	2011-08-10 17:18:19 UTC (rev 82221)
@@ -27,7 +27,7 @@
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \
-        requirement-format.txt \
+        requirement-format.txt configuration.txt \
         ${destroot}${prefix}/share/doc/${name}
     move ${destroot}${prefix}/bin/pip ${destroot}${prefix}/bin/pip-2.5
 }

Modified: trunk/dports/python/py26-pip/Portfile
===================================================================
--- trunk/dports/python/py26-pip/Portfile	2011-08-10 17:01:32 UTC (rev 82220)
+++ trunk/dports/python/py26-pip/Portfile	2011-08-10 17:18:19 UTC (rev 82221)
@@ -27,7 +27,7 @@
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \
-        requirement-format.txt license.txt configuration.txt \
+        requirement-format.txt configuration.txt \
         ${destroot}${prefix}/share/doc/${name}
 }
 

Modified: trunk/dports/python/py27-pip/Portfile
===================================================================
--- trunk/dports/python/py27-pip/Portfile	2011-08-10 17:01:32 UTC (rev 82220)
+++ trunk/dports/python/py27-pip/Portfile	2011-08-10 17:18:19 UTC (rev 82221)
@@ -27,7 +27,7 @@
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \
-        requirement-format.txt license.txt configuration.txt \
+        requirement-format.txt configuration.txt \
         ${destroot}${prefix}/share/doc/${name}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110810/b943b911/attachment.html>


More information about the macports-changes mailing list