[93501] trunk/dports/mail/lbdb/Portfile

yeled at macports.org yeled at macports.org
Thu May 24 09:30:32 PDT 2012


Revision: 93501
          https://trac.macports.org/changeset/93501
Author:   yeled at macports.org
Date:     2012-05-24 09:30:32 -0700 (Thu, 24 May 2012)
Log Message:
-----------
fix mutt alias searching on OS X (bsd sed doesnt work). thanks Christian Ebert http://permalink.gmane.org/gmane.mail.mutt.user/27625

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

Modified: trunk/dports/mail/lbdb/Portfile
===================================================================
--- trunk/dports/mail/lbdb/Portfile	2012-05-24 13:58:47 UTC (rev 93500)
+++ trunk/dports/mail/lbdb/Portfile	2012-05-24 16:30:32 UTC (rev 93501)
@@ -29,7 +29,9 @@
 post-patch  {
         file delete ${configure.dir}/ABQuery/ABQuery.pbproj/project.pbxproj
         file delete ${configure.dir}/ABQuery/ABQuery.pbproj
+        reinplace "s|sed|gsed|g" ${configure.dir}/m_muttalias.sh.in
 }
+depends_run      port:gsed
 build.dir        ${configure.dir}
 destroot.target  install
 destroot.destdir install_prefix=${destroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120524/d2713d55/attachment.html>


More information about the macports-changes mailing list