diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/pkg-plist | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index b4a7715..b95e8ac 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -6,10 +6,11 @@ # PORTNAME= Mail-Mbox-MessageParser -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- MAINTAINER= clsung@dragon2.net COMMENT= A fast and simple mbox folder reader @@ -28,8 +29,7 @@ MAN3= Mail::Mbox::MessageParser.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${BUILD_DEPENDS} +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> diff --git a/mail/p5-Mail-Mbox-MessageParser/distinfo b/mail/p5-Mail-Mbox-MessageParser/distinfo index 6ac3701..05dac5d 100644 --- a/mail/p5-Mail-Mbox-MessageParser/distinfo +++ b/mail/p5-Mail-Mbox-MessageParser/distinfo @@ -1 +1 @@ -MD5 (Mail-Mbox-MessageParser-1.12.tar.gz) = 2c09b48d8e6283dc16c41f9d25763f13 +MD5 (Mail-Mbox-MessageParser-1.13.tar.gz) = ec8611562b93dcbdec63d02a0047a800 diff --git a/mail/p5-Mail-Mbox-MessageParser/pkg-plist b/mail/p5-Mail-Mbox-MessageParser/pkg-plist index b3607be..0dc78fb 100644 --- a/mail/p5-Mail-Mbox-MessageParser/pkg-plist +++ b/mail/p5-Mail-Mbox-MessageParser/pkg-plist @@ -5,7 +5,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Mbox/MessageParser/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto//Mail/Mbox/MessageParser @dirrm %%SITE_PERL%%/Mail/Mbox/MessageParser -@dirrm %%SITE_PERL%%/Mail/Mbox/ -@unexec rmdir %D/%%SITE_PERL%%/Mail/Mbox/MessageParser 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Mail/Mbox 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Mail 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Mbox/MessageParser 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Mail/Mbox 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Mail 2>/dev/null || true |