diff options
-rw-r--r-- | print/cloudprint/Makefile | 3 | ||||
-rw-r--r-- | print/cups-cloud-print/Makefile | 3 | ||||
-rw-r--r-- | print/system-config-printer/Makefile | 3 | ||||
-rw-r--r-- | x11/xpra/Makefile | 4 |
4 files changed, 8 insertions, 5 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 diff --git a/print/cups-cloud-print/Makefile b/print/cups-cloud-print/Makefile index 786e823c9615..bd9e45433cd4 100644 --- a/print/cups-cloud-print/Makefile +++ b/print/cups-cloud-print/Makefile @@ -2,6 +2,7 @@ PORTNAME= cups-cloud-print PORTVERSION= 20140814.3 +PORTREVISION= 1 CATEGORIES= print MAINTAINER= ports@FreeBSD.org @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client RUN_DEPENDS= cancel:${PORTSDIR}/print/cups-base \ - ${PYTHON_PKGNAMEPREFIX}cups>0:${PORTSDIR}/print/py-cups \ + ${PYTHON_PKGNAMEPREFIX}pycups>0:${PORTSDIR}/print/py-pycups \ bash:${PORTSDIR}/shells/bash \ ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 6a2dde430b91..0981975e324d 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -3,6 +3,7 @@ PORTNAME= system-config-printer PORTVERSION= 1.4.7 +PORTREVISION= 1 CATEGORIES= print gnome MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/ @@ -12,7 +13,7 @@ COMMENT= CUPS configuration Gtk+2.0 GUI BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto \ docbook-xml>0:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-pycups \ ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ ${LOCALBASE}/libexec/cups-pk-helper-mechanism:${PORTSDIR}/print/cups-pk-helper diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index 5f4a03ec579f..08470a63dad1 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -3,7 +3,7 @@ PORTNAME= xpra PORTVERSION= 0.15.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ @@ -22,7 +22,7 @@ RUN_DEPENDS= py${PYTHON_SUFFIX}-lz4>=0.7.0_1:${PORTSDIR}/archivers/py-lz4 \ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi \ ${PYTHON_SITELIBDIR}/netifaces.so:${PORTSDIR}/net/py-netifaces \ - ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \ + ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-pycups \ ssh-askpass:${PORTSDIR}/security/openssh-askpass \ setxkbmap:${PORTSDIR}/x11/setxkbmap \ xauth:${PORTSDIR}/x11/xauth \ |