From 1d9e5eac56a5e18c412e59e6ee33cfeb0519c8a4 Mon Sep 17 00:00:00 2001 From: aaron Date: Sun, 6 Nov 2005 20:41:33 +0000 Subject: - updated port from 0.07 to 2.03 Approved by: maintainer, tobez --- textproc/p5-Text-Textile/Makefile | 8 +++++--- textproc/p5-Text-Textile/distinfo | 4 ++-- textproc/p5-Text-Textile/pkg-plist | 3 +++ 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'textproc/p5-Text-Textile') diff --git a/textproc/p5-Text-Textile/Makefile b/textproc/p5-Text-Textile/Makefile index c593bf3e7abd..b0619fe99989 100644 --- a/textproc/p5-Text-Textile/Makefile +++ b/textproc/p5-Text-Textile/Makefile @@ -7,21 +7,23 @@ # PORTNAME= Text-Textile -PORTVERSION= 0.7 +PORTVERSION= 2.03 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../by-authors/id/T/TO/TOMI +MASTER_SITE_SUBDIR= Text PKGNAMEPREFIX= p5- MAINTAINER= hcoyote@ghostar.org COMMENT= A perl-based implementation of the Textile syntax by Dean Allen -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= Text::Textile.3 .include + .if ${PERL_LEVEL} < 500601 IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again .endif + .include diff --git a/textproc/p5-Text-Textile/distinfo b/textproc/p5-Text-Textile/distinfo index 71c4546be7dd..6e99cedbcddf 100644 --- a/textproc/p5-Text-Textile/distinfo +++ b/textproc/p5-Text-Textile/distinfo @@ -1,2 +1,2 @@ -MD5 (Text-Textile-0.7.tar.gz) = 0e21473f76f019824185d4fe082597c1 -SIZE (Text-Textile-0.7.tar.gz) = 27355 +MD5 (Text-Textile-2.03.tar.gz) = 227cc4c97850b4f8448fa2d73c9c328a +SIZE (Text-Textile-2.03.tar.gz) = 31583 diff --git a/textproc/p5-Text-Textile/pkg-plist b/textproc/p5-Text-Textile/pkg-plist index 066dca9776cc..f5e2ba788026 100644 --- a/textproc/p5-Text-Textile/pkg-plist +++ b/textproc/p5-Text-Textile/pkg-plist @@ -1,2 +1,5 @@ %%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 -- cgit