[87327] trunk/dports/www

Ryan Schmidt ryandesign at macports.org
Mon Nov 21 15:55:21 PST 2011


On Nov 17, 2011, at 01:51, jmr at macports.org wrote:

> Revision: 87327
>          http://trac.macports.org/changeset/87327
> Author:   jmr at macports.org
> Date:     2011-11-16 23:51:19 -0800 (Wed, 16 Nov 2011)
> Log Message:
> -----------
> New port: mod_authn_otp, Apache module for one-time password authentication (#28051)
> 
> Added Paths:
> -----------
>    trunk/dports/www/mod_authn_otp/
>    trunk/dports/www/mod_authn_otp/Portfile
>    trunk/dports/www/mod_authn_otp/files/
>    trunk/dports/www/mod_authn_otp/files/otptool.h.patch
> 
> Added: trunk/dports/www/mod_authn_otp/Portfile
> ===================================================================
> --- trunk/dports/www/mod_authn_otp/Portfile	                        (rev 0)
> +++ trunk/dports/www/mod_authn_otp/Portfile	2011-11-17 07:51:19 UTC (rev 87327)

> +depends_build       port:gsed

> +   # sed doesn't know about option "-r", gsed does
> +   reinplace "s| sed| ${prefix}/bin/gsed|g" ${worksrcpath}/Makefile


If that's the only reason you need gsed, consider instead patching the makefile to use -E, bsd sed's equivalent of gnu sed's -r.




More information about the macports-dev mailing list