From 0a14a2f9297b4cb6cd37a7fc901f0b4cfeac23d2 Mon Sep 17 00:00:00 2001 From: decke Date: Wed, 16 Nov 2016 16:18:27 +0000 Subject: - Add missing runtime dependencies (requests, argparse) - Bump PORTREVISION PR: 210674 Submitted by: Jochen Breuer --- print/cloudprint/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/print/cloudprint/Makefile b/print/cloudprint/Makefile index d70cbc8..dead649 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 -- cgit v1.1