aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Mbox-MessageParser
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-03-24 16:37:29 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-03-24 16:37:29 +0000
commitd911896e476fee62751b814f6c165b70f2d4d8cd (patch)
treed26948f71f075ac16a7ee9a0e616652420c7537c /mail/p5-Mail-Mbox-MessageParser
parentd73dc2b998992513781fdbf865acbb60647b079f (diff)
downloadports-d911896e476fee62751b814f6c165b70f2d4d8cd.tar.gz
ports-d911896e476fee62751b814f6c165b70f2d4d8cd.zip
Notes
Diffstat (limited to 'mail/p5-Mail-Mbox-MessageParser')
-rw-r--r--mail/p5-Mail-Mbox-MessageParser/Makefile12
-rw-r--r--mail/p5-Mail-Mbox-MessageParser/distinfo4
-rw-r--r--mail/p5-Mail-Mbox-MessageParser/pkg-descr4
3 files changed, 11 insertions, 9 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile
index c9ffdc8e2434..8383838bd12b 100644
--- a/mail/p5-Mail-Mbox-MessageParser/Makefile
+++ b/mail/p5-Mail-Mbox-MessageParser/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Mail-Mbox-MessageParser
-PORTVERSION= 1.5002
-PORTREVISION= 2
+PORTVERSION= 1.5100
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,12 +10,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Fast and simple mbox folder reader
-BUILD_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \
- p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget
+BUILD_DEPENDS= p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
USES= perl5
USE_PERL5= configure
-CONFIGURE_ARGS+= </dev/null
+
+post-patch:
+ # If upstream adds a =cut in a future release, this patch will break configure
+ @${REINPLACE_CMD} -e '/=encoding utf-8/d' ${WRKSRC}/inc/Sort/Versions.pm
.include <bsd.port.mk>
diff --git a/mail/p5-Mail-Mbox-MessageParser/distinfo b/mail/p5-Mail-Mbox-MessageParser/distinfo
index 09cc0f0af9f0..56339f0a76b8 100644
--- a/mail/p5-Mail-Mbox-MessageParser/distinfo
+++ b/mail/p5-Mail-Mbox-MessageParser/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Mail-Mbox-MessageParser-1.5002.tar.gz) = aec53e3fed438cc70a62539d2c3c2d16042ceff2f5fd262e45b78dc620fdb41a
-SIZE (Mail-Mbox-MessageParser-1.5002.tar.gz) = 266361
+SHA256 (Mail-Mbox-MessageParser-1.5100.tar.gz) = 4ca9c7300156fc1490c3ba474bea0bdc788495343d23b81bfef10b6483a28e4f
+SIZE (Mail-Mbox-MessageParser-1.5100.tar.gz) = 283525
diff --git a/mail/p5-Mail-Mbox-MessageParser/pkg-descr b/mail/p5-Mail-Mbox-MessageParser/pkg-descr
index b66fa5605ef7..84ec0d4c67a0 100644
--- a/mail/p5-Mail-Mbox-MessageParser/pkg-descr
+++ b/mail/p5-Mail-Mbox-MessageParser/pkg-descr
@@ -1,5 +1,5 @@
-Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. It uses
+Mail::Mbox::MessageParser is a very fast but very simple mbox parser. It uses
the best of three strategies for parsing a mailbox: either using cached folder
information, GNU grep, or highly optimized Perl.
-WWW: http://m-m-msgparser.sourceforge.net/
+WWW: https://metacpan.org/pod/Mail::Mbox::MessageParser