aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2005-10-04 21:41:23 +0800
committertobez <tobez@FreeBSD.org>2005-10-04 21:41:23 +0800
commitd67f020fca6d2a087337feb40e6a0d81ef13c580 (patch)
treed3560fbeaa68ecd0d7ccd3d448236e03e1fa0775 /www
parent4963e42d131086fc58e1b574b6eb69cc834d4f58 (diff)
downloadfreebsd-ports-gnome-d67f020fca6d2a087337feb40e6a0d81ef13c580.tar.gz
freebsd-ports-gnome-d67f020fca6d2a087337feb40e6a0d81ef13c580.tar.zst
freebsd-ports-gnome-d67f020fca6d2a087337feb40e6a0d81ef13c580.zip
Update to 0.52.
PR: 86891 Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Template-Compiled/Makefile7
-rw-r--r--www/p5-HTML-Template-Compiled/distinfo4
-rw-r--r--www/p5-HTML-Template-Compiled/pkg-plist1
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