[135963] trunk/dports/mail/mixminion/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri May 8 00:11:22 PDT 2015


Revision: 135963
          https://trac.macports.org/changeset/135963
Author:   ryandesign at macports.org
Date:     2015-05-08 00:11:22 -0700 (Fri, 08 May 2015)
Log Message:
-----------
mixminion: fix staging error by adapting to changes in the python portgroup (#47669); switch to python27

Modified Paths:
--------------
    trunk/dports/mail/mixminion/Portfile

Modified: trunk/dports/mail/mixminion/Portfile
===================================================================
--- trunk/dports/mail/mixminion/Portfile	2015-05-08 06:44:06 UTC (rev 135962)
+++ trunk/dports/mail/mixminion/Portfile	2015-05-08 07:11:22 UTC (rev 135963)
@@ -5,6 +5,7 @@
 
 name                mixminion
 version             0.0.7.1
+revision            1
 categories          mail
 license             {LGPL-2.1 OpenSSLException}
 maintainers         nomaintainer
@@ -21,12 +22,9 @@
 
 checksums           md5 a7ee96a22dd6246760556fa959a37380
 
-python.default_version  26
+python.default_version  27
 
 post-destroot {
-   foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
-      ln -s ${python.prefix}/bin/${binfile} ${destroot}${prefix}/bin/${binfile}
-   }
    foreach mannum {1 5 8} {
       foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man${mannum} *] {
          ln -s ${python.prefix}/share/man/man${mannum}/${manfile} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150508/5f3ea34d/attachment.html>


More information about the macports-changes mailing list