svn commit: r518237 - head/print/system-config-printer

Eric Turgeon ericbsd at FreeBSD.org
Sat Nov 23 14:00:07 UTC 2019


Author: ericbsd
Date: Sat Nov 23 14:00:06 2019
New Revision: 518237
URL: https://svnweb.freebsd.org/changeset/ports/518237

Log:
  adding requests to RUN_DEPENDS of print/system-config-printer
  
  Approved by:	mentors (implicit)

Modified:
  head/print/system-config-printer/Makefile

Modified: head/print/system-config-printer/Makefile
==============================================================================
--- head/print/system-config-printer/Makefile	Sat Nov 23 13:46:39 2019	(r518236)
+++ head/print/system-config-printer/Makefile	Sat Nov 23 14:00:06 2019	(r518237)
@@ -3,6 +3,7 @@
 
 PORTNAME=	system-config-printer
 PORTVERSION=	1.5.12
+PORTREVISION=	1
 CATEGORIES=	print gnome
 
 MAINTAINER=	gnome at FreeBSD.org
@@ -12,6 +13,7 @@ BUILD_DEPENDS=	xmlto:textproc/xmlto \
 		docbook-xml>0:textproc/docbook-xml
 LIB_DEPENDS=	libcups.so:print/cups
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py-pycups@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pycurl>=0:ftp/py-pycurl@${PY_FLAVOR} \
 		${LOCALBASE}/libexec/cups-pk-helper-mechanism:print/cups-pk-helper


More information about the svn-ports-all mailing list