diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-11 18:07:27 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-11 18:07:27 +0800 |
commit | c2a3036bebcdef6e48d7ab497c0fd1cd53bd808e (patch) | |
tree | faba27fc634e95d2b61b1a32284aa4e2c28cba66 /print/cloudprint | |
parent | 05defa09111e738ed16ad25c80edeeb2ae3df8e3 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |