From sunpoet@sunpoet.net  Fri Dec  2 07:43:58 2011
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 05650106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Dec 2011 07:43:58 +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 C87138FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Dec 2011 07:43:57 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 86B103A5E; Fri,  2 Dec 2011 15:43:50 +0800 (CST)
Message-Id: <20111202074350.86B103A5E@sunpoet.net>
Date: Fri,  2 Dec 2011 15:43:50 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: changlp@cs.nctu.edu.tw
Subject: [PATCH] net/p5-WebService-Dropbox: update to 0.05
X-Send-Pr-Version: 3.113
X-GNATS-Notify: changlp@cs.nctu.edu.tw

>Number:         163010
>Category:       ports
>Synopsis:       [PATCH] net/p5-WebService-Dropbox: update to 0.05
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 02 07:50:12 UTC 2011
>Closed-Date:    Sat Dec 03 09:38:26 UTC 2011
>Last-Modified:  Sat Dec 03 09:38:26 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sun Nov 20 12:43:06 CST 2011
>Description:
- Update to 0.05
- Add BUILD_DEPENDS
- Add OPTIONS: LWP for using LWP instead of Furl

Changes:	http://search.cpan.org/dist/WebService-Dropbox/Changes

Port maintainer (changlp@cs.nctu.edu.tw) is cc'd.

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

--- p5-WebService-Dropbox-0.05.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-WebService-Dropbox/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	27 Nov 2011 13:14:55 -0000	1.1
+++ Makefile	2 Dec 2011 07:41:59 -0000
@@ -6,19 +6,36 @@
 #
 
 PORTNAME=	WebService-Dropbox
-PORTVERSION=	0.03
+PORTVERSION=	0.05
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:ASKADNA
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	changlp@cs.nctu.edu.tw
 COMMENT=	Perl interface to Dropbox API
 
-RUN_DEPENDS=	p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth \
-		p5-String-Random>=0:${PORTSDIR}/devel/p5-String-Random
+BUILD_DEPENDS=	p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
+		p5-Net-OAuth>=0.27:${PORTSDIR}/net/p5-Net-OAuth \
+		p5-String-Random>=0.22:${PORTSDIR}/devel/p5-String-Random
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+OPTIONS=	LWP	"Use LWP instead of Furl" off
 
 PERL_CONFIGURE=	yes
 
-MAN3=	WebService::Dropbox.3
+MAN3=		WebService::Dropbox.3
+
+.include <bsd.port.options.mk>
+
+.if defined(WITH_LWP)
+BUILD_DEPENDS+=	p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \
+		p5-libwww>=6.02:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS+=	p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \
+		p5-libwww>=6.02:${PORTSDIR}/www/p5-libwww
+.else
+BUILD_DEPENDS+=	p5-Furl>=0.38:${PORTSDIR}/www/p5-Furl
+RUN_DEPENDS+=	p5-Furl>=0.38:${PORTSDIR}/www/p5-Furl
+.endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/p5-WebService-Dropbox/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	27 Nov 2011 13:14:56 -0000	1.1
+++ distinfo	2 Dec 2011 07:41:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (WebService-Dropbox-0.03.tar.gz) = 756b281d797b4503aba5f4ea6ef9a66c3dc276e32d4b0a264195a20da912c257
-SIZE (WebService-Dropbox-0.03.tar.gz) = 67936
+SHA256 (WebService-Dropbox-0.05.tar.gz) = 13d8a113d6f904a126b27d8dcf059208c0e7694d0d210b78ce2561a26780177f
+SIZE (WebService-Dropbox-0.05.tar.gz) = 68080
--- p5-WebService-Dropbox-0.05.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 2 07:50:37 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=163010 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Dec 2 07:50:41 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: changlp@cs.nctu.edu.tw
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/163010: [PATCH] net/p5-WebService-Dropbox: update to 0.05
Date: Fri, 2 Dec 2011 07:50:39 UT

 Maintainer of net/p5-WebService-Dropbox,
 
 Please note that PR ports/163010 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/163010
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Fri Dec 2 08:02:12 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

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

From: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/163010: [PATCH] net/p5-WebService-Dropbox: update to 0.05
Date: Sat, 3 Dec 2011 03:21:35 +0800

 Thanks!
 
 Please commit it.
 
 2011/12/2 Edwin Groothuis <edwin@freebsd.org>:
 > Maintainer of net/p5-WebService-Dropbox,
 >
 > Please note that PR ports/163010 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=3Dports/163010
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 
 
 --=20
 Lung-Pin Chang =E5=BC=B5=E7=93=8F=E7=B9=BD
 Wireless Internet Laboratory & Computer Center
 Department of Computer Science, National Chiao Tung University

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163010: commit references a PR
Date: Sat,  3 Dec 2011 09:22:28 +0000 (UTC)

 sunpoet     2011-12-03 09:22:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-WebService-Dropbox Makefile distinfo 
   Log:
   - Update to 1.00
   - Add BUILD_DEPENDS
   - Add OPTIONS: LWP for using LWP instead of Furl
   
   Changes:        http://search.cpan.org/dist/WebService-Dropbox/Changes
   PR:             ports/163010
   Submitted by:   sunpoet (myself)
   Approved by:    Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.2       +21 -4     ports/net/p5-WebService-Dropbox/Makefile
   1.2       +2 -2      ports/net/p5-WebService-Dropbox/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: sunpoet 
State-Changed-When: Sat Dec 3 09:38:24 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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