svn commit: r384508 - head/mail/p5-Mail-Mbox-MessageParser
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Apr 22 18:51:58 UTC 2015
Author: sunpoet
Date: Wed Apr 22 18:51:57 2015
New Revision: 384508
URL: https://svnweb.freebsd.org/changeset/ports/384508
Log:
- Update to 1.5104
Changes: http://search.cpan.org/dist/Mail-Mbox-MessageParser/CHANGES
Modified:
head/mail/p5-Mail-Mbox-MessageParser/Makefile
head/mail/p5-Mail-Mbox-MessageParser/distinfo
Modified: head/mail/p5-Mail-Mbox-MessageParser/Makefile
==============================================================================
--- head/mail/p5-Mail-Mbox-MessageParser/Makefile Wed Apr 22 18:51:49 2015 (r384507)
+++ head/mail/p5-Mail-Mbox-MessageParser/Makefile Wed Apr 22 18:51:57 2015 (r384508)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Mail-Mbox-MessageParser
-PORTVERSION= 1.5102
+PORTVERSION= 1.5104
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,16 +12,13 @@ COMMENT= Fast and simple mbox folder rea
LICENSE= GPLv2
-BUILD_DEPENDS= p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget \
+BUILD_DEPENDS= p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS+= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-URI>=0:${PORTSDIR}/net/p5-URI
-RUN_DEPENDS:= ${BUILD_DEPENDS:Np5-URI*}
TEST_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
USES= perl5
USE_PERL5= configure
-post-install:
- # There is no reason to install this
- @${RM} -R ${STAGEDIR}${SITE_PERL}/Module
-
.include <bsd.port.mk>
Modified: head/mail/p5-Mail-Mbox-MessageParser/distinfo
==============================================================================
--- head/mail/p5-Mail-Mbox-MessageParser/distinfo Wed Apr 22 18:51:49 2015 (r384507)
+++ head/mail/p5-Mail-Mbox-MessageParser/distinfo Wed Apr 22 18:51:57 2015 (r384508)
@@ -1,2 +1,2 @@
-SHA256 (Mail-Mbox-MessageParser-1.5102.tar.gz) = 9e2109c337eedf08657d47030832578afdd678f5cbf90e9419c7351ed92b2a69
-SIZE (Mail-Mbox-MessageParser-1.5102.tar.gz) = 296046
+SHA256 (Mail-Mbox-MessageParser-1.5104.tar.gz) = 3a462e0c0e1eab8d730ad97ec9d549fbb79ff765276c7e5589e9cd73e5e23649
+SIZE (Mail-Mbox-MessageParser-1.5104.tar.gz) = 292723
More information about the svn-ports-all
mailing list