diff options
author | tobez <tobez@FreeBSD.org> | 2013-05-06 16:50:39 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2013-05-06 16:50:39 +0800 |
commit | 601a174dce78bd7b7bbb0c8c48c71e31ca36462b (patch) | |
tree | cc2184d557a86c760d528cbfd264bcf986be0a39 /www | |
parent | 4ed761f42a1cb4d3771a65c45a871c1adc4fcbbb (diff) | |
download | freebsd-ports-gnome-601a174dce78bd7b7bbb0c8c48c71e31ca36462b.tar.gz freebsd-ports-gnome-601a174dce78bd7b7bbb0c8c48c71e31ca36462b.tar.zst freebsd-ports-gnome-601a174dce78bd7b7bbb0c8c48c71e31ca36462b.zip |
Update to 1.001.
Changes: http://search.cpan.org/dist/HTML-Template-Compiled/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Template-Compiled/Makefile | 7 | ||||
-rw-r--r-- | www/p5-HTML-Template-Compiled/distinfo | 4 | ||||
-rw-r--r-- | www/p5-HTML-Template-Compiled/pkg-plist | 2 |
3 files changed, 4 insertions, 9 deletions
diff --git a/www/p5-HTML-Template-Compiled/Makefile b/www/p5-HTML-Template-Compiled/Makefile index ac3f03a83eba..6d9f11c5a952 100644 --- a/www/p5-HTML-Template-Compiled/Makefile +++ b/www/p5-HTML-Template-Compiled/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Template-Compiled -PORTVERSION= 1.000 +PORTVERSION= 1.001 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +13,7 @@ COMMENT= Templating system that compiles HTML::Template files to Perl code LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Data-TreeDumper-Renderer-DHTML>=0:${PORTSDIR}/www/p5-Data-TreeDumper-Renderer-DHTML \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ @@ -33,8 +32,6 @@ MAN3= HTML::Template::Compiled.3 \ HTML::Template::Compiled::Formatter.3 \ HTML::Template::Compiled::Lazy.3 \ HTML::Template::Compiled::Parser.3 \ - HTML::Template::Compiled::Plugin::DHTML.3 \ - HTML::Template::Compiled::Plugin::NumberFormat.3 \ HTML::Template::Compiled::Plugin::XMLEscape.3 \ HTML::Template::Compiled::Reference.3 \ HTML::Template::Compiled::Token.3 \ diff --git a/www/p5-HTML-Template-Compiled/distinfo b/www/p5-HTML-Template-Compiled/distinfo index 2e58489d21e9..0a37fad9bb93 100644 --- a/www/p5-HTML-Template-Compiled/distinfo +++ b/www/p5-HTML-Template-Compiled/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTML-Template-Compiled-1.000.tar.gz) = c3c89df609bd9c440665b5ee9223fc489f6a2d3758cc99c0c55feaab84aa38dd -SIZE (HTML-Template-Compiled-1.000.tar.gz) = 133616 +SHA256 (HTML-Template-Compiled-1.001.tar.gz) = c9befcd9349778bee99443148efef7441ea52ba7efa7ce64faf76b453993d50b +SIZE (HTML-Template-Compiled-1.001.tar.gz) = 131540 diff --git a/www/p5-HTML-Template-Compiled/pkg-plist b/www/p5-HTML-Template-Compiled/pkg-plist index b5a0ee70d38f..04a142ca7651 100644 --- a/www/p5-HTML-Template-Compiled/pkg-plist +++ b/www/p5-HTML-Template-Compiled/pkg-plist @@ -10,8 +10,6 @@ %%SITE_PERL%%/HTML/Template/Compiled/Formatter.pm %%SITE_PERL%%/HTML/Template/Compiled/Lazy.pm %%SITE_PERL%%/HTML/Template/Compiled/Parser.pm -%%SITE_PERL%%/HTML/Template/Compiled/Plugin/DHTML.pm -%%SITE_PERL%%/HTML/Template/Compiled/Plugin/NumberFormat.pm %%SITE_PERL%%/HTML/Template/Compiled/Plugin/XMLEscape.pm %%SITE_PERL%%/HTML/Template/Compiled/Reference.pod %%SITE_PERL%%/HTML/Template/Compiled/Token.pm |