Date: Thu, 2 Feb 2012 11:59:17 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bill.brinzer@gmail.com Subject: ports/164701: [PATCH] mail/p5-Email-Sender: update to 0.110003 Message-ID: <20120202035917.73CAB30A3@sunpoet.net> Resent-Message-ID: <201202020400.q1240PGk066371@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164701 >Category: ports >Synopsis: [PATCH] mail/p5-Email-Sender: update to 0.110003 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 02 04:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 0.110003 - Add BUILD_DEPENDS and TEST_DEPENDS - Fix *_DEPENDS: Capture::Tiny is a test-only dependency Changes: http://search.cpan.org/dist/Email-Sender/Changes Port maintainer (bill.brinzer@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Email-Sender-0.110003.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/p5-Email-Sender/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 17 Sep 2011 06:49:08 -0000 1.10 +++ Makefile 2 Feb 2012 03:58:35 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Email-Sender -PORTVERSION= 0.102370 +PORTVERSION= 0.110003 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,7 @@ MAINTAINER= bill.brinzer@gmail.com COMMENT= A library for sending email -RUN_DEPENDS= p5-Capture-Tiny>=0.08:${PORTSDIR}/devel/p5-Capture-Tiny \ - p5-Email-Abstract>=3:${PORTSDIR}/mail/p5-Email-Abstract \ +BUILD_DEPENDS= p5-Email-Abstract>=3:${PORTSDIR}/mail/p5-Email-Abstract \ p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \ p5-Email-Simple>=1.998:${PORTSDIR}/mail/p5-Email-Simple \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ @@ -23,6 +22,11 @@ p5-Sys-Hostname-Long>=0:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-Throwable>=0.100090:${PORTSDIR}/devel/p5-Throwable +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Capture-Tiny>=0.08:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Sub-Override>=0:${PORTSDIR}/devel/p5-Sub-Override \ + p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject PERL_CONFIGURE= yes @@ -51,4 +55,10 @@ Email::Sender::Transport::Wrapper.3 \ Email::Sender::Util.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/p5-Email-Sender/distinfo,v retrieving revision 1.9 diff -u -u -r1.9 distinfo --- distinfo 3 Jul 2011 13:53:12 -0000 1.9 +++ distinfo 2 Feb 2012 03:58:35 -0000 @@ -1,2 +1,2 @@ -SHA256 (Email-Sender-0.102370.tar.gz) = d219015df42154be2bafa9d5bb4a224831556c6948e2a9d77eb909aace2fb3c3 -SIZE (Email-Sender-0.102370.tar.gz) = 36814 +SHA256 (Email-Sender-0.110003.tar.gz) = c72a59c4d4abe95451c0c54689401d62cc5b0bfc9adbbd8712664e949bab45b4 +SIZE (Email-Sender-0.110003.tar.gz) = 37697 --- p5-Email-Sender-0.110003.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120202035917.73CAB30A3>