Update to 1.5100. This update required patching a configure-related file in

a way that will break when upstream fixes the problem. While here, improve
pkg-descr wording a bit, and point WWW to metacpan, rather than the stock
SF page.

Changes: https://metacpan.org/changes/distribution/Mail-Mbox-MessageParser
This commit is contained in:
Adam Weinberger 2015-03-24 16:37:29 +00:00
parent d73dc2b998
commit d911896e47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382118
3 changed files with 11 additions and 9 deletions

View file

@ -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>

View file

@ -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

View file

@ -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