diff options
author | rafan <rafan@FreeBSD.org> | 2006-10-04 16:28:24 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-10-04 16:28:24 +0800 |
commit | 247852114266f7b79205d0557edace14ce266690 (patch) | |
tree | 1f137513a57d059dfeb3466e27fd2463c48ebd2f /www | |
parent | c5dad2453162e900a4a73b8b336958f0b3a61f51 (diff) | |
download | freebsd-ports-gnome-247852114266f7b79205d0557edace14ce266690.tar.gz freebsd-ports-gnome-247852114266f7b79205d0557edace14ce266690.tar.zst freebsd-ports-gnome-247852114266f7b79205d0557edace14ce266690.zip |
- Update to 0.77
PR: ports/103951
Submitted by: hideo <hideo at lastamericanempire.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Template-Compiled/Makefile | 6 | ||||
-rw-r--r-- | www/p5-HTML-Template-Compiled/distinfo | 6 | ||||
-rw-r--r-- | www/p5-HTML-Template-Compiled/pkg-plist | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-HTML-Template-Compiled/Makefile b/www/p5-HTML-Template-Compiled/Makefile index 580f3ddc16ca..b260d3cfa1a7 100644 --- a/www/p5-HTML-Template-Compiled/Makefile +++ b/www/p5-HTML-Template-Compiled/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Template-Compiled -PORTVERSION= 0.75 +PORTVERSION= 0.77 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -28,13 +28,15 @@ PERL_CONFIGURE= yes MAN3= HTML::Template::Compiled.3 \ HTML::Template::Compiled::Compiler.3 \ HTML::Template::Compiled::Compiler::Classic.3 \ + HTML::Template::Compiled::Plugin::DHTML.3 \ HTML::Template::Compiled::Expression.3 \ HTML::Template::Compiled::Filter.3 \ HTML::Template::Compiled::Parser.3 \ HTML::Template::Compiled::Classic.3 \ HTML::Template::Compiled::Lazy.3 \ - HTML::Template::Compiled::Reference.3 \ HTML::Template::Compiled::Plugin::XMLEscape.3 \ + HTML::Template::Compiled::Reference.3 \ + HTML::Template::Compiled::Token.3 \ HTML::Template::Compiled::Utils.3 .include <bsd.port.pre.mk> diff --git a/www/p5-HTML-Template-Compiled/distinfo b/www/p5-HTML-Template-Compiled/distinfo index c2db78f19490..dc9d93aafddf 100644 --- a/www/p5-HTML-Template-Compiled/distinfo +++ b/www/p5-HTML-Template-Compiled/distinfo @@ -1,3 +1,3 @@ -MD5 (HTML-Template-Compiled-0.75.tar.gz) = 6ee160372618689fddc3142d1aa942da -SHA256 (HTML-Template-Compiled-0.75.tar.gz) = 5ccd034c1f093a728219c30ab3e7d906e27c16e968d4653bf7801258f4ea81b7 -SIZE (HTML-Template-Compiled-0.75.tar.gz) = 56902 +MD5 (HTML-Template-Compiled-0.77.tar.gz) = 56f7980382859f1011125091b1ee027b +SHA256 (HTML-Template-Compiled-0.77.tar.gz) = d0dce8723463d840dd9fcfb6cb1322333a1356f0afcc86eb0e8942018c024157 +SIZE (HTML-Template-Compiled-0.77.tar.gz) = 57718 diff --git a/www/p5-HTML-Template-Compiled/pkg-plist b/www/p5-HTML-Template-Compiled/pkg-plist index 14b7d345b3d5..34d1e5604980 100644 --- a/www/p5-HTML-Template-Compiled/pkg-plist +++ b/www/p5-HTML-Template-Compiled/pkg-plist @@ -4,15 +4,14 @@ %%SITE_PERL%%/HTML/Template/Compiled/Classic.pm %%SITE_PERL%%/HTML/Template/Compiled/Compiler.pm %%SITE_PERL%%/HTML/Template/Compiled/Expression.pm -%%SITE_PERL%%/HTML/Template/Compiled/Expression/Conditional.pm %%SITE_PERL%%/HTML/Template/Compiled/Expression/Expressions.pm -%%SITE_PERL%%/HTML/Template/Compiled/Expression/Function.pm %%SITE_PERL%%/HTML/Template/Compiled/Filter.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/XMLEscape.pm %%SITE_PERL%%/HTML/Template/Compiled/Reference.pod +%%SITE_PERL%%/HTML/Template/Compiled/Token.pm %%SITE_PERL%%/HTML/Template/Compiled/Utils.pm %%SITE_PERL%%/HTML/Template/Compiled/Compiler/Classic.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Compiled |