Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2008 20:33:20 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121127: [PATCH] net/p5-Net-Google-AuthSub
Message-ID:  <200802262033.m1QKXKmY024178@www.freebsd.org>
Resent-Message-ID: <200802262040.m1QKe2FD031852@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         121127
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-Google-AuthSub
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 26 20:40:02 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802262033.m1QKXKmY024178>