Date: Sat, 23 Nov 2019 14:00:06 +0000 (UTC) From: Eric Turgeon <ericbsd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518237 - head/print/system-config-printer Message-ID: <201911231400.xANE06es046528@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911231400.xANE06es046528>