svn commit: r405266 - branches/2016Q1/net-p2p/sonarr

Mark Felder feld at FreeBSD.org
Mon Jan 4 20:42:48 UTC 2016


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
 


More information about the svn-ports-all mailing list