diff options
author | wen <wen@FreeBSD.org> | 2018-07-15 16:31:20 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2018-07-15 16:31:20 +0800 |
commit | abe43b4011cd2c076ae1377393a414ee9370d432 (patch) | |
tree | 3113dba69e4cb5bd355041eff20e3138862344c8 /mail | |
parent | 108ffcc3ab4a104824609598e617d0422516cdc9 (diff) | |
download | freebsd-ports-gnome-abe43b4011cd2c076ae1377393a414ee9370d432.tar.gz freebsd-ports-gnome-abe43b4011cd2c076ae1377393a414ee9370d432.tar.zst freebsd-ports-gnome-abe43b4011cd2c076ae1377393a414ee9370d432.zip |
- Update to 1.5111
Changes: https://metacpan.org/changes/distribution/Mail-Mbox-MessageParser
- Update DEPENDS
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index 47e75cc453ae..3242555bf8f9 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-Mbox-MessageParser -PORTVERSION= 1.5106 +PORTVERSION= 1.5111 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,15 +12,16 @@ COMMENT= Fast and simple mbox folder reader LICENSE= GPLv2 -BUILD_DEPENDS+= p5-File-Slurp>=0:devel/p5-File-Slurp \ +BUILD_DEPENDS+= \ p5-FileHandle-Unget>=0:devel/p5-FileHandle-Unget \ p5-URI>=0:net/p5-URI RUN_DEPENDS= p5-FileHandle-Unget>=0:devel/p5-FileHandle-Unget -TEST_DEPENDS= p5-Text-Diff>=0:textproc/p5-Text-Diff +TEST_DEPENDS= p5-Text-Diff>=0:textproc/p5-Text-Diff \ + p5-File-Slurper>=0:devel/p5-File-Slurper USES= perl5 USE_PERL5= configure -CONFIGURE_ARGS= < /dev/null +CONFIGURE_ARGS= < /dev/null .include <bsd.port.mk> diff --git a/mail/p5-Mail-Mbox-MessageParser/distinfo b/mail/p5-Mail-Mbox-MessageParser/distinfo index ed565f8bf6ba..7a135c922c37 100644 --- a/mail/p5-Mail-Mbox-MessageParser/distinfo +++ b/mail/p5-Mail-Mbox-MessageParser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1530625532 -SHA256 (Mail-Mbox-MessageParser-1.5106.tar.gz) = d65fc8e8ce84273abbc14220d15813d93ddf6c7a256cdc24de156cb6c08923be -SIZE (Mail-Mbox-MessageParser-1.5106.tar.gz) = 294274 +TIMESTAMP = 1531641916 +SHA256 (Mail-Mbox-MessageParser-1.5111.tar.gz) = 5723c0aa9cc10bab9ed1e3bfd9d5c95f7159e71c1a475414eb1af1dee3a46237 +SIZE (Mail-Mbox-MessageParser-1.5111.tar.gz) = 296872 |