Date: Tue, 1 Nov 2016 12:22:53 +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: r425051 - branches/2016Q4/net-p2p/sonarr Message-ID: <201611011222.uA1CMrE8033136@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Tue Nov 1 12:22:52 2016 New Revision: 425051 URL: https://svnweb.freebsd.org/changeset/ports/425051 Log: MFH: r425029 r425050 net-p2p/sonarr: Update to 2.0.0.4374 - Add new library dependency As of mono 4.6 Sonarr will crash if libgdiplus.so is not installed. Approved by: ports-secteam (with hat) Modified: branches/2016Q4/net-p2p/sonarr/Makefile branches/2016Q4/net-p2p/sonarr/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/net-p2p/sonarr/Makefile ============================================================================== --- branches/2016Q4/net-p2p/sonarr/Makefile Tue Nov 1 12:21:14 2016 (r425050) +++ branches/2016Q4/net-p2p/sonarr/Makefile Tue Nov 1 12:22:52 2016 (r425051) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sonarr -PORTVERSION= 2.0.0.4326 +PORTVERSION= 2.0.0.4374 PORTREVISION= 0 CATEGORIES= net-p2p MASTER_SITES= http://download.sonarr.tv/v2/master/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: branches/2016Q4/net-p2p/sonarr/distinfo ============================================================================== --- branches/2016Q4/net-p2p/sonarr/distinfo Tue Nov 1 12:21:14 2016 (r425050) +++ branches/2016Q4/net-p2p/sonarr/distinfo Tue Nov 1 12:22:52 2016 (r425051) @@ -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 = 1478002681 +SHA256 (NzbDrone.master.2.0.0.4374.mono.tar.gz) = e69c2b4b8f6b9fae590852aa98a9159f430e86df397643ef81d1f987cdf34af9 +SIZE (NzbDrone.master.2.0.0.4374.mono.tar.gz) = 6458032
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611011222.uA1CMrE8033136>