From sunpoet@sunpoet.net  Sat May 19 18:51:10 2012
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 BBB9E10656D2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 May 2012 18:51:10 +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 7FF5F8FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 May 2012 18:51:10 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3VvwLL3mH4zBmY; Sun, 20 May 2012 02:50:34 +0800 (CST)
Message-Id: <3VvwLL3mH4zBmY@sunpoet.net>
Date: Sun, 20 May 2012 02:50:34 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: snowfly@yuntech.edu.tw
Subject: [PATCH] www/p5-WWW-Google-Calculator: update to 0.07
X-Send-Pr-Version: 3.113
X-GNATS-Notify: snowfly@yuntech.edu.tw

>Number:         168149
>Category:       ports
>Synopsis:       [PATCH] www/p5-WWW-Google-Calculator: update to 0.07
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 19 19:00:14 UTC 2012
>Closed-Date:    Mon May 28 16:51:49 UTC 2012
>Last-Modified:  Mon May 28 17:00:17 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: Sun May  6 00:46:29 CST
>Description:
- Update to 0.07
- Add LICENSE
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/WWW-Google-Calculator/Changes

Port maintainer (snowfly@yuntech.edu.tw) is cc'd.

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

--- p5-WWW-Google-Calculator-0.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-WWW-Google-Calculator/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	21 Jan 2012 17:39:19 -0000	1.6
+++ Makefile	19 May 2012 18:50:30 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	WWW-Google-Calculator
-PORTVERSION=	0.05
+PORTVERSION=	0.07
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,11 +14,13 @@
 MAINTAINER=	snowfly@yuntech.edu.tw
 COMMENT=	This module provide simple interface for Google calculator
 
-BUILD_DEPENDS=	${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install \
-		${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
-		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
-		${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
-		${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-WWW-Google-Calculator/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	19 Mar 2011 12:36:08 -0000	1.4
+++ distinfo	19 May 2012 18:50:30 -0000
@@ -1,2 +1,2 @@
-SHA256 (WWW-Google-Calculator-0.05.tar.gz) = 9318dc98bb8caa12117ee668bc340bb4a2b362e7269a5d255218e47640be9b1e
-SIZE (WWW-Google-Calculator-0.05.tar.gz) = 42332
+SHA256 (WWW-Google-Calculator-0.07.tar.gz) = a596d58630c80725555b7604635b78867d74a0cadc999061c502e4fbd3b261c5
+SIZE (WWW-Google-Calculator-0.07.tar.gz) = 52596
--- p5-WWW-Google-Calculator-0.07.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 19 19:00:49 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=168149 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat May 19 19:00:56 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: snowfly@yuntech.edu.tw
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/168149: [PATCH] www/p5-WWW-Google-Calculator: update to 0.07
Date: Sat, 19 May 2012 19:00:53 UT

 Maintainer of www/p5-WWW-Google-Calculator,
 
 Please note that PR ports/168149 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/168149
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sat May 19 20:35:31 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168149 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon May 28 16:51:47 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168149: commit references a PR
Date: Mon, 28 May 2012 16:51:13 +0000 (UTC)

 sunpoet     2012-05-28 16:51:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-WWW-Google-Calculator Makefile distinfo 
   Log:
   - Update to 0.07
   - Add LICENSE
   - Sort *_DEPENDS
   
   Changes:        http://search.cpan.org/dist/WWW-Google-Calculator/Changes
   PR:             ports/168149
   Submitted by:   sunpoet (myself)
   Approved by:    snowfly <snowfly@yuntech.edu.tw> (maintainer)
   
   Revision  Changes    Path
   1.7       +8 -6      ports/www/p5-WWW-Google-Calculator/Makefile
   1.5       +2 -2      ports/www/p5-WWW-Google-Calculator/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:
