Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2012 17:00:27 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        snowfly@yuntech.edu.tw
Subject:   ports/166356: [PATCH] www/p5-WWW-Google-News: add missing DEPENDS
Message-ID:  <201203232100.q2NL0RJh074087@meatwad.mouf.net>
Resent-Message-ID: <201203232110.q2NLA6m8041288@freefall.freebsd.org>

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

>Number:         166356
>Category:       ports
>Synopsis:       [PATCH] www/p5-WWW-Google-News: add missing DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 23 21:10:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add missing DEPENDS
- Avoid use of SITE_PERL in DEPENDS
- Bump PORTREVISION

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

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

--- p5-WWW-Google-News-0.12_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-WWW-Google-News/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	21 Jan 2012 17:39:19 -0000	1.6
+++ Makefile	23 Mar 2012 20:59:48 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	WWW-Google-News
 PORTVERSION=	0.12
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +15,9 @@
 MAINTAINER=	snowfly@yuntech.edu.tw
 COMMENT=	Access to Google's News Service (Not Usenet)
 
-BUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
-		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- p5-WWW-Google-News-0.12_1.patch ends here ---

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



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