- updated port from 0.07 to 2.03

Approved by: maintainer, tobez
This commit is contained in:
Aaron Dalton 2005-11-06 20:41:33 +00:00
parent 4bb3f0fecb
commit c56948c748
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147458
3 changed files with 10 additions and 5 deletions

View file

@ -7,21 +7,23 @@
# #
PORTNAME= Text-Textile PORTNAME= Text-Textile
PORTVERSION= 0.7 PORTVERSION= 2.03
CATEGORIES= textproc perl5 CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/T/TO/TOMI MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= hcoyote@ghostar.org MAINTAINER= hcoyote@ghostar.org
COMMENT= A perl-based implementation of the Textile syntax by Dean Allen COMMENT= A perl-based implementation of the Textile syntax by Dean Allen
PERL_MODBUILD= yes PERL_CONFIGURE= yes
MAN3= Text::Textile.3 MAN3= Text::Textile.3
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601 .if ${PERL_LEVEL} < 500601
IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (Text-Textile-0.7.tar.gz) = 0e21473f76f019824185d4fe082597c1 MD5 (Text-Textile-2.03.tar.gz) = 227cc4c97850b4f8448fa2d73c9c328a
SIZE (Text-Textile-0.7.tar.gz) = 27355 SIZE (Text-Textile-2.03.tar.gz) = 31583

View file

@ -1,2 +1,5 @@
%%SITE_PERL%%/Text/Textile.pm %%SITE_PERL%%/Text/Textile.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Textile/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Textile
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true