Bug 77298 - update port: www/p5-HTML-Mason (fix |h escaping)
Summary: update port: www/p5-HTML-Mason (fix |h escaping)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-09 09:30 UTC by Denis Shaposhnikov
Modified: 2005-02-09 10:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Shaposhnikov 2005-02-09 09:30:27 UTC
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
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2005-02-09 09:32:51 UTC
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
Comment 2 Anton Berezin freebsd_committer freebsd_triage 2005-02-09 10:07:15 UTC
State Changed
From-To: open->closed

Committed, thanks!