[93501] trunk/dports/mail/lbdb/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu May 24 22:27:25 PDT 2012
On May 24, 2012, at 11:30, yeled at macports.org wrote:
> 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
Since this changes a file (/opt/local/lib/lbdb/m_muttalias) that gets installed, and since this adds a dependency used at runtime, the port's revision needed to have been increased at this time. I've done it now in r93514.
More information about the macports-dev
mailing list