From sunpoet@sunpoet.net  Mon Apr 30 03:37:18 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 30831106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Apr 2012 03:37:18 +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 B6BC38FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Apr 2012 03:37:17 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3VgrzB1qh6z910; Mon, 30 Apr 2012 11:37:10 +0800 (CST)
Message-Id: <3VgrzB1qh6z910@sunpoet.net>
Date: Mon, 30 Apr 2012 11:37:10 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gunter@six-two.net
Subject: [PATCH] net/p5-Net-Google-DataAPI: update to 0.28.01
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gunter@six-two.net

>Number:         167437
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-Google-DataAPI: update to 0.28.01
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 30 03:40:08 UTC 2012
>Closed-Date:    Fri May 18 09:25:51 UTC 2012
>Last-Modified:  Fri May 18 09:30:10 UTC 2012
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Apr 23 19:27:08 CST 2012
>Description:
- Update to 0.2801
- Add BUILD_DEPENDS

Port maintainer (gunter@six-two.net) is cc'd.

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

--- p5-Net-Google-DataAPI-0.28.01.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Google-DataAPI/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	11 Jul 2011 01:06:50 -0000	1.4
+++ Makefile	30 Apr 2012 03:36:47 -0000
@@ -6,29 +6,33 @@
 #
 
 PORTNAME=	Net-Google-DataAPI
-PORTVERSION=	0.24
+PORTVERSION=	0.28.01
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	gunter@six-two.net
 COMMENT=	Base implementations for modules to negotiate with Google Data APIs
 
-RUN_DEPENDS=	p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose \
-		p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
+BUILD_DEPENDS=	p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose \
 		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+		p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
 		p5-Lingua-EN-Inflect-Number>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \
 		p5-Mouse>=0.51:${PORTSDIR}/devel/p5-Mouse \
 		p5-Net-Google-AuthSub>=0.5:${PORTSDIR}/net/p5-Net-Google-AuthSub \
 		p5-Net-OAuth>=0:${PORTSDIR}/net/p5-Net-OAuth \
+		p5-Net-OAuth2>=0.07:${PORTSDIR}/net/p5-Net-OAuth2 \
 		p5-Text-Glob>=0:${PORTSDIR}/textproc/p5-Text-Glob \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
 		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
-TEST_DEPENDS=	p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+		p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \
 		p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
-		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
 		p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
 
 PERL_CONFIGURE=	yes
@@ -36,6 +40,7 @@
 MAN3=		Net::Google::DataAPI.3 \
 		Net::Google::DataAPI::Auth::ClientLogin::Multiple.3 \
 		Net::Google::DataAPI::Auth::OAuth.3 \
+		Net::Google::DataAPI::Auth::OAuth2.3 \
 		Net::Google::DataAPI::Role::Entry.3 \
 		Net::Google::DataAPI::Role::HasContent.3 \
 		Net::Google::DataAPI::Role::Service.3
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Google-DataAPI/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	11 Jul 2011 01:06:50 -0000	1.5
+++ distinfo	30 Apr 2012 03:36:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (Net-Google-DataAPI-0.24.tar.gz) = 85fe0fa3ba6762afe7fa50450f2f087702bb41b200e4e4d42413373ce831c4d0
-SIZE (Net-Google-DataAPI-0.24.tar.gz) = 49307
+SHA256 (Net-Google-DataAPI-0.2801.tar.gz) = db030d7f980590f0e974aef1f89e61ac1c21bb461699a12e9c34f6c1f15b0432
+SIZE (Net-Google-DataAPI-0.2801.tar.gz) = 41452
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Google-DataAPI/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	29 Mar 2010 04:13:12 -0000	1.1
+++ pkg-plist	30 Apr 2012 03:36:47 -0000
@@ -3,6 +3,7 @@
 %%SITE_PERL%%/Net/Google/DataAPI/Auth/ClientLogin/Multiple.pm
 %%SITE_PERL%%/Net/Google/DataAPI/Auth/Null.pm
 %%SITE_PERL%%/Net/Google/DataAPI/Auth/OAuth.pm
+%%SITE_PERL%%/Net/Google/DataAPI/Auth/OAuth2.pm
 %%SITE_PERL%%/Net/Google/DataAPI/Role/Auth.pm
 %%SITE_PERL%%/Net/Google/DataAPI/Role/Entry.pm
 %%SITE_PERL%%/Net/Google/DataAPI/Role/HasContent.pm
--- p5-Net-Google-DataAPI-0.28.01.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 30 03:40:19 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=167437 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Apr 30 03:40:22 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167437 
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon Apr 30 03:43:04 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gunter@six-two.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/167437: [PATCH] net/p5-Net-Google-DataAPI: update to 0.28.01
Date: Mon, 30 Apr 2012 03:40:21 UT

 Maintainer of net/p5-Net-Google-DataAPI,
 
 Please note that PR ports/167437 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/167437
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Fri May 18 09:25:50 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167437: commit references a PR
Date: Fri, 18 May 2012 09:24:58 +0000 (UTC)

 sunpoet     2012-05-18 09:24:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-Net-Google-DataAPI Makefile distinfo pkg-plist 
   Log:
   - Update to 0.2801
   - Add BUILD_DEPENDS
   
   Changes:        http://search.cpan.org/dist/Net-Google-DataAPI/Changes
   PR:             ports/167437
   Submitted by:   sunpoet (myself)
   Approved by:    maintainer (timeout, 18 days)
   
   Revision  Changes    Path
   1.5       +10 -5     ports/net/p5-Net-Google-DataAPI/Makefile
   1.6       +2 -2      ports/net/p5-Net-Google-DataAPI/distinfo
   1.2       +1 -0      ports/net/p5-Net-Google-DataAPI/pkg-plist
 _______________________________________________
 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:
