From nobody@FreeBSD.org  Fri Oct  1 01:41:14 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5CBB11065672
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  1 Oct 2010 01:41:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 4B2498FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  1 Oct 2010 01:41:14 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o911fEHA015477
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 1 Oct 2010 01:41:14 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o911fEu6015476;
	Fri, 1 Oct 2010 01:41:14 GMT
	(envelope-from nobody)
Message-Id: <201010010141.o911fEu6015476@www.freebsd.org>
Date: Fri, 1 Oct 2010 01:41:14 GMT
From: Gunter Wambaugh <gunter@six-two.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] p5-Net-Google-DataAPI: update to 0.22
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         151129
>Category:       ports
>Synopsis:       [maintainer update] net/p5-Net-Google-DataAPI: update to 0.22
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ohauer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 01 01:50:00 UTC 2010
>Closed-Date:    Sun Oct 03 21:32:49 UTC 2010
>Last-Modified:  Sun Oct  3 21:40:02 UTC 2010
>Originator:     Gunter Wambaugh
>Release:        8.1-RELEASE-p1
>Organization:
>Environment:
FreeBSD portbuilder.six-two.net 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0: Fri Sep 24 21:01:30 UTC 2010     root@nano-i386-build.six-two.net:/usr/obj/nanobsd.fitpc2/usr/src/sys/GENERIC  i386
>Description:
Update to 0.22
>How-To-Repeat:

>Fix:
diff -urN /usr/ports/net/p5-Net-Google-DataAPI/Makefile p5-Net-Google-DataAPI/Makefile
--- /usr/ports/net/p5-Net-Google-DataAPI/Makefile       2010-06-06 15:16:03.000000000 -0500
+++ p5-Net-Google-DataAPI/Makefile      2010-09-30 08:56:38.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      Net-Google-DataAPI
-PORTVERSION=   0.18
+PORTVERSION=   0.22
 CATEGORIES=    net perl5
 MASTER_SITES=  CPAN
 PKGNAMEPREFIX= p5-
diff -urN /usr/ports/net/p5-Net-Google-DataAPI/distinfo p5-Net-Google-DataAPI/distinfo
--- /usr/ports/net/p5-Net-Google-DataAPI/distinfo       2010-06-06 15:16:03.000000000 -0500
+++ p5-Net-Google-DataAPI/distinfo      2010-09-30 09:04:08.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (Net-Google-DataAPI-0.18.tar.gz) = 264c3ffeb8a0c9dc1fabd41356dd6e2e
-SHA256 (Net-Google-DataAPI-0.18.tar.gz) = c9afd3c4a4c9bef2fdb2900b61b9f0e47bf1c79127623917a56b292c594b16a5
-SIZE (Net-Google-DataAPI-0.18.tar.gz) = 47245
+MD5 (Net-Google-DataAPI-0.22.tar.gz) = 117a7e7ba980856249dcb59367d9698c
+SHA256 (Net-Google-DataAPI-0.22.tar.gz) = 20f0346b137596fac94d0d8a68a005e267c2ad67385342b075124e47af910694
+SIZE (Net-Google-DataAPI-0.22.tar.gz) = 48630


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ohauer 
Responsible-Changed-By: ohauer 
Responsible-Changed-When: Sun Oct 3 21:14:46 UTC 2010 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151129 
State-Changed-From-To: open->closed 
State-Changed-By: ohauer 
State-Changed-When: Sun Oct 3 21:32:22 UTC 2010 
State-Changed-Why:  
Comitted, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151129: commit references a PR
Date: Sun,  3 Oct 2010 21:32:07 +0000 (UTC)

 ohauer      2010-10-03 21:32:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-Net-Google-DataAPI Makefile distinfo 
   Log:
   - update to version 0.22
   
   Changelist:
   0.22    Sun Aug 15 17:50:00 2010
           - fix typo
   
   0.21    Sun Aug 15 13:00:00 2010
           - removed unnecessary depencencies (#60236)
           - fix failing test
   
   0.20    Tue Aug 10 11:30:00 2010
           - use space instead of comma for scope parameter
           - more documentations for Net::Google::DataAPI::Auth::OAuth
   
   0.19    Mon Jun 07 12:27:00 2010
           - make 'lazy_build' the content property of Role::HasContent
   
   PR:             151129
   Submitted by:   maintainer
   Approved by:    Gunter Wambaugh <gunter _at_ six-two.net> maintainer, glarkin (mentor, implicit)
   
   Revision  Changes    Path
   1.3       +1 -1      ports/net/p5-Net-Google-DataAPI/Makefile
   1.3       +3 -3      ports/net/p5-Net-Google-DataAPI/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"
 
>Unformatted:
