1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 1.04.

PR:		31655
Submitted by:	maintainer
This commit is contained in:
Anton Berezin 2001-10-31 14:16:20 +00:00
parent a5714880c9
commit ac5e13deca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49423
3 changed files with 8 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= HTML-Mason
PORTVERSION= 1.03
PORTVERSION= 1.04
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
@ -18,8 +18,8 @@ BUILD_DEPENDS= ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \
${SITE_PERL}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS= ${BUILD_DEPENDS}
IS_INTERACTIVE= yes
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= --no-prompts
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}

View File

@ -1 +1 @@
MD5 (HTML-Mason-1.03.tar.gz) = 7b914a712b0b58194d80701d27dca2aa
MD5 (HTML-Mason-1.04.tar.gz) = aee8b61b950f7061687bf4965e786e58

View File

@ -34,5 +34,8 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Mason/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Component
@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Resolver
@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle/HTML
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle/HTML 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true