Date: Fri, 12 Feb 2016 21:53:58 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408765 - in head: . security security/py-openid security/py-plone.openid security/py-python-openid www/py-django-openid-auth Message-ID: <201602122153.u1CLrw22051039@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Fri Feb 12 21:53:57 2016 New Revision: 408765 URL: https://svnweb.freebsd.org/changeset/ports/408765 Log: security/py-openid: rename to security/py-python-openid Rename to match upstream name. Added: head/security/py-python-openid/ - copied from r408764, head/security/py-openid/ Deleted: head/security/py-openid/ Modified: head/MOVED head/security/Makefile head/security/py-plone.openid/Makefile head/security/py-python-openid/Makefile head/www/py-django-openid-auth/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Feb 12 21:11:43 2016 (r408764) +++ head/MOVED Fri Feb 12 21:53:57 2016 (r408765) @@ -8135,3 +8135,4 @@ devel/etcdctl|devel/etcd|2016-02-06|Has graphics/py-graphviz|graphics/py-pygraphviz|2016-02-07|Renamed to match upstream (PyPI) name security/polarssl||2016-02-07|Has expired: Upstream is ending support for 1.2.x multimedia/xbmc-addon-pvr||2016-02-12|Has expired: Does not work with multimedia/kodi 15.x and newer +security/py-openid|security/py-python-openid|2016-02-13|Renamed to match upstream (PyPI) name Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Feb 12 21:11:43 2016 (r408764) +++ head/security/Makefile Fri Feb 12 21:53:57 2016 (r408765) @@ -843,7 +843,6 @@ SUBDIR += py-mhash SUBDIR += py-oauth2client SUBDIR += py-oauthlib - SUBDIR += py-openid SUBDIR += py-openssl SUBDIR += py-paramiko SUBDIR += py-passlib @@ -874,6 +873,7 @@ SUBDIR += py-pyscard SUBDIR += py-pysha3 SUBDIR += py-python-gnupg + SUBDIR += py-python-openid SUBDIR += py-python-registry SUBDIR += py-rekall SUBDIR += py-rekall-core Modified: head/security/py-plone.openid/Makefile ============================================================================== --- head/security/py-plone.openid/Makefile Fri Feb 12 21:11:43 2016 (r408764) +++ head/security/py-plone.openid/Makefile Fri Feb 12 21:53:57 2016 (r408765) @@ -2,6 +2,7 @@ PORTNAME= plone.openid PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= security python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= OpenID authentication support f LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openid>=0:${PORTSDIR}/security/py-openid \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-openid>=0:${PORTSDIR}/security/py-python-openid \ ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService \ Modified: head/security/py-python-openid/Makefile ============================================================================== --- head/security/py-openid/Makefile Fri Feb 12 21:11:43 2016 (r408764) +++ head/security/py-python-openid/Makefile Fri Feb 12 21:53:57 2016 (r408765) @@ -1,7 +1,7 @@ # Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -PORTNAME= openid +PORTNAME= python-openid PORTVERSION= 2.2.5 PORTREVISION= 1 CATEGORIES= security python Modified: head/www/py-django-openid-auth/Makefile ============================================================================== --- head/www/py-django-openid-auth/Makefile Fri Feb 12 21:11:43 2016 (r408764) +++ head/www/py-django-openid-auth/Makefile Fri Feb 12 21:53:57 2016 (r408765) @@ -3,7 +3,7 @@ PORTNAME= django-openid-auth PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security python MASTER_SITES= http://launchpadlibrarian.net/80020365/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ COMMENT= OpenID integration for django.c LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.3.1:${PORTSDIR}/www/py-django18 \ - ${PYTHON_PKGNAMEPREFIX}openid>=2.2.5:${PORTSDIR}/security/py-openid + ${PYTHON_PKGNAMEPREFIX}python-openid>=2.2.5:${PORTSDIR}/security/py-python-openid USES= python USE_PYTHON= distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602122153.u1CLrw22051039>
