From steve@meatwad.mouf.net  Wed Aug 17 20:37:29 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 7B977106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Aug 2011 20:37:29 +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 3B24A8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Aug 2011 20:37:29 +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 p7HKbGGD063375;
	Wed, 17 Aug 2011 16:37:16 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id p7HKbEES063240;
	Wed, 17 Aug 2011 16:37:14 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201108172037.p7HKbEES063240@meatwad.mouf.net>
Date: Wed, 17 Aug 2011 16:37:14 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jnlin@csie.nctu.edu.tw
Subject: [PATCH] comms/p5-SMS-Send-TW-HiAir: add BUILD_DEPENDS to silence build warnings
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jnlin@csie.nctu.edu.tw

>Number:         159848
>Category:       ports
>Synopsis:       [PATCH] comms/p5-SMS-Send-TW-HiAir: add BUILD_DEPENDS to silence build warnings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 17 20:40:04 UTC 2011
>Closed-Date:    Thu Aug 18 00:25:34 UTC 2011
>Last-Modified:  Thu Aug 18 00:30:14 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 (jnlin@csie.nctu.edu.tw) is cc'd.

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

--- p5-SMS-Send-TW-HiAir-0.02.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/p5-SMS-Send-TW-HiAir/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	6 Jun 2010 20:15:10 -0000	1.2
+++ Makefile	17 Aug 2011 20:34:20 -0000
@@ -14,10 +14,11 @@
 MAINTAINER=	jnlin@csie.nctu.edu.tw
 COMMENT=	SMS::Send driver for http://hiair.hinet.net/
 
-RUN_DEPENDS=	p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
+BUILD_DEPENDS=	p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
 		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
+		p5-Crypt-SSLeay>=0.51:${PORTSDIR}/security/p5-Crypt-SSLeay \
 		p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
-BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-SMS-Send-TW-HiAir-0.02.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 20:40:14 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=159848 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Aug 17 20:40:18 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jnlin@csie.nctu.edu.tw
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/159848: [PATCH] comms/p5-SMS-Send-TW-HiAir: add BUILD_DEPENDS to silence build warnings
Date: Wed, 17 Aug 2011 20:40:16 UT

 Maintainer of comms/p5-SMS-Send-TW-HiAir,
 
 Please note that PR ports/159848 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/159848
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/159848: [PATCH] comms/p5-SMS-Send-TW-HiAir: add
 BUILD_DEPENDS to silence build warnings
Date: Thu, 18 Aug 2011 06:58:51 +0800

 Please commit it, thanks!
 
 On Thu, Aug 18, 2011 at 4:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of comms/p5-SMS-Send-TW-HiAir,
 >
 > Please note that PR ports/159848 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:
 > =C2=A0 =C2=A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/159848
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Thu Aug 18 00:25:34 UTC 2011 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159848: commit references a PR
Date: Thu, 18 Aug 2011 00:25:32 +0000 (UTC)

 swills      2011-08-18 00:25:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/p5-SMS-Send-TW-HiAir Makefile 
   Log:
   - Set BUILD_DEPENDS to silence build warnings
   
   PR:             ports/159848
   Submitted by:   swills (me)
   Approved by:    Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
   
   Revision  Changes    Path
   1.3       +3 -2      ports/comms/p5-SMS-Send-TW-HiAir/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:
