diff options
author | erwin <erwin@FreeBSD.org> | 2003-12-30 18:55:38 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-12-30 18:55:38 +0000 |
commit | 7b40b1388f326e3f88004181c7e1a987a82dcaa7 (patch) | |
tree | 52d9576dacdd5aea276f11a9ddf7649ae0ff3092 /mail | |
parent | 94cf46c18c6dfd866db7f4de4d096270b216892f (diff) | |
download | FreeBSD-ports-7b40b1388f326e3f88004181c7e1a987a82dcaa7.zip FreeBSD-ports-7b40b1388f326e3f88004181c7e1a987a82dcaa7.tar.gz |
o upgrade from 1.12 to 1.13: [1]
- Fixed portability issues for Windows. (It should now work under the normal
Windows command shell.) Note that this requires the use of a temporary file
for decompression of file handles on Windows--a minor security risk.
- Makefile.PL version detection for GNU grep now works correctly for version
numbers which end with letters.
- Fixed typo bugs in a couple test cases.
o Add missing PKGNAMEPREFIX
o Add missing entries in PLIST
PR: 60724 [1]
Submitted by: maintainer
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 |