aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Mbox-MessageParser
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-12-30 18:55:38 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-12-30 18:55:38 +0000
commit705d6627187947d0cc2f4b3f5993cd424f35984e (patch)
treeb37a99b53cf93e148da8c266a9e8cf955dff1078 /mail/p5-Mail-Mbox-MessageParser
parentefc1a8011f7db2d62b974592c8a310e626615530 (diff)
downloadports-705d6627187947d0cc2f4b3f5993cd424f35984e.tar.gz
ports-705d6627187947d0cc2f4b3f5993cd424f35984e.zip
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
Notes
Notes: svn path=/head/; revision=96966
Diffstat (limited to 'mail/p5-Mail-Mbox-MessageParser')
-rw-r--r--mail/p5-Mail-Mbox-MessageParser/Makefile6
-rw-r--r--mail/p5-Mail-Mbox-MessageParser/distinfo2
-rw-r--r--mail/p5-Mail-Mbox-MessageParser/pkg-plist5
3 files changed, 7 insertions, 6 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile
index b4a7715fc7c1..b95e8ac1f9fa 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 6ac3701e80e1..05dac5d2a8af 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 b3607be910cd..0dc78fb6908a 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