Date: Wed, 26 Jun 2013 17:36:22 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321803 - head/net/get_iplayer Message-ID: <201306261736.r5QHaMEP003704@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306261736.r5QHaMEP003704>