Revision
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

Diff

Modified: trunk/dports/mail/mailman/Portfile (149822 => 149823)


--- 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.