Date: Mon, 4 Jan 2016 20:42:46 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405266 - branches/2016Q1/net-p2p/sonarr Message-ID: <201601042042.u04KgkJR039122@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Mon Jan 4 20:42:46 2016 New Revision: 405266 URL: https://svnweb.freebsd.org/changeset/ports/405266 Log: MFH: r405265 net-p2p/sonarr: Add curl as a dependency libcurl is needed for fallback when mono has issues with HTTPS PR: 205784 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/net-p2p/sonarr/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net-p2p/sonarr/Makefile ============================================================================== --- branches/2016Q1/net-p2p/sonarr/Makefile Mon Jan 4 20:28:25 2016 (r405265) +++ branches/2016Q1/net-p2p/sonarr/Makefile Mon Jan 4 20:42:46 2016 (r405266) @@ -2,7 +2,7 @@ PORTNAME= sonarr PORTVERSION= 2.0.0.3645 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ DISTNAME= NzbDrone.master.${PORTVERSION}.mono @@ -15,6 +15,7 @@ LICENSE= GPLv3 RUN_DEPENDS= mono>0:${PORTSDIR}/lang/mono \ mediainfo>0:${PORTSDIR}/multimedia/mediainfo \ sqlite3>0:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USE_RC_SUBR= sonarr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601042042.u04KgkJR039122>