From nobody@FreeBSD.org  Thu Dec 30 13:25:20 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8FD651065675
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Dec 2010 13:25:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 7FE348FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Dec 2010 13:25:20 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBUDPKxO035674
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Dec 2010 13:25:20 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id oBUDPKjs035673;
	Thu, 30 Dec 2010 13:25:20 GMT
	(envelope-from nobody)
Message-Id: <201012301325.oBUDPKjs035673@red.freebsd.org>
Date: Thu, 30 Dec 2010 13:25:20 GMT
From: Grzegorz Blach <magik@roorback.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Fixed BUILD_DEPENDS in mail/p5-Email-Stuff
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: chifeng@gmail.com

>Number:         153546
>Category:       ports
>Synopsis:       Fixed BUILD_DEPENDS in mail/p5-Email-Stuff
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 30 13:30:08 UTC 2010
>Closed-Date:    Fri Dec 31 03:10:56 UTC 2010
>Last-Modified:  Fri Dec 31 03:10:56 UTC 2010
>Originator:     Grzegorz Blach
>Release:        8.2-RC1
>Organization:
>Environment:
FreeBSD silver.nine 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #4 r216778: Tue Dec 28 23:09:11 CET 2010     root@silver.nine:/usr/obj/usr/src/sys/SILVER  amd64

>Description:
Added p5-Email-MIME>=1.901:${PORTSDIR}/mail/p5-Email-MIME
to BUILD_DEPENDS and RUN_DEPENDS

Without this scripts that use Email::MIME, can't be compiled correctly.

>How-To-Repeat:
Write short script (that do nothing)

--- BEGIN ---
#!/usr/bin/env perl

use Email::Stuff;
--- END ---

and run `perl -c script.pl`

>Fix:


Patch attached with submission follows:

diff -x .svn -ruN /var/cache/portshaker/ports/mail/p5-Email-Stuff/Makefile mail/p5-Email-Stuff/Makefile
--- /var/cache/portshaker/ports/mail/p5-Email-Stuff/Makefile	2010-04-08 05:22:09.000000000 +0200
+++ mail/p5-Email-Stuff/Makefile	2010-12-30 13:56:08.126466067 +0100
@@ -7,6 +7,7 @@
 
 PORTNAME=	Email-Stuff
 PORTVERSION=	2.102
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,6 +18,7 @@
 BUILD_DEPENDS=	p5-prefork>=1.01:${PORTSDIR}/devel/p5-prefork \
 		p5-Params-Util>=0.23:${PORTSDIR}/devel/p5-Params-Util \
 		p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \
+		p5-Email-MIME>=1.901:${PORTSDIR}/mail/p5-Email-MIME \
 		p5-Email-Send>=2.185:${PORTSDIR}/mail/p5-Email-Send
 RUN_DEPENDS=	${BUILD_DEPENDS}
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Dec 30 13:30:16 UTC 2010 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153546 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Dec 30 13:30:25 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chifeng@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/153546: Fixed BUILD_DEPENDS in mail/p5-Email-Stuff
Date: Thu, 30 Dec 2010 13:30:21 UT

 Maintainer of mail/p5-Email-Stuff,
 
 Please note that PR ports/153546 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/153546
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: chifeng <chifeng@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/153546: Fixed BUILD_DEPENDS in mail/p5-Email-Stuff
Date: Fri, 31 Dec 2010 10:44:00 +0800

 --90e6ba4fc2ec4db1950498abc6b8
 Content-Type: text/plain; charset=ISO-8859-1
 
 Sure, Please commit. Thanks!
 
 this patch is good.
 xwsg2# perl -e "use Email::Stuff"
 xwsg2#
 
 Chifeng
 
 On Thu, Dec 30, 2010 at 9:30 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of mail/p5-Email-Stuff,
 >
 > Please note that PR ports/153546 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/153546
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 
 
 -- 
 *Regards.*
 **- Chifeng
 
 --90e6ba4fc2ec4db1950498abc6b8
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Sure, Please commit. Thanks!<div><br></div><div>this patch is good.</div><d=
 iv>xwsg2# perl -e &quot;use Email::Stuff&quot;</div><div>xwsg2#=A0</div><di=
 v><br></div><div>Chifeng<br><br><div class=3D"gmail_quote">On Thu, Dec 30, =
 2010 at 9:30 PM, Edwin Groothuis <span dir=3D"ltr">&lt;<a href=3D"mailto:ed=
 win@freebsd.org">edwin@freebsd.org</a>&gt;</span> wrote:<br>
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex;">Maintainer of mail/p5-Email-Stuff,<br>
 <br>
 Please note that PR ports/153546 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
  =A0 =A0<a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/15354=
 6" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/153=
 546</a><br>
 <font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></blockquote></div><br><br clear=3D"all"><br>-- <br><b>Regards.</b><=
 div><b></b>- Chifeng</div><br>
 </div>
 
 --90e6ba4fc2ec4db1950498abc6b8--
Responsible-Changed-From-To: perl->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Fri Dec 31 03:04:28 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153546: commit references a PR
Date: Fri, 31 Dec 2010 03:09:52 +0000 (UTC)

 wen         2010-12-31 03:09:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/p5-Email-Stuff  Makefile distinfo 
   Log:
   - Add missing DEPENDS
   
   PR:             ports/153546
   Submitted by:   Grzegorz Blach <magik@roorback.net>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.5       +2 -0      ports/mail/p5-Email-Stuff/Makefile
   1.4       +0 -1      ports/mail/p5-Email-Stuff/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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: wen 
State-Changed-When: Fri Dec 31 03:10:54 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153546 
>Unformatted:
