diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-22 13:07:48 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-22 13:07:48 +0000 |
commit | 7aa2c05f983c9a2f99c5ff808299a61f101c3c74 (patch) | |
tree | 8529652a07b36633ac3ffad6781d487ad2e859b6 /www | |
parent | 0a132dcf19174333ec28c7bdc73ff4d998167f35 (diff) | |
download | ports-7aa2c05f983c9a2f99c5ff808299a61f101c3c74.tar.gz ports-7aa2c05f983c9a2f99c5ff808299a61f101c3c74.zip |
Update to 0.68
PR: 99298
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=166029
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Template-Compiled/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTML-Template-Compiled/distinfo | 6 | ||||
-rw-r--r-- | www/p5-HTML-Template-Compiled/pkg-plist | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/www/p5-HTML-Template-Compiled/Makefile b/www/p5-HTML-Template-Compiled/Makefile index 3e580245967d..427a122c68a0 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.67 +PORTVERSION= 0.68 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -28,6 +28,8 @@ PERL_CONFIGURE= yes MAN3= HTML::Template::Compiled.3 \ HTML::Template::Compiled::Filter.3 \ HTML::Template::Compiled::Utils.3 \ + HTML::Template::Compiled::Expression.3 \ + HTML::Template::Compiled::Reference.3 \ HTML::Template::Compiled::Parser.3 .include <bsd.port.pre.mk> diff --git a/www/p5-HTML-Template-Compiled/distinfo b/www/p5-HTML-Template-Compiled/distinfo index e13f5b3f97b9..f9521b5a3e31 100644 --- a/www/p5-HTML-Template-Compiled/distinfo +++ b/www/p5-HTML-Template-Compiled/distinfo @@ -1,3 +1,3 @@ -MD5 (HTML-Template-Compiled-0.67.tar.gz) = 91b81852a6639cef74af0395667d3662 -SHA256 (HTML-Template-Compiled-0.67.tar.gz) = 2fba3740c628e63b0283f8e924c0cd2c653ae2237d5ee2f5389856c81a5199af -SIZE (HTML-Template-Compiled-0.67.tar.gz) = 44838 +MD5 (HTML-Template-Compiled-0.68.tar.gz) = 2a70d90868c84afa4973a614240e2cc5 +SHA256 (HTML-Template-Compiled-0.68.tar.gz) = ae79e1f5300d89980d2b70e04aad320a6369119cb067175e3571d70c992c5014 +SIZE (HTML-Template-Compiled-0.68.tar.gz) = 47254 diff --git a/www/p5-HTML-Template-Compiled/pkg-plist b/www/p5-HTML-Template-Compiled/pkg-plist index 8de1503c38cf..d7ca5709374d 100644 --- a/www/p5-HTML-Template-Compiled/pkg-plist +++ b/www/p5-HTML-Template-Compiled/pkg-plist @@ -4,10 +4,16 @@ %%SITE_PERL%%/HTML/Template/Compiled/Utils.pm %%SITE_PERL%%/HTML/Template/Compiled/Filter.pm %%SITE_PERL%%/HTML/Template/Compiled/Parser.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/Expression.pm +%%SITE_PERL%%/HTML/Template/Compiled/Reference.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Compiled/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Compiled @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML +@dirrm %%SITE_PERL%%/HTML/Template/Compiled/Expression @dirrm %%SITE_PERL%%/HTML/Template/Compiled/Plugin @dirrm %%SITE_PERL%%/HTML/Template/Compiled @dirrmtry %%SITE_PERL%%/HTML/Template |