Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2016 16:18:27 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426248 - head/print/cloudprint
Message-ID:  <201611161618.uAGGIR6M023616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Wed Nov 16 16:18:27 2016
New Revision: 426248
URL: https://svnweb.freebsd.org/changeset/ports/426248

Log:
  - Add missing runtime dependencies (requests, argparse)
  - Bump PORTREVISION
  
  PR:		210674
  Submitted by:	Jochen Breuer <brejoc@gmail.com>

Modified:
  head/print/cloudprint/Makefile

Modified: head/print/cloudprint/Makefile
==============================================================================
--- head/print/cloudprint/Makefile	Wed Nov 16 16:01:07 2016	(r426247)
+++ head/print/cloudprint/Makefile	Wed Nov 16 16:18:27 2016	(r426248)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cloudprint
 PORTVERSION=	0.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 
 MAINTAINER=	decke@FreeBSD.org
@@ -12,7 +12,9 @@ COMMENT=	Google Cloud Print proxy for lo
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py-pycups \
-		${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon
+		${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon \
+		${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	armooo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611161618.uAGGIR6M023616>