From swills@mouf.net  Fri Jun 21 01:04:59 2013
Return-Path: <swills@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 8E0B0B0C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 21 Jun 2013 01:04:59 +0000 (UTC)
	(envelope-from swills@mouf.net)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3])
	by mx1.freebsd.org (Postfix) with ESMTP id 584B61058
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 21 Jun 2013 01:04:59 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-098-122-148-024.nc.res.rr.com [98.122.148.24])
	by mouf.net (8.14.5/8.14.5) with ESMTP id r5L14j14043289
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Fri, 21 Jun 2013 01:04:54 GMT
	(envelope-from swills@meatwad.mouf.net)
Received: (from swills@localhost)
	by meatwad.mouf.net (8.14.7/8.14.5/Submit) id r5L14jpV006864;
	Fri, 21 Jun 2013 01:04:45 GMT
	(envelope-from swills)
Message-Id: <201306210104.r5L14jpV006864@meatwad.mouf.net>
Date: Fri, 21 Jun 2013 01:04:45 GMT
From: Steve Wills <swills@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: crees@FreeBSD.org
Subject: [PATCH] net/get_iplayer: add some missing dependencies
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         179797
>Category:       ports
>Synopsis:       [PATCH] net/get_iplayer: add some missing dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 21 01:10:00 UTC 2013
>Closed-Date:    Wed Jun 26 17:36:41 UTC 2013
>Last-Modified:  Wed Jun 26 17:40:02 UTC 2013
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 21 01:10:07 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179797 
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Wed Jun 26 17:36:41 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179797 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179797: commit references a PR
Date: Wed, 26 Jun 2013 17:36:34 +0000 (UTC)

 Author: crees
 Date: Wed Jun 26 17:36:21 2013
 New Revision: 321803
 URL: http://svnweb.freebsd.org/changeset/ports/321803
 
 Log:
   Add missing dependencies
   
   PR:		ports/179797
   Submitted by:	swills
 
 Modified:
   head/net/get_iplayer/Makefile
 
 Modified: head/net/get_iplayer/Makefile
 ==============================================================================
 --- head/net/get_iplayer/Makefile	Wed Jun 26 17:20:01 2013	(r321802)
 +++ head/net/get_iplayer/Makefile	Wed Jun 26 17:36:21 2013	(r321803)
 @@ -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 @@ COMMENT=	Search, index, or stream archiv
  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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
