[99086] trunk/dports/python/py-ipython/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Oct 25 16:36:21 PDT 2012


Revision: 99086
          http://trac.macports.org//changeset/99086
Author:   ryandesign at macports.org
Date:     2012-10-25 16:36:21 -0700 (Thu, 25 Oct 2012)
Log Message:
-----------
py-ipython: avoid documentation file conflict between py24-ipython and py25-ipython

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2012-10-25 23:24:08 UTC (rev 99085)
+++ trunk/dports/python/py-ipython/Portfile	2012-10-25 23:36:21 UTC (rev 99086)
@@ -35,7 +35,7 @@
 
 subport py24-${realname} {
     version             0.9.1
-    revision            3
+    revision            4
     master_sites        http://archive.ipython.org/release/${version}
     distname            ${realname}-${version}
     checksums           md5     8a1bd1a9be272f4ddf4de99e5c1ad0dc \
@@ -45,7 +45,7 @@
 
 subport py25-${realname} {
     version             0.10.2
-    revision            1
+    revision            2
     master_sites        http://archive.ipython.org/release/${version}
     distname            ${realname}-${version}
     checksums           md5     dda59bfc6e256ce786c4bc4aadb220a4 \
@@ -85,13 +85,13 @@
                 move ${destroot}${prefix}/share/man/man1/${f}.1.gz \
                      ${destroot}${prefix}/share/man/man1/${f}-${python.branch}.1.gz
             }
-            move ${destroot}${prefix}/share/doc/${realname} ${destroot}${prefix}/share/doc/${name}
+            move ${destroot}${prefix}/share/doc/${realname} ${destroot}${prefix}/share/doc/${subport}
         } elseif {$subport == "py25-${realname}"} {
             foreach f {ipcluster ipcontroller ipengine ipython ipython-wx ipythonx irunner pycolor} {
                 move ${destroot}${prefix}/share/man/man1/${f}.1.gz \
                      ${destroot}${prefix}/share/man/man1/${f}-${python.branch}.1.gz
             }
-            move ${destroot}${prefix}/share/doc/${realname} ${destroot}${prefix}/share/doc/${name}
+            move ${destroot}${prefix}/share/doc/${realname} ${destroot}${prefix}/share/doc/${subport}
         } elseif {$subport == "py26-${realname}" || $subport == "py27-${realname}"} {
             # Since IPython 0.13, the man pages are no longer gzipped, so to ensure
             # that ipython_select works correctly, we gzip the man pages.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121025/405bb545/attachment.html>


More information about the macports-changes mailing list