Summary: | [PATCH] net/get_iplayer: add some missing dependencies | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Steve Wills <swills> | ||||
Component: | Individual Port(s) | Assignee: | Chris Rees <crees> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | crees | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Steve Wills
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->crees Over to maintainer (via the GNATS Auto Assign Tool) 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" State Changed From-To: open->closed Committed. Thanks! |