aboutsummaryrefslogtreecommitdiffstats
path: root/print/cloudprint
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-11 18:07:27 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-11 18:07:27 +0800
commitc2a3036bebcdef6e48d7ab497c0fd1cd53bd808e (patch)
treefaba27fc634e95d2b61b1a32284aa4e2c28cba66 /print/cloudprint
parent05defa09111e738ed16ad25c80edeeb2ae3df8e3 (diff)
downloadfreebsd-ports-gnome-c2a3036bebcdef6e48d7ab497c0fd1cd53bd808e.tar.gz
freebsd-ports-gnome-c2a3036bebcdef6e48d7ab497c0fd1cd53bd808e.tar.zst
freebsd-ports-gnome-c2a3036bebcdef6e48d7ab497c0fd1cd53bd808e.zip
- Move print/py-cups to print/py-pycups
- Bump PORTREVISION for dependent ports
Diffstat (limited to 'print/cloudprint')
-rw-r--r--print/cloudprint/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cloudprint/Makefile b/print/cloudprint/Makefile
index e2dfad2228cb..0487973b7ec8 100644
--- a/print/cloudprint/Makefile
+++ b/print/cloudprint/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cloudprint
PORTVERSION= 0.14
+PORTREVISION= 1
CATEGORIES= print
MAINTAINER= decke@FreeBSD.org
@@ -10,7 +11,7 @@ COMMENT= Google Cloud Print proxy for local CUPS printers
LICENSE= GPLv3
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cups>=0:${PORTSDIR}/print/py-cups \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycups>=0:${PORTSDIR}/print/py-pycups \
${PYTHON_PKGNAMEPREFIX}daemon>0:${PORTSDIR}/devel/py-daemon
USE_GITHUB= yes