svn commit: r403517 - in head: print/cloudprint print/cups-cloud-print print/system-config-printer x11/xpra

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 11 10:07:29 UTC 2015


Author: sunpoet
Date: Fri Dec 11 10:07:27 2015
New Revision: 403517
URL: https://svnweb.freebsd.org/changeset/ports/403517

Log:
  - Move print/py-cups to print/py-pycups
  - Bump PORTREVISION for dependent ports

Modified:
  head/print/cloudprint/Makefile
  head/print/cups-cloud-print/Makefile
  head/print/system-config-printer/Makefile
  head/x11/xpra/Makefile

Modified: head/print/cloudprint/Makefile
==============================================================================
--- head/print/cloudprint/Makefile	Fri Dec 11 10:03:54 2015	(r403516)
+++ head/print/cloudprint/Makefile	Fri Dec 11 10:07:27 2015	(r403517)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cloudprint
 PORTVERSION=	0.14
+PORTREVISION=	1
 CATEGORIES=	print
 
 MAINTAINER=	decke at FreeBSD.org
@@ -10,7 +11,7 @@ COMMENT=	Google Cloud Print proxy for lo
 
 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

Modified: head/print/cups-cloud-print/Makefile
==============================================================================
--- head/print/cups-cloud-print/Makefile	Fri Dec 11 10:03:54 2015	(r403516)
+++ head/print/cups-cloud-print/Makefile	Fri Dec 11 10:07:27 2015	(r403517)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cups-cloud-print
 PORTVERSION=	20140814.3
+PORTREVISION=	1
 CATEGORIES=	print
 
 MAINTAINER=	ports at 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
 

Modified: head/print/system-config-printer/Makefile
==============================================================================
--- head/print/system-config-printer/Makefile	Fri Dec 11 10:03:54 2015	(r403516)
+++ head/print/system-config-printer/Makefile	Fri Dec 11 10:07:27 2015	(r403517)
@@ -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
 

Modified: head/x11/xpra/Makefile
==============================================================================
--- head/x11/xpra/Makefile	Fri Dec 11 10:03:54 2015	(r403516)
+++ head/x11/xpra/Makefile	Fri Dec 11 10:07:27 2015	(r403517)
@@ -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
 		${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 \


More information about the svn-ports-head mailing list