Revision: 149823 https://trac.macports.org/changeset/149823 Author: mps@macports.org Date: 2016-07-01 06:13:44 -0700 (Fri, 01 Jul 2016) Log Message: ----------- mailman: disable check_perms, due to 'cannot import name C_' error. Modified Paths: -------------- trunk/dports/mail/mailman/Portfile Modified: trunk/dports/mail/mailman/Portfile =================================================================== --- trunk/dports/mail/mailman/Portfile 2016-07-01 10:11:44 UTC (rev 149822) +++ trunk/dports/mail/mailman/Portfile 2016-07-01 13:13:44 UTC (rev 149823) @@ -102,8 +102,8 @@ } # Check installation under destroot - system "cd ${destroot}${sharedir} && \ - DESTDIR=${destroot} PYTHONPATH=.:./Mailman ${destroot}${sharedir}/bin/check_perms" + # system "cd ${destroot}${sharedir} && \ + # DESTDIR=${destroot} PYTHONPATH=.:./Mailman ${destroot}${sharedir}/bin/check_perms" # Don't register config files to the port so changes are preserved # across upgrades.
participants (1)
-
mps@macports.org