svn commit: r425029 - head/net-p2p/sonarr

Mark Felder feld at FreeBSD.org
Mon Oct 31 21:42:44 UTC 2016


Author: feld
Date: Mon Oct 31 21:42:43 2016
New Revision: 425029
URL: https://svnweb.freebsd.org/changeset/ports/425029

Log:
  net-p2p/sonarr: Add new library dependency
  
  As of mono 4.6 Sonarr will crash if libgdiplus.so is not installed.

Modified:
  head/net-p2p/sonarr/Makefile
  head/net-p2p/sonarr/distinfo

Modified: head/net-p2p/sonarr/Makefile
==============================================================================
--- head/net-p2p/sonarr/Makefile	Mon Oct 31 21:26:03 2016	(r425028)
+++ head/net-p2p/sonarr/Makefile	Mon Oct 31 21:42:43 2016	(r425029)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	sonarr
-PORTVERSION=	2.0.0.4326
-PORTREVISION=	0
+PORTVERSION=	2.0.0.4370
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://download.sonarr.tv/v2/master/mono/
 DISTNAME=	NzbDrone.master.${PORTVERSION}.mono
@@ -15,7 +15,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	mono>0:lang/mono \
 		mediainfo>0:multimedia/mediainfo \
 		sqlite3>0:databases/sqlite3
-LIB_DEPENDS=	libcurl.so:ftp/curl
+LIB_DEPENDS=	libcurl.so:ftp/curl \
+		libgdiplus.so:x11-toolkits/libgdiplus
 
 USE_RC_SUBR=	sonarr
 

Modified: head/net-p2p/sonarr/distinfo
==============================================================================
--- head/net-p2p/sonarr/distinfo	Mon Oct 31 21:26:03 2016	(r425028)
+++ head/net-p2p/sonarr/distinfo	Mon Oct 31 21:42:43 2016	(r425029)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473859962
-SHA256 (NzbDrone.master.2.0.0.4326.mono.tar.gz) = f934aa799f9e4a0a17d72e424c88ac4e31456b5313f4fb0dce55cb553ce72ed3
-SIZE (NzbDrone.master.2.0.0.4326.mono.tar.gz) = 6437502
+TIMESTAMP = 1477867861
+SHA256 (NzbDrone.master.2.0.0.4370.mono.tar.gz) = 456af056255fb2e2d42e28a970e69f6f26d0c32df51bd8d775f2e1c5ae4adefa
+SIZE (NzbDrone.master.2.0.0.4370.mono.tar.gz) = 6458106


More information about the svn-ports-head mailing list