From owner-svn-ports-all@freebsd.org Wed Apr 26 13:35:40 2017 Return-Path: Delivered-To: svn-ports-all@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 F20B8D50901; Wed, 26 Apr 2017 13:35:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D38BDBB; Wed, 26 Apr 2017 13:35:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id EE2105B10; Wed, 26 Apr 2017 13:35:39 +0000 (UTC) Date: Wed, 26 Apr 2017 13:35:39 +0000 From: Alexey Dokuchaev To: Mark Felder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439445 - in head/net-p2p/couchpotato: . files Message-ID: <20170426133539.GA86253@FreeBSD.org> References: <201704261237.v3QCbVrR059087@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201704261237.v3QCbVrR059087@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2017 13:35:41 -0000 On Wed, Apr 26, 2017 at 12:37:31PM +0000, Mark Felder wrote: > New Revision: 439445 > URL: https://svnweb.freebsd.org/changeset/ports/439445 > > Log: > net-p2p/couchpotato: Port improvements > > - Remove unnecessary libcurl and docbook-xml dependencies > - Add missing py-lxml and py-openssl dependencies for better performance > - Force python requirement to 2.7 > - Add unrar as optional dependency > ... > @@ -31,6 +31,9 @@ GH_ACCOUNT= CouchPotato > GH_PROJECT= CouchPotatoServer > GH_TAGNAME= 711310d > > +OPTIONS_DEFINE= UNRAR > +UNRAR_RUN_DEPENDS= unrar:archivers/unrar > + > do-install: Looks like you forgot UNRAR_DESC. ./danfe