From owner-svn-ports-branches@freebsd.org Tue Nov 1 12:22:54 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 717A2C23279; Tue, 1 Nov 2016 12:22:54 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2512216E4; Tue, 1 Nov 2016 12:22:54 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA1CMrkR033138; Tue, 1 Nov 2016 12:22:53 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA1CMrE8033136; Tue, 1 Nov 2016 12:22:53 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611011222.uA1CMrE8033136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 1 Nov 2016 12:22:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425051 - branches/2016Q4/net-p2p/sonarr X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 12:22:54 -0000 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