From steve@meatwad.mouf.net  Wed Aug 17 23:38:21 2011
Return-Path: <steve@meatwad.mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9AD38106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Aug 2011 23:38:21 +0000 (UTC)
	(envelope-from steve@meatwad.mouf.net)
Received: from meatwad.mouf.net (unknown [IPv6:2001:470:8:58f:21f:d0ff:feaf:1a4c])
	by mx1.freebsd.org (Postfix) with ESMTP id 56C9E8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Aug 2011 23:38:21 +0000 (UTC)
Received: from meatwad.mouf.net (localhost [127.0.0.1])
	by meatwad.mouf.net (8.14.5/8.14.5) with ESMTP id p7HNcJRn020619;
	Wed, 17 Aug 2011 19:38:19 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id p7HNcHDT020482;
	Wed, 17 Aug 2011 19:38:17 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201108172338.p7HNcHDT020482@meatwad.mouf.net>
Date: Wed, 17 Aug 2011 19:38:17 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [PATCH] databases/p5-Amazon-SimpleDB: add BUILD_DEPENDS to silence build warnings
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gslin@gslin.org

>Number:         159851
>Category:       ports
>Synopsis:       [PATCH] databases/p5-Amazon-SimpleDB: add BUILD_DEPENDS to silence build warnings
>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 Aug 17 23:40:09 UTC 2011
>Closed-Date:    Sat Aug 20 01:37:03 UTC 2011
>Last-Modified:  Sat Aug 20 01:40:08 UTC 2011
>Originator:     Steve Wills
>Release:        FreeBSD 9.0-BETA1 amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 9.0-BETA1 FreeBSD 9.0-BETA1 #7: Sat Aug 13 12:18:10 EDT 2011
>Description:
Build generates warnings about missing dependencies. The attached patch solves this.

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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Amazon-SimpleDB-0.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-Amazon-SimpleDB/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	20 Jun 2011 08:34:47 -0000	1.2
+++ Makefile	17 Aug 2011 23:34:27 -0000
@@ -15,10 +15,11 @@
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Low-level perlish interface for working with Amazon SimpleDB service
 
-RUN_DEPENDS=	p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
+BUILD_DEPENDS=	p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
 		p5-URI>0:${PORTSDIR}/net/p5-URI \
 		p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \
 		p5-libwww>0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Amazon-SimpleDB-0.03.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Aug 17 23:40:20 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159851 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Aug 17 23:40:25 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gslin@gslin.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/159851: [PATCH] databases/p5-Amazon-SimpleDB: add BUILD_DEPENDS to silence build warnings
Date: Wed, 17 Aug 2011 23:40:23 UT

 Maintainer of databases/p5-Amazon-SimpleDB,
 
 Please note that PR ports/159851 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/159851
 
 -- 
 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/159851: [PATCH] databases/p5-Amazon-SimpleDB: add
 BUILD_DEPENDS to silence build warnings
Date: Thu, 18 Aug 2011 22:38:21 +0800

 Thanks, please commit it.
 
 On Wed, Aug 17, 2011 at 11:40:23PM +0000, Edwin Groothuis wrote:
 > Maintainer of databases/p5-Amazon-SimpleDB,
 > 
 > Please note that PR ports/159851 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/159851
 > 
 > -- 
 > 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: Sat Aug 20 01:14:09 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159851 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Sat Aug 20 01:37:02 UTC 2011 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159851: commit references a PR
Date: Sat, 20 Aug 2011 01:31:56 +0000 (UTC)

 swills      2011-08-20 01:31:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/p5-Amazon-SimpleDB Makefile 
   Log:
   - Add BUILD_DEPENDS to silence build warnings
   
   PR:             ports/159851
   Submitted by:   swills (me)
   Approved by:    Gea-Suan Lin <gslin@gslin.org> (maintainer)
   
   Revision  Changes    Path
   1.3       +2 -1      ports/databases/p5-Amazon-SimpleDB/Makefile
 _______________________________________________
 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:
