Fix |h escaping. Thanks to Max Baker. How-To-Repeat: diff -Nru p5-HTML-Mason.orig/Makefile p5-HTML-Mason/Makefile --- p5-HTML-Mason.orig/Makefile Wed Nov 10 19:59:55 2004 +++ p5-HTML-Mason/Makefile Wed Feb 9 12:12:53 2005 @@ -19,7 +19,8 @@ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \ ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${SITE_PERL}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser PERL_CONFIGURE= yes CONFIGURE_ARGS+= --no-prompts
On Wed, Feb 09, 2005 at 12:26:15PM +0300, Denis Shaposhnikov wrote: > diff -Nru p5-HTML-Mason.orig/Makefile p5-HTML-Mason/Makefile > --- p5-HTML-Mason.orig/Makefile Wed Nov 10 19:59:55 2004 > +++ p5-HTML-Mason/Makefile Wed Feb 9 12:12:53 2005 > @@ -19,7 +19,8 @@ > ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ > ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \ > ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache > -RUN_DEPENDS= ${BUILD_DEPENDS} > +RUN_DEPENDS= ${BUILD_DEPENDS} \ > + ${SITE_PERL}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser > > PERL_CONFIGURE= yes > CONFIGURE_ARGS+= --no-prompts PORTREVISION bump yes/no/maybe? :-) \Anton. -- The moronity of the universe is a monotonically increasing function. -- Jarkko Hietaniemi
State Changed From-To: open->closed Committed, thanks!