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

Mark Felder feld at FreeBSD.org
Wed Apr 26 13:38:31 UTC 2017



On Wed, Apr 26, 2017, at 08:35, Alexey Dokuchaev wrote:
> 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
> 

Good catch, thanks. For some reason I thought it existed based on other
ports I've used which had an UNRAR option.

-- 
  Mark Felder
  ports-secteam & portmgr member
  feld at FreeBSD.org


More information about the svn-ports-head mailing list