[96772] trunk/dports/python/py-sip/Portfile

blair at macports.org blair at macports.org
Sat Aug 18 20:53:33 PDT 2012


Revision: 96772
          https://trac.macports.org/changeset/96772
Author:   blair at macports.org
Date:     2012-08-18 20:53:30 -0700 (Sat, 18 Aug 2012)
Log Message:
-----------
py-sip: always move .../bin/sip to .../bin/sip-${python.branch}; closes #35731.

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

Modified: trunk/dports/python/py-sip/Portfile
===================================================================
--- trunk/dports/python/py-sip/Portfile	2012-08-19 00:23:39 UTC (rev 96771)
+++ trunk/dports/python/py-sip/Portfile	2012-08-19 03:53:30 UTC (rev 96772)
@@ -6,7 +6,7 @@
 
 name                py-sip
 version             4.13.2
-revision            1
+revision            2
 python.versions     24 25 26 27 31 32
 python.default_version 24
 categories          python devel
@@ -101,6 +101,10 @@
     destroot.cmd        make
     destroot.destdir    DESTDIR=${destroot}
 
+    # Move ${prefix}/bin/sip to ${prefix}/bin/sip-${python.branch} for
+    # all Python versions.
+    python.move_binaries yes
+
     post-destroot {
         xinstall -m 755 -d ${destroot}${prefix}/share/doc
         file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120818/bbf1a780/attachment.html>


More information about the macports-changes mailing list