svn commit: r390503 - head/security/py-oauth2client

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 24 17:41:22 UTC 2015


Author: sunpoet
Date: Wed Jun 24 17:41:21 2015
New Revision: 390503
URL: https://svnweb.freebsd.org/changeset/ports/390503

Log:
  - Update to 1.4.11
  - Add NO_ARCH
  
  Changes:	https://github.com/google/oauth2client/blob/master/CHANGELOG.md

Modified:
  head/security/py-oauth2client/Makefile
  head/security/py-oauth2client/distinfo

Modified: head/security/py-oauth2client/Makefile
==============================================================================
--- head/security/py-oauth2client/Makefile	Wed Jun 24 17:41:16 2015	(r390502)
+++ head/security/py-oauth2client/Makefile	Wed Jun 24 17:41:21 2015	(r390503)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oauth2client
-PORTVERSION=	1.3
+PORTVERSION=	1.4.11
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,14 @@ COMMENT=	OAuth 2.0 client library
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>=0.8:${PORTSDIR}/www/py-httplib2
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1>=0.1.7:${PORTSDIR}/devel/py-asn1 \
+		${PYTHON_PKGNAMEPREFIX}asn1-modules>=0.0.5:${PORTSDIR}/devel/py-asn1-modules \
+		${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:${PORTSDIR}/www/py-httplib2 \
+		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4:${PORTSDIR}/security/py-rsa \
+		${PYTHON_PKGNAMEPREFIX}six>=1.6.1:${PORTSDIR}/devel/py-six
 
+NO_ARCH=	yes
 USE_PYTHON=	autoplist distutils
-USES=		python:2
+USES=		python
 
 .include <bsd.port.mk>

Modified: head/security/py-oauth2client/distinfo
==============================================================================
--- head/security/py-oauth2client/distinfo	Wed Jun 24 17:41:16 2015	(r390502)
+++ head/security/py-oauth2client/distinfo	Wed Jun 24 17:41:21 2015	(r390503)
@@ -1,2 +1,2 @@
-SHA256 (oauth2client-1.3.tar.gz) = 668ffe5a9a6df1f5fca50a851da9ce97286dc10f190b05e84763a8cd9716141b
-SIZE (oauth2client-1.3.tar.gz) = 43852
+SHA256 (oauth2client-1.4.11.tar.gz) = dcc9bfaa544791206ca86a2f311872f0c4c1e81b068775c3da16abe72a506873
+SIZE (oauth2client-1.4.11.tar.gz) = 49136


More information about the svn-ports-all mailing list