diff options
author | rm <rm@FreeBSD.org> | 2016-02-13 05:53:57 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-02-13 05:53:57 +0800 |
commit | 1d76e66a418f55f92693ba80f7ac9edabd974cfb (patch) | |
tree | 85eae80798fa3a34760ac49c67046d9b18691bb8 /security | |
parent | 947c9261ad753d2d7b780c3fede215be0138da02 (diff) | |
download | freebsd-ports-gnome-1d76e66a418f55f92693ba80f7ac9edabd974cfb.tar.gz freebsd-ports-gnome-1d76e66a418f55f92693ba80f7ac9edabd974cfb.tar.zst freebsd-ports-gnome-1d76e66a418f55f92693ba80f7ac9edabd974cfb.zip |
security/py-openid: rename to security/py-python-openid
Rename to match upstream name.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 2 | ||||
-rw-r--r-- | security/py-plone.openid/Makefile | 3 | ||||
-rw-r--r-- | security/py-python-openid/Makefile (renamed from security/py-openid/Makefile) | 2 | ||||
-rw-r--r-- | security/py-python-openid/distinfo (renamed from security/py-openid/distinfo) | 0 | ||||
-rw-r--r-- | security/py-python-openid/pkg-descr (renamed from security/py-openid/pkg-descr) | 0 |
5 files changed, 4 insertions, 3 deletions
diff --git a/security/Makefile b/security/Makefile index 2a67553dee55..2389ba115f1e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/py-plone.openid/Makefile b/security/py-plone.openid/Makefile index f6d253d38efc..d90979ba0d60 100644 --- a/security/py-plone.openid/Makefile +++ b/security/py-plone.openid/Makefile @@ -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 \ diff --git a/security/py-openid/Makefile b/security/py-python-openid/Makefile index 8cc7c46f8a30..a2f3f8acc37b 100644 --- a/security/py-openid/Makefile +++ b/security/py-python-openid/Makefile @@ -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 diff --git a/security/py-openid/distinfo b/security/py-python-openid/distinfo index 8d1b6bc8bb71..8d1b6bc8bb71 100644 --- a/security/py-openid/distinfo +++ b/security/py-python-openid/distinfo diff --git a/security/py-openid/pkg-descr b/security/py-python-openid/pkg-descr index 510facd54380..510facd54380 100644 --- a/security/py-openid/pkg-descr +++ b/security/py-python-openid/pkg-descr |