From lorne@cons.org.nz  Wed Aug  7 11:02:34 2013
Return-Path: <lorne@cons.org.nz>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 683F4BF1
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Aug 2013 11:02:34 +0000 (UTC)
	(envelope-from lorne@cons.org.nz)
Received: from smtp5.clear.net.nz (smtp5.clear.net.nz [203.97.33.68])
	by mx1.freebsd.org (Postfix) with ESMTP id 2D939215F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Aug 2013 11:02:33 +0000 (UTC)
Received: from mxin2-orange.clear.net.nz
 (lb2-srcnat.clear.net.nz [203.97.32.237])
 by smtp5.clear.net.nz (CLEAR Net Mail)
 with ESMTP id <0MR5001WEPYHTJ50@smtp5.clear.net.nz> for
 FreeBSD-gnats-submit@freebsd.org; Wed, 07 Aug 2013 22:47:06 +1200 (NZST)
Received: from 202-78-141-194.cable.telstraclear.net (HELO mail.cons.org.nz)
 ([202.78.141.194]) by smtpin2.clear.net.nz with ESMTP; Wed,
 07 Aug 2013 22:47:02 +1200
Received: from northind.cons.org.nz (northind.cons.org.nz [10.88.0.25])
	by mail.cons.org.nz (Postfix) with ESMTP id EFD7327A641	for
 <FreeBSD-gnats-submit@freebsd.org>; Wed, 07 Aug 2013 22:47:00 +1200 (NZST)
Received: by northind.cons.org.nz (Postfix, from userid 1001)
	id DEF6A6686; Wed, 07 Aug 2013 22:46:59 +1200 (NZST)
Message-Id: <20130807104659.DEF6A6686@northind.cons.org.nz>
Date: Wed, 07 Aug 2013 22:46:59 +1200 (NZST)
From: Andrew Childs <lorne@cons.org.nz>
Reply-To: Andrew Childs <lorne@cons.org.nz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net/p5-WebService-Dropbox
X-Send-Pr-Version: 3.113
X-GNATS-Notify: changlp@cs.nctu.edu.tw

>Number:         181110
>Category:       ports
>Synopsis:       net/p5-WebService-Dropbox
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 07 11:10:00 UTC 2013
>Closed-Date:    Thu Aug 08 09:28:02 UTC 2013
>Last-Modified:  Thu Aug  8 09:30:00 UTC 2013
>Originator:     Andrew Childs
>Release:        FreeBSD 9.1-RELEASE-p5 amd64
>Organization:
>Environment:
System: FreeBSD northind.cons.org.nz 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:

Update to v1.18

>How-To-Repeat:
	
>Fix:

	

--- 0001-net-p5-WebService-Dropbox-update-to-1.18.patch begins here ---
From 0c623230d0a88dd274b3e290c17a91c938c14394 Mon Sep 17 00:00:00 2001
From: Andrew Childs <lorne@cons.org.nz>
Date: Fri, 2 Aug 2013 10:16:16 +1200

---
 net/p5-WebService-Dropbox/Makefile  | 27 ++++++++++++---------------
 net/p5-WebService-Dropbox/distinfo  |  4 ++--
 net/p5-WebService-Dropbox/pkg-descr |  2 +-
 3 files changed, 15 insertions(+), 18 deletions(-)

diff --git a/net/p5-WebService-Dropbox/Makefile b/net/p5-WebService-Dropbox/Makefile
index 01e0d9e..8e3f17d 100644
--- a/net/p5-WebService-Dropbox/Makefile
+++ b/net/p5-WebService-Dropbox/Makefile
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	p5-WebService-Dropbox
-# Date created:		2011-11-25
-# Whom:			Lung-Pin Chang <changlp@cs.nctu.edu.tw>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	WebService-Dropbox
-PORTVERSION=	1.09
+PORTVERSION=	1.18
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ASKADNA
@@ -18,9 +13,9 @@ COMMENT=	Perl interface to Dropbox API
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-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
+BUILD_DEPENDS=	p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \
+		p5-Net-OAuth>=0.28:${PORTSDIR}/net/p5-Net-OAuth \
+		p5-URI>=1.60:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS_DEFINE=	LWP
@@ -33,13 +28,15 @@ MAN3=		WebService::Dropbox.3
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MLWP}
-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
+BUILD_DEPENDS+=	p5-LWP-Protocol-https>=6.03:${PORTSDIR}/www/p5-LWP-Protocol-https \
+		p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS+=	p5-LWP-Protocol-https>=6.03:${PORTSDIR}/www/p5-LWP-Protocol-https \
+		p5-libwww>=6.04:${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
+BUILD_DEPENDS+=	p5-Furl>=1.01:${PORTSDIR}/www/p5-Furl \
+		p5-IO-Socket-SSL>=1.77:${PORTSDIR}/security/p5-IO-Socket-SSL
+RUN_DEPENDS+=	p5-Furl>=1.01:${PORTSDIR}/www/p5-Furl \
+		p5-IO-Socket-SSL>=1.77:${PORTSDIR}/security/p5-IO-Socket-SSL
 .endif
 
 .include <bsd.port.mk>
diff --git a/net/p5-WebService-Dropbox/distinfo b/net/p5-WebService-Dropbox/distinfo
index 21c4174..08d0464 100644
--- a/net/p5-WebService-Dropbox/distinfo
+++ b/net/p5-WebService-Dropbox/distinfo
@@ -1,2 +1,2 @@
-SHA256 (WebService-Dropbox-1.09.tar.gz) = 3c865626eeb443e78e08e4554ee34f2adc9bf94bea94dffbaee8c6444d64d7eb
-SIZE (WebService-Dropbox-1.09.tar.gz) = 68780
+SHA256 (WebService-Dropbox-1.18.tar.gz) = 0ebeadd23afa7da5266be08eef99e7618bb35f4151898bb0fbacf40edcba7033
+SIZE (WebService-Dropbox-1.18.tar.gz) = 69669
diff --git a/net/p5-WebService-Dropbox/pkg-descr b/net/p5-WebService-Dropbox/pkg-descr
index 5b366a0..737bbaf 100644
--- a/net/p5-WebService-Dropbox/pkg-descr
+++ b/net/p5-WebService-Dropbox/pkg-descr
@@ -1,3 +1,3 @@
 WebService::Dropbox is Perl interface to Dropbox API
 
-WWW:	http://search.cpan.org/dist/WebService-Dropbox/
+WWW: http://search.cpan.org/dist/WebService-Dropbox/
-- 
1.8.3.4
--- 0001-net-p5-WebService-Dropbox-update-to-1.18.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Aug 7 11:10:13 UTC 2013 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181110 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Aug 7 11:10:14 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: changlp@cs.nctu.edu.tw
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/181110: net/p5-WebService-Dropbox
Date: Wed, 7 Aug 2013 11:10:14 UT

 Maintainer of net/p5-WebService-Dropbox,
 
 Please note that PR ports/181110 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/181110
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Wed Aug 7 12:20:07 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/181110: net/p5-WebService-Dropbox
Date: Thu, 8 Aug 2013 15:33:10 +0800

 Thanks, please commit it.
 
 2013/8/7 Edwin Groothuis <edwin@freebsd.org>:
 > Maintainer of net/p5-WebService-Dropbox,
 >
 > Please note that PR ports/181110 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/181110
 >
 > --
 > 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
State-Changed-From-To: feedback->closed 
State-Changed-By: culot 
State-Changed-When: Thu Aug 8 09:28:00 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181110: commit references a PR
Date: Thu,  8 Aug 2013 09:27:59 +0000 (UTC)

 Author: culot
 Date: Thu Aug  8 09:27:45 2013
 New Revision: 324383
 URL: http://svnweb.freebsd.org/changeset/ports/324383
 
 Log:
   - Update to 1.18 [1]
   - Trim Makefile's header [1]
   - Pet portlint(1) by changing tab into space in WWW link [1]
   - Convert to new Uses/perl5.mk framework
   
   Changes:	http://search.cpan.org/dist/WebService-Dropbox/Changes
   PR:		ports/181110 [1]
   Submitted by:	Andrew Childs <lorne@cons.org.nz>
   Approved by:	Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
 
 Modified:
   head/net/p5-WebService-Dropbox/Makefile
   head/net/p5-WebService-Dropbox/distinfo
   head/net/p5-WebService-Dropbox/pkg-descr
 
 Modified: head/net/p5-WebService-Dropbox/Makefile
 ==============================================================================
 --- head/net/p5-WebService-Dropbox/Makefile	Thu Aug  8 09:21:47 2013	(r324382)
 +++ head/net/p5-WebService-Dropbox/Makefile	Thu Aug  8 09:27:45 2013	(r324383)
 @@ -1,12 +1,8 @@
 -# New ports collection makefile for:	p5-WebService-Dropbox
 -# Date created:		2011-11-25
 -# Whom:			Lung-Pin Chang <changlp@cs.nctu.edu.tw>
 -#
 +# Created by: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
  # $FreeBSD$
 -#
  
  PORTNAME=	WebService-Dropbox
 -PORTVERSION=	1.09
 +PORTVERSION=	1.18
  CATEGORIES=	net perl5
  MASTER_SITES=	CPAN
  MASTER_SITE_SUBDIR=	CPAN:ASKADNA
 @@ -18,28 +14,31 @@ COMMENT=	Perl interface to Dropbox API
  LICENSE=	ART10 GPLv1
  LICENSE_COMB=	dual
  
 -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
 +BUILD_DEPENDS=	p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \
 +		p5-Net-OAuth>=0.28:${PORTSDIR}/net/p5-Net-OAuth \
 +		p5-URI>=1.60:${PORTSDIR}/net/p5-URI
  RUN_DEPENDS:=	${BUILD_DEPENDS}
  
  OPTIONS_DEFINE=	LWP
  LWP_DESC=	Use LWP instead of Furl
  
 -PERL_CONFIGURE=	yes
 +USES=		perl5
 +USE_PERL5=	configure
  
  MAN3=		WebService::Dropbox.3
  
  .include <bsd.port.options.mk>
  
  .if ${PORT_OPTIONS:MLWP}
 -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
 +BUILD_DEPENDS+=	p5-LWP-Protocol-https>=6.03:${PORTSDIR}/www/p5-LWP-Protocol-https \
 +		p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww
 +RUN_DEPENDS+=	p5-LWP-Protocol-https>=6.03:${PORTSDIR}/www/p5-LWP-Protocol-https \
 +		p5-libwww>=6.04:${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
 +BUILD_DEPENDS+=	p5-Furl>=1.01:${PORTSDIR}/www/p5-Furl \
 +		p5-IO-Socket-SSL>=1.77:${PORTSDIR}/security/p5-IO-Socket-SSL
 +RUN_DEPENDS+=	p5-Furl>=1.01:${PORTSDIR}/www/p5-Furl \
 +		p5-IO-Socket-SSL>=1.77:${PORTSDIR}/security/p5-IO-Socket-SSL
  .endif
  
  .include <bsd.port.mk>
 
 Modified: head/net/p5-WebService-Dropbox/distinfo
 ==============================================================================
 --- head/net/p5-WebService-Dropbox/distinfo	Thu Aug  8 09:21:47 2013	(r324382)
 +++ head/net/p5-WebService-Dropbox/distinfo	Thu Aug  8 09:27:45 2013	(r324383)
 @@ -1,2 +1,2 @@
 -SHA256 (WebService-Dropbox-1.09.tar.gz) = 3c865626eeb443e78e08e4554ee34f2adc9bf94bea94dffbaee8c6444d64d7eb
 -SIZE (WebService-Dropbox-1.09.tar.gz) = 68780
 +SHA256 (WebService-Dropbox-1.18.tar.gz) = 0ebeadd23afa7da5266be08eef99e7618bb35f4151898bb0fbacf40edcba7033
 +SIZE (WebService-Dropbox-1.18.tar.gz) = 69669
 
 Modified: head/net/p5-WebService-Dropbox/pkg-descr
 ==============================================================================
 --- head/net/p5-WebService-Dropbox/pkg-descr	Thu Aug  8 09:21:47 2013	(r324382)
 +++ head/net/p5-WebService-Dropbox/pkg-descr	Thu Aug  8 09:27:45 2013	(r324383)
 @@ -1,3 +1,3 @@
  WebService::Dropbox is Perl interface to Dropbox API
  
 -WWW:	http://search.cpan.org/dist/WebService-Dropbox/
 +WWW: http://search.cpan.org/dist/WebService-Dropbox/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
