[150956] trunk/dports/mail/offlineimap/Portfile

sean at macports.org sean at macports.org
Wed Aug 3 16:42:55 PDT 2016


Revision: 150956
          https://trac.macports.org/changeset/150956
Author:   sean at macports.org
Date:     2016-08-03 16:42:55 -0700 (Wed, 03 Aug 2016)
Log Message:
-----------
offlineimap: import fix for error in machineui

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

Modified: trunk/dports/mail/offlineimap/Portfile
===================================================================
--- trunk/dports/mail/offlineimap/Portfile	2016-08-03 23:23:57 UTC (rev 150955)
+++ trunk/dports/mail/offlineimap/Portfile	2016-08-03 23:42:55 UTC (rev 150956)
@@ -6,6 +6,7 @@
 PortGroup           python 1.0
 
 github.setup        OfflineIMAP offlineimap 7.0.4 v
+revision            1
 categories          mail python
 platforms           darwin
 license             GPL-2+
@@ -50,6 +51,11 @@
 
 livecheck.regex     archive/[join ${github.tag_prefix} ""](\[^"-\]+)${extract.suffix}
 
+# pull request issued, should be able to delete this after the next release
+post-patch {
+    reinplace -W ${worksrcpath}/offlineimap/ui "s,Ms,%s,g" Machine.py
+}
+
 post-build {
     system -W ${worksrcpath} "PATH='${python.prefix}/bin:$env(PATH)' make docs"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160803/91251a2c/attachment.html>


More information about the macports-changes mailing list