diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-12-27 22:44:33 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-12-27 22:44:33 +0800 |
commit | dc3ae9b2f6509b0cb6a1851dbbfc55405e112b93 (patch) | |
tree | 01d652bf04dafd2e443ffd31258cd2e17b9686bf | |
parent | 7835e731fffc36289861dbb83a3d9dbbe1c0fc57 (diff) | |
download | freebsd-ports-gnome-dc3ae9b2f6509b0cb6a1851dbbfc55405e112b93.tar.gz freebsd-ports-gnome-dc3ae9b2f6509b0cb6a1851dbbfc55405e112b93.tar.zst freebsd-ports-gnome-dc3ae9b2f6509b0cb6a1851dbbfc55405e112b93.zip |
- Replace dependency devel/p5-Data-TreeDumper with
www/p5-Data-TreeDumper-Renderer-DHTML therefor
- mark it IGNORE for PERL_LEVEL < 500600
- bump PORTREVISION and while we're at it
- add SHA256 checksum
PR: 90955
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
-rw-r--r-- | www/p5-HTML-Template-Compiled/Makefile | 15 | ||||
-rw-r--r-- | www/p5-HTML-Template-Compiled/distinfo | 1 |
2 files changed, 6 insertions, 10 deletions
diff --git a/www/p5-HTML-Template-Compiled/Makefile b/www/p5-HTML-Template-Compiled/Makefile index 2fb8a081bca9..8c8305f60648 100644 --- a/www/p5-HTML-Template-Compiled/Makefile +++ b/www/p5-HTML-Template-Compiled/Makefile @@ -7,19 +7,20 @@ PORTNAME= HTML-Template-Compiled PORTVERSION= 0.53 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- MAINTAINER= hideo@lastamericanempire.com -COMMENT= Templating system that HTML::Template files to Perl code +COMMENT= Templating system that compiles HTML::Template files to Perl code BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Data/TreeDumper.pm:${PORTSDIR}/devel/p5-Data-TreeDumper \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI + ${SITE_PERL}/Data/TreeDumper/Renderer/DHTML.pm:${PORTSDIR}/www/p5-Data-TreeDumper-Renderer-DHTML \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -31,13 +32,7 @@ MAN3= HTML::Template::Compiled.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -pi -e 's/^our\s+(.VERSION.+)$$/$$1/o;' \ - -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 +IGNORE= requires perl 5.6.1 or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> diff --git a/www/p5-HTML-Template-Compiled/distinfo b/www/p5-HTML-Template-Compiled/distinfo index 83cde94ae8e5..12a2600a2815 100644 --- a/www/p5-HTML-Template-Compiled/distinfo +++ b/www/p5-HTML-Template-Compiled/distinfo @@ -1,2 +1,3 @@ MD5 (HTML-Template-Compiled-0.53.tar.gz) = 715c05062d041f76a0c7d0c4827dc3f6 +SHA256 (HTML-Template-Compiled-0.53.tar.gz) = db553ee82761ed2edc3941553a37087746481a5fa42979f01bca527accce2f7c SIZE (HTML-Template-Compiled-0.53.tar.gz) = 26998 |