svn commit: r439445 - in head/net-p2p/couchpotato: . files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Apr 26 13:35:41 UTC 2017


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


More information about the svn-ports-all mailing list