diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-10-04 13:41:23 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-10-04 13:41:23 +0000 |
commit | 9ff22fa34d54adde1ceef17017f0720b2711e75f (patch) | |
tree | f2c26a5318d47232f82e2ef82791e1f68fdff9a5 /www/p5-HTML-Template-Compiled | |
parent | 15069e760844f95eb32f4baddcefb0ceb8864f14 (diff) | |
download | ports-9ff22fa34d54adde1ceef17017f0720b2711e75f.tar.gz ports-9ff22fa34d54adde1ceef17017f0720b2711e75f.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Template-Compiled')
-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 | 1 |
3 files changed, 8 insertions, 4 deletions
diff --git a/www/p5-HTML-Template-Compiled/Makefile b/www/p5-HTML-Template-Compiled/Makefile index 61833c231a6a..171e036f2b16 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.43 +PORTVERSION= 0.52 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -24,7 +24,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= HTML::Template::Compiled.3 +MAN3= HTML::Template::Compiled.3 \ + HTML::Template::Compiled::Filter.3 \ + HTML::Template::Compiled::Utils.3 .include <bsd.port.pre.mk> @@ -34,6 +36,7 @@ post-patch: -e '$$_ = "" if /(no|use) warnings/;' \ ${WRKSRC}/lib/HTML/Template/Compiled.pm \ ${WRKSRC}/lib/HTML/Template/Compiled/Utils.pm \ + ${WRKSRC}/lib/HTML/Template/Compiled/Filter.pm \ ${WRKSRC}/lib/HTML/Template/Compiled/Plugin/DHTML.pm .endif diff --git a/www/p5-HTML-Template-Compiled/distinfo b/www/p5-HTML-Template-Compiled/distinfo index 9f7ada05cf64..c92a99b3cbb3 100644 --- a/www/p5-HTML-Template-Compiled/distinfo +++ b/www/p5-HTML-Template-Compiled/distinfo @@ -1,2 +1,2 @@ -MD5 (HTML-Template-Compiled-0.43.tar.gz) = 6225f01671a48abe5ce46e25d2fd1d56 -SIZE (HTML-Template-Compiled-0.43.tar.gz) = 17157 +MD5 (HTML-Template-Compiled-0.52.tar.gz) = abe1b5fb72a03f557c84eb9dee4a941d +SIZE (HTML-Template-Compiled-0.52.tar.gz) = 26836 diff --git a/www/p5-HTML-Template-Compiled/pkg-plist b/www/p5-HTML-Template-Compiled/pkg-plist index 0e2ad666c4d2..91a6b90a1b86 100644 --- a/www/p5-HTML-Template-Compiled/pkg-plist +++ b/www/p5-HTML-Template-Compiled/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/HTML/Template/Compiled.pm %%SITE_PERL%%/HTML/Template/Compiled/Plugin/DHTML.pm %%SITE_PERL%%/HTML/Template/Compiled/Utils.pm +%%SITE_PERL%%/HTML/Template/Compiled/Filter.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Compiled/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Compiled @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template 2>/dev/null || true |