Date: Tue, 23 Dec 2014 10:01:03 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375318 - head/www/py-requests-oauthlib Message-ID: <201412231001.sBNA13o3031946@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Dec 23 10:01:02 2014 New Revision: 375318 URL: https://svnweb.freebsd.org/changeset/ports/375318 QAT: https://qat.redports.org/buildarchive/r375318/ Log: Fix RUN_DEPENDS Modified: head/www/py-requests-oauthlib/Makefile Modified: head/www/py-requests-oauthlib/Makefile ============================================================================== --- head/www/py-requests-oauthlib/Makefile Tue Dec 23 09:41:52 2014 (r375317) +++ head/www/py-requests-oauthlib/Makefile Tue Dec 23 10:01:02 2014 (r375318) @@ -3,6 +3,7 @@ PORTNAME= requests-oauthlib PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= OAuthlib authentication support LICENSE= ISCL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauthlib>=0.6.2:${PORTSDIR}/security/py-oauthlib \ - {PYTHON_PKGNAMEPREFIX}requests>=2.0.0:${PORTSDIR}/www/py-requests + ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:${PORTSDIR}/www/py-requests TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412231001.sBNA13o3031946>