From steve@mouf.net  Wed Mar  7 21:17:36 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id EAC831065675
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Mar 2012 21:17:36 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id AABB88FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Mar 2012 21:17:36 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q27LHVUS053627
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Wed, 7 Mar 2012 16:17:32 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q27LHJYw048564;
	Wed, 7 Mar 2012 16:17:19 -0500 (EST)
	(envelope-from steve)
Message-Id: <201203072117.q27LHJYw048564@meatwad.mouf.net>
Date: Wed, 7 Mar 2012 16:17:19 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [PATCH] net/p5-SOAP-MySOAP: add missing DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gslin@gslin.org

>Number:         165836
>Category:       ports
>Synopsis:       [PATCH] net/p5-SOAP-MySOAP: add missing DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 07 21:20:10 UTC 2012
>Closed-Date:    Sat Mar 17 22:57:33 UTC 2012
>Last-Modified:  Sat Mar 17 22:57:33 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
See patch

Port maintainer (gslin@gslin.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-SOAP-MySOAP-0.023_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-SOAP-MySOAP/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	1 May 2007 02:09:58 -0000	1.1
+++ Makefile	7 Mar 2012 20:57:11 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	SOAP-MySOAP
 PORTVERSION=	0.023
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	SOAP
@@ -15,6 +16,9 @@
 MAINTAINER=	gslin@gslin.org
 COMMENT=	An extremely basic SOAP client module
 
+BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+
 PERL_CONFIGURE=	yes
 
 MAN3=		SOAP::MySOAP.3
--- p5-SOAP-MySOAP-0.023_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 7 21:20:21 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=165836 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Mar 7 21:20:26 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gslin@gslin.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165836: [PATCH] net/p5-SOAP-MySOAP: add missing DEPENDS
Date: Wed, 7 Mar 2012 21:20:24 UT

 Maintainer of net/p5-SOAP-MySOAP,
 
 Please note that PR ports/165836 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/165836
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Gea-Suan Lin <gslin@gslin.org>
To: bug-followup@FreeBSD.org
Cc: gslin@gslin.org
Subject: Re: ports/165836: [PATCH] net/p5-SOAP-MySOAP: add missing DEPENDS
Date: Fri, 9 Mar 2012 18:31:17 +0800

 Thanks, please commit it.
 
 On Wed, Mar 07, 2012 at 09:20:24PM +0000, Edwin Groothuis wrote:
 > Maintainer of net/p5-SOAP-MySOAP,
 > 
 > Please note that PR ports/165836 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/165836
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 
 -- 
 * Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
 * If you cannot convince them, confuse them.           -- Harry S Truman
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Wed Mar 14 03:08:27 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165836 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Sat Mar 17 22:57:32 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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