From owner-svn-ports-all@freebsd.org Fri Feb 12 21:57:21 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 D810BAA715D; Fri, 12 Feb 2016 21:57:21 +0000 (UTC) (envelope-from rm@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 96AF1198A; Fri, 12 Feb 2016 21:57:21 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CLvK59051420; Fri, 12 Feb 2016 21:57:20 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CLvKxF051417; Fri, 12 Feb 2016 21:57:20 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602122157.u1CLvKxF051417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Feb 2016 21:57:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408767 - head/security/py-python-openid 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.20 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: Fri, 12 Feb 2016 21:57:22 -0000 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@FreeBSD.org +MAINTAINER= rm@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 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