aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2016-11-16 16:18:27 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2016-11-16 16:18:27 +0000
commit8740e6dc0fbb23ef63d0e8c4533c5dd877d785f2 (patch)
tree0d0369d77de93342cf2589917d8b6d23cd0c38a2 /print
parentcde79b21f36eee4bc372c10a0f9c5faab7e9a861 (diff)
downloadports-8740e6dc0fbb23ef63d0e8c4533c5dd877d785f2.tar.gz
ports-8740e6dc0fbb23ef63d0e8c4533c5dd877d785f2.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/cloudprint/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/cloudprint/Makefile b/print/cloudprint/Makefile
index d70cbc8f9941..dead64999591 100644
--- a/print/cloudprint/Makefile
+++ b/print/cloudprint/Makefile
@@ -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 local CUPS printers
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