Date: Mon, 13 Apr 2015 17:46:58 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383942 - head/mail/p5-Mail-Mbox-MessageParser Message-ID: <201504131746.t3DHkwwH018791@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Mon Apr 13 17:46:57 2015 New Revision: 383942 URL: https://svnweb.freebsd.org/changeset/ports/383942 Log: Update to 1.5102. This module keeps doing really weird things. Remove the patch for the random POD command that broke the module last time, and now add a post-install: target to remove a module that most likely shouldn't be installed (Module::Install::PRIVATE::Add_Test_Target). Changes: https://metacpan.org/changes/distribution/Mail-Mbox-MessageParser 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 Mon Apr 13 17:45:30 2015 (r383941) +++ head/mail/p5-Mail-Mbox-MessageParser/Makefile Mon Apr 13 17:46:57 2015 (r383942) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-Mbox-MessageParser -PORTVERSION= 1.5100 +PORTVERSION= 1.5102 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,15 +12,16 @@ COMMENT= Fast and simple mbox folder rea LICENSE= GPLv2 -BUILD_DEPENDS= p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget \ + 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-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 +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 Mon Apr 13 17:45:30 2015 (r383941) +++ head/mail/p5-Mail-Mbox-MessageParser/distinfo Mon Apr 13 17:46:57 2015 (r383942) @@ -1,2 +1,2 @@ -SHA256 (Mail-Mbox-MessageParser-1.5100.tar.gz) = 4ca9c7300156fc1490c3ba474bea0bdc788495343d23b81bfef10b6483a28e4f -SIZE (Mail-Mbox-MessageParser-1.5100.tar.gz) = 283525 +SHA256 (Mail-Mbox-MessageParser-1.5102.tar.gz) = 9e2109c337eedf08657d47030832578afdd678f5cbf90e9419c7351ed92b2a69 +SIZE (Mail-Mbox-MessageParser-1.5102.tar.gz) = 296046
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504131746.t3DHkwwH018791>