mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Update to 0.52.
PR: 86891 Submitted by: maintainer
This commit is contained in:
parent
15069e7608
commit
9ff22fa34d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144164
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user