diff options
author | aaron <aaron@FreeBSD.org> | 2005-11-07 04:41:33 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2005-11-07 04:41:33 +0800 |
commit | 1d9e5eac56a5e18c412e59e6ee33cfeb0519c8a4 (patch) | |
tree | 7b23441f499596718cb40b5e2ec94d9a3739321d /textproc | |
parent | 2a4ae40e6641e28ca9b97db6ea7a8eaf0591cf46 (diff) | |
download | freebsd-ports-gnome-1d9e5eac56a5e18c412e59e6ee33cfeb0519c8a4.tar.gz freebsd-ports-gnome-1d9e5eac56a5e18c412e59e6ee33cfeb0519c8a4.tar.zst freebsd-ports-gnome-1d9e5eac56a5e18c412e59e6ee33cfeb0519c8a4.zip |
- updated port from 0.07 to 2.03
Approved by: maintainer, tobez
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Textile/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Textile/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Textile/pkg-plist | 3 |
3 files changed, 10 insertions, 5 deletions
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 <bsd.port.pre.mk> + .if ${PERL_LEVEL} < 500601 IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again .endif + .include <bsd.port.post.mk> 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 |