svn commit: r408767 - head/security/py-python-openid

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Feb 12 21:57:22 UTC 2016


Author: rm
Date: Fri Feb 12 21:57:20 2016
New Revision: 408767
URL: https://svnweb.freebsd.org/changeset/ports/408767

Log:
  security/py-python-openid: adopt port
  
  - switch to CHEESESHOP and update checksum (no code changes, metadata only)
  - take maintainership
  - add LICENSE, NO_ARCH, sort USE_PYTHON
  - update WWW urls

Modified:
  head/security/py-python-openid/Makefile
  head/security/py-python-openid/distinfo
  head/security/py-python-openid/pkg-descr

Modified: head/security/py-python-openid/Makefile
==============================================================================
--- head/security/py-python-openid/Makefile	Fri Feb 12 21:56:58 2016	(r408766)
+++ head/security/py-python-openid/Makefile	Fri Feb 12 21:57:20 2016	(r408767)
@@ -3,17 +3,19 @@
 
 PORTNAME=	python-openid
 PORTVERSION=	2.2.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security python
-MASTER_SITES=	LOCAL/clsung
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	openid-python-openid-2.2.5-0-gb666238
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	rm at FreeBSD.org
 COMMENT=	Python OpenID version
 
-WRKSRC=		${WRKDIR}/openid-python-openid-b666238
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/security/py-python-openid/distinfo
==============================================================================
--- head/security/py-python-openid/distinfo	Fri Feb 12 21:56:58 2016	(r408766)
+++ head/security/py-python-openid/distinfo	Fri Feb 12 21:57:20 2016	(r408767)
@@ -1,2 +1,2 @@
-SHA256 (openid-python-openid-2.2.5-0-gb666238.tar.gz) = cb518b0804ccfa859d143753d33f49204c7d994cb08d1a2736fb841a1e7722e3
-SIZE (openid-python-openid-2.2.5-0-gb666238.tar.gz) = 300524
+SHA256 (python-openid-2.2.5.tar.gz) = 92c51c3ecec846cbec4aeff11f9ff47303d4a63f93b0e6ac0ec02a091fed70ef
+SIZE (python-openid-2.2.5.tar.gz) = 301619

Modified: head/security/py-python-openid/pkg-descr
==============================================================================
--- head/security/py-python-openid/pkg-descr	Fri Feb 12 21:56:58 2016	(r408766)
+++ head/security/py-python-openid/pkg-descr	Fri Feb 12 21:57:20 2016	(r408767)
@@ -1,11 +1,12 @@
-Python OpenID library implements recent changes to the OpenID 
-specification as well as making API changes that should make 
+Python OpenID library implements recent changes to the OpenID
+specification as well as making API changes that should make
 integration with applications easier.
 
-This library allows the use of XRI as OpenID identifiers, allowing users 
+This library allows the use of XRI as OpenID identifiers, allowing users
 to log in with their i-names.  For full XRI compatibility,
 relying parties integrating this library should take note of the user's
-CanonicalID, as described in the "Identifying the End User" section of 
+CanonicalID, as described in the "Identifying the End User" section of
 the OpenID 2.0 specification.
 
-WWW: http://www.openidenabled.com/openid/libraries/python/
+WWW: http://janrain.com/openid-enabled
+WWW: https://github.com/openid/python-openid


More information about the svn-ports-all mailing list