Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 16:58:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479303 - head/security/py-oauth2client
Message-ID:  <201809091658.w89GwYPs011388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep  9 16:58:34 2018
New Revision: 479303
URL: https://svnweb.freebsd.org/changeset/ports/479303

Log:
  Update to 4.1.3
  
  - Add LICENSE_FILE
  
  Changes:	https://github.com/google/oauth2client/releases

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

Modified: head/security/py-oauth2client/Makefile
==============================================================================
--- head/security/py-oauth2client/Makefile	Sun Sep  9 16:58:29 2018	(r479302)
+++ head/security/py-oauth2client/Makefile	Sun Sep  9 16:58:34 2018	(r479303)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oauth2client
-PORTVERSION=	4.1.2
+PORTVERSION=	4.1.3
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	OAuth 2.0 client library
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1@${PY_FLAVOR} \
@@ -18,8 +19,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:ww
 		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4:security/py-rsa@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/py-oauth2client/distinfo
==============================================================================
--- head/security/py-oauth2client/distinfo	Sun Sep  9 16:58:29 2018	(r479302)
+++ head/security/py-oauth2client/distinfo	Sun Sep  9 16:58:34 2018	(r479303)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498809957
-SHA256 (oauth2client-4.1.2.tar.gz) = bd3062c06f8b10c6ef7a890b22c2740e5f87d61b6e1f4b1c90d069cdfc9dadb5
-SIZE (oauth2client-4.1.2.tar.gz) = 387596
+TIMESTAMP = 1536418012
+SHA256 (oauth2client-4.1.3.tar.gz) = d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6
+SIZE (oauth2client-4.1.3.tar.gz) = 155910



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809091658.w89GwYPs011388>