From owner-svn-ports-all@freebsd.org Thu Mar 31 19:44:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F176AE457B; Thu, 31 Mar 2016 19:44:49 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 300131D5B; Thu, 31 Mar 2016 19:44:49 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VJimOm021509; Thu, 31 Mar 2016 19:44:48 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VJimbs021508; Thu, 31 Mar 2016 19:44:48 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201603311944.u2VJimbs021508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Thu, 31 Mar 2016 19:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412293 - head/security/py-python-social-auth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 19:44:49 -0000 Author: tj Date: Thu Mar 31 19:44:48 2016 New Revision: 412293 URL: https://svnweb.freebsd.org/changeset/ports/412293 Log: Fix dependencies. Modified: head/security/py-python-social-auth/Makefile Modified: head/security/py-python-social-auth/Makefile ============================================================================== --- head/security/py-python-social-auth/Makefile Thu Mar 31 19:36:44 2016 (r412292) +++ head/security/py-python-social-auth/Makefile Thu Mar 31 19:44:48 2016 (r412293) @@ -3,6 +3,7 @@ PORTNAME= python-social-auth PORTVERSION= 0.2.14 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +11,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tj@FreeBSD.org COMMENT= Python Social Auth is a social authentication/registration mechanism -RUN_DEPENDS:= py-python-openid>=2.2:${PORTSDIR}/security/py-python-openid \ - py-requests>=2.5.1:${PORTSDIR}/www/py-requests \ - py-oauthlib>=0.3.8:${PORTSDIR}/security/py-oauthlib \ - py-requests-oauthlib>=0.3.1:${PORTSDIR}/www/py-requests-oauthlib \ - py-six>=1.2.0:${PORTSDIR}/devel/py-six \ - py-pyjwt>=1.0.0:${PORTSDIR}/www/py-pyjwt +RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}python-openid>=2.2:${PORTSDIR}/security/py-python-openid \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.5.1:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}oauthlib>=0.3.8:${PORTSDIR}/security/py-oauthlib \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.1:${PORTSDIR}/www/py-requests-oauthlib \ + ${PYTHON_PKGNAMEPREFIX}six>=1.2.0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:${PORTSDIR}/www/py-pyjwt NO_ARCH= yes USES= python