Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2012 11:14:17 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        snowfly@yuntech.edu.tw
Subject:   ports/166375: [PATCH] www/p5-Net-Flickr-API: add missing DEPENDS
Message-ID:  <201203241514.q2OFEHOx008173@meatwad.mouf.net>
Resent-Message-ID: <201203241520.q2OFKBmq094662@freefall.freebsd.org>

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

>Number:         166375
>Category:       ports
>Synopsis:       [PATCH] www/p5-Net-Flickr-API: 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:   Sat Mar 24 15:20:11 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-Net-Flickr-API-1.7_1,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Net-Flickr-API/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	12 Jul 2011 07:40:42 -0000	1.12
+++ Makefile	24 Mar 2012 15:13:40 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-Flickr-API
 PORTVERSION=	1.7
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
@@ -15,12 +16,13 @@
 MAINTAINER=	snowfly@yuntech.edu.tw
 COMMENT=	Base API class for Net::Flickr::* libraries
 
-RUN_DEPENDS=	${SITE_PERL}/Config/Simple.pm:${PORTSDIR}/devel/p5-Config-Simple \
-		${SITE_PERL}/Flickr/API.pm:${PORTSDIR}/www/p5-Flickr-API \
-		${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \
-		${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \
-		${SITE_PERL}/${PERL_ARCH}/Readonly.pm:${PORTSDIR}/devel/p5-Readonly
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple \
+		p5-Flickr-API>=0:${PORTSDIR}/www/p5-Flickr-API \
+		p5-Flickr-Upload>=0:${PORTSDIR}/www/p5-Flickr-Upload \
+		p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
+		p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
+		p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_MODBUILD=	yes
 
--- p5-Net-Flickr-API-1.7_1,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?201203241514.q2OFEHOx008173>