[133329] trunk/dports/lang/python34/Portfile

jwa at macports.org jwa at macports.org
Thu Feb 26 04:20:31 PST 2015


Revision: 133329
          https://trac.macports.org/changeset/133329
Author:   jwa at macports.org
Date:     2015-02-26 04:20:31 -0800 (Thu, 26 Feb 2015)
Log Message:
-----------
python34: remove an unversioned file in universal variant

Modified Paths:
--------------
    trunk/dports/lang/python34/Portfile

Modified: trunk/dports/lang/python34/Portfile
===================================================================
--- trunk/dports/lang/python34/Portfile	2015-02-26 12:18:31 UTC (rev 133328)
+++ trunk/dports/lang/python34/Portfile	2015-02-26 12:20:31 UTC (rev 133329)
@@ -8,7 +8,7 @@
 
 # Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this
 version                 3.4.2
-revision                1
+revision                2
 
 epoch                   20141008
 
@@ -159,6 +159,12 @@
    post-configure {
       system -W ${worksrcpath} "ed - pyconfig.h < ${filespath}/pyconfig.h-universal.ed"
    }
+
+    post-destroot {
+        foreach unversioned {python3-32} {
+            delete ${destroot}${prefix}/bin/${unversioned}
+        }
+    }
 }
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150226/5be5aad7/attachment.html>


More information about the macports-changes mailing list