ports/121127: [PATCH] net/p5-Net-Google-AuthSub

Felippe de Meirelles Motta lippemail at gmail.com
Tue Feb 26 20:40:03 UTC 2008


>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 at 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 at 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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
 @dirrmtry %%SITE_PERL%%/Net/Google/AuthSub
 @dirrmtry %%SITE_PERL%%/Net/Google
+ at dirrmtry %%SITE_PERL%%/Net


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list