Update to 3.1

PR:		58665
Submitted by:	maintainer
This commit is contained in:
Erwin Lansing 2003-10-29 21:42:55 +00:00
parent 34cbd67e9d
commit 7b32d590c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92601
3 changed files with 15 additions and 6 deletions

View file

@ -6,7 +6,8 @@
#
PORTNAME= Text-MagicTemplate
PORTVERSION= 3.05
PORTVERSION= 3.1
PORTEPOCH= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
@ -21,4 +22,10 @@ MAN3= Text::MagicTemplate.3 \
Bundle::Text::MagicTemplate.3 \
Text::MagicTemplate::Zone.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE=3D This port requires perl 5.6.1 or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>

View file

@ -1 +1 @@
MD5 (Text-MagicTemplate-3.05.tar.gz) = bc8bd0c38b600628179c04dd049d511e
MD5 (Text-MagicTemplate-3.1.tar.gz) = 1a62f8957575c386e3af1ff24b63c992

View file

@ -8,9 +8,11 @@
%%SITE_PERL%%/auto/Text/MagicTemplate/INCLUDE_TEXT.al
%%SITE_PERL%%/auto/Text/MagicTemplate/autosplit.ix
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MagicTemplate/.packlist
@dirrm %%SITE_PERL%%/Bundle/Text
@dirrm %%SITE_PERL%%/Text/MagicTemplate
@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
@dirrm %%SITE_PERL%%/auto/Text/MagicTemplate
@dirrm %%SITE_PERL%%/mach/auto/Text/MagicTemplate
@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Text 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Bundle/Text 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Text/MagicTemplate 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH/auto/Text/MagicTemplate 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Bundle 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/auto/Text 2>/dev/null || true