From sunpoet@sunpoet.net  Thu Feb  2 03:59:28 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E017D106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  2 Feb 2012 03:59:28 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id AE0718FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  2 Feb 2012 03:59:28 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 73CAB30A3; Thu,  2 Feb 2012 11:59:17 +0800 (CST)
Message-Id: <20120202035917.73CAB30A3@sunpoet.net>
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: [PATCH] mail/p5-Email-Sender: update to 0.110003
X-Send-Pr-Version: 3.113
X-GNATS-Notify: bill.brinzer@gmail.com

>Number:         164701
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Email-Sender: update to 0.110003
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 02 04:00:25 UTC 2012
>Closed-Date:    Wed Feb 22 17:38:36 UTC 2012
>Last-Modified:  Wed Feb 22 17:40:08 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 2 04:00:35 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164701 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Feb 2 04:00:41 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164701 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bill.brinzer@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164701: [PATCH] mail/p5-Email-Sender: update to 0.110003
Date: Thu, 2 Feb 2012 04:00:38 UT

 Maintainer of mail/p5-Email-Sender,
 
 Please note that PR ports/164701 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164701
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Thu Feb 2 04:12:42 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164701 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Wed Feb 22 17:38:35 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164701 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164701: commit references a PR
Date: Wed, 22 Feb 2012 17:38:36 +0000 (UTC)

 sunpoet     2012-02-22 17:38:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/p5-Email-Sender Makefile distinfo 
   Log:
   - Update to 0.110004
   - Add BUILD_DEPENDS and TEST_DEPENDS
   - Fix *_DEPENDS: Capture::Tiny is a test-only dependency
   
   Changes:        http://search.cpan.org/dist/Email-Sender/Changes
   PR:             ports/164701
   Submitted by:   sunpoet (myself)
   Approved by:    maintainer (timeout, 20 days)
   
   Revision  Changes    Path
   1.11      +14 -4     ports/mail/p5-Email-Sender/Makefile
   1.10      +2 -2      ports/mail/p5-Email-Sender/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
