From nobody@FreeBSD.org  Tue Feb 26 20:36:05 2008
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 817881065671
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 Feb 2008 20:36:05 +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 6D7EE13C45D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 Feb 2008 20:36:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1QKXKCJ024179
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 Feb 2008 20:33:20 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1QKXKmY024178;
	Tue, 26 Feb 2008 20:33:20 GMT
	(envelope-from nobody)
Message-Id: <200802262033.m1QKXKmY024178@www.freebsd.org>
Date: Tue, 26 Feb 2008 20:33:20 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] net/p5-Net-Google-AuthSub
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         121127
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-Google-AuthSub
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 26 20:40:02 UTC 2008
>Closed-Date:    Wed Feb 27 10:43:43 UTC 2008
>Last-Modified:  Wed Feb 27 11:00:04 UTC 2008
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Add missing deps
- Fix pkg-plist (pointyhat via pav)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Google-AuthSub/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	25 Feb 2008 18:20:35 -0000	1.1
+++ Makefile	26 Feb 2008 20:34:10 -0000
@@ -14,7 +14,9 @@
 MAINTAINER=	lippemail@gmail.com
 COMMENT=	Interact with sites that implement Google style AuthSub
 
-RUN_DEPENDS=	p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS=	p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
 PERL_CONFIGURE=	yes
 
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Google-AuthSub/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	25 Feb 2008 18:20:35 -0000	1.1
+++ pkg-plist	26 Feb 2008 20:34:10 -0000
@@ -4,5 +4,7 @@
 %%SITE_PERL%%/Net/Google/AuthSub/Response.pm
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/AuthSub
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
 @dirrmtry %%SITE_PERL%%/Net/Google/AuthSub
 @dirrmtry %%SITE_PERL%%/Net/Google
+@dirrmtry %%SITE_PERL%%/Net


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gabor 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Feb 26 20:40:13 UTC 2008 
Responsible-Changed-Why:  
gabor@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121127 
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Wed Feb 27 10:42:17 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121127: commit references a PR
Date: Wed, 27 Feb 2008 10:56:02 +0000 (UTC)

 gabor       2008-02-27 10:41:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-Net-Google-AuthSub Makefile pkg-plist 
   Log:
   - Fix plist
   - Fix dependencies
   
   PR:             ports/121127
   Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com> (maintainer)
   Reported by:    pointyhat (via pav)
   Pointyhat to:   gabor
   
   Revision  Changes    Path
   1.2       +3 -1      ports/net/p5-Net-Google-AuthSub/Makefile
   1.2       +3 -1      ports/net/p5-Net-Google-AuthSub/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:
