security/py-openid: rename to security/py-python-openid
Rename to match upstream name.
This commit is contained in:
parent
637c5e8cf1
commit
3abcf03666
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408765
7 changed files with 7 additions and 5 deletions
1
MOVED
1
MOVED
|
@ -8135,3 +8135,4 @@ devel/etcdctl|devel/etcd|2016-02-06|Has expired: etcdctl is now part of etcd, fo
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 for PAS
|
|||
|
||||
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 \
|
||||
|
|
|
@ -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
|
|
@ -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.contrib.auth
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue