diff options
author | leeym <leeym@FreeBSD.org> | 2009-11-06 17:30:54 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2009-11-06 17:30:54 +0800 |
commit | 83626cb3c6b5451849f708782441212b87b4dbec (patch) | |
tree | d4b2867bb0143abd60d57a0914062644a677d83e /www | |
parent | 6e4a335a82345f5fad09cebf763281c7e8b02580 (diff) | |
download | freebsd-ports-gnome-83626cb3c6b5451849f708782441212b87b4dbec.tar.gz freebsd-ports-gnome-83626cb3c6b5451849f708782441212b87b4dbec.tar.zst freebsd-ports-gnome-83626cb3c6b5451849f708782441212b87b4dbec.zip |
- update to 1.03
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-StripScripts-Parser/Makefile | 7 | ||||
-rw-r--r-- | www/p5-HTML-StripScripts-Parser/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-HTML-StripScripts-Parser/Makefile b/www/p5-HTML-StripScripts-Parser/Makefile index 27b4a8f86509..2c6b8e8134c7 100644 --- a/www/p5-HTML-StripScripts-Parser/Makefile +++ b/www/p5-HTML-StripScripts-Parser/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-StripScripts-Parser -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= XSS filter using HTML::Parser -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/HTML/StripScripts.pm:${PORTSDIR}/www/p5-HTML-StripScripts +RUN_DEPENDS= p5-HTML-Parser>=3.56:${PORTSDIR}/www/p5-HTML-Parser \ + p5-HTML-StripScripts>=1.05:${PORTSDIR}/www/p5-HTML-StripScripts +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/www/p5-HTML-StripScripts-Parser/distinfo b/www/p5-HTML-StripScripts-Parser/distinfo index 6472f23f879c..b5e3f2b7f3cd 100644 --- a/www/p5-HTML-StripScripts-Parser/distinfo +++ b/www/p5-HTML-StripScripts-Parser/distinfo @@ -1,3 +1,3 @@ -MD5 (HTML-StripScripts-Parser-1.02.tar.gz) = 0fb38dc2c632844883f3e716b056a88a -SHA256 (HTML-StripScripts-Parser-1.02.tar.gz) = 3b0db4fe6c133e7d7a36f60a907462ebf0bbdf79a008e8375bb3aaa32546f002 -SIZE (HTML-StripScripts-Parser-1.02.tar.gz) = 10164 +MD5 (HTML-StripScripts-Parser-1.03.tar.gz) = b4c169034be56590a53f8835529627ba +SHA256 (HTML-StripScripts-Parser-1.03.tar.gz) = 478c1a4e46eb77fa7bce96ba288168f0b98c27f250e00dc6312365081aed3407 +SIZE (HTML-StripScripts-Parser-1.03.tar.gz) = 9524 |