ports/179797: [PATCH] net/get_iplayer: add some missing dependencies

Steve Wills swills at FreeBSD.org
Fri Jun 21 01:10:00 UTC 2013


>Number:         179797
>Category:       ports
>Synopsis:       [PATCH] net/get_iplayer: add some missing dependencies
>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 Jun 21 01:10:00 UTC 2013
>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 #5 r251046: Tue May 28 22:52:00 UTC
>Description:
- Add some missing dependencies

Port maintainer (crees at FreeBSD.org) is cc'd.

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

--- get_iplayer-2.82_1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 321434)
+++ Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	get_iplayer
 PORTVERSION=	2.82
+PORTREVISION=	1
 CATEGORIES=	net multimedia
 MASTER_SITES=	ftp://ftp.infradead.org/pub/${PORTNAME}/ \
 		http://www.bayofrum.net/dist/${PORTNAME}/
@@ -12,7 +13,9 @@
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	flvstreamer:${PORTSDIR}/multimedia/flvstreamer
+RUN_DEPENDS=	flvstreamer:${PORTSDIR}/multimedia/flvstreamer \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+		p5-HTTP-Cookies>=0:${PORTSDIR}/www/p5-HTTP-Cookies
 
 USE_PERL5_RUN=	yes
 NO_BUILD=	yes
--- get_iplayer-2.82_1.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list