Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2016 21:42:43 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425029 - head/net-p2p/sonarr
Message-ID:  <201610312142.u9VLgh7C096490@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610312142.u9VLgh7C096490>