From owner-svn-ports-all@freebsd.org Sun Sep 9 16:58:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E8C5109908E; Sun, 9 Sep 2018 16:58:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B21E178F41; Sun, 9 Sep 2018 16:58:35 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5506A1C6F1; Sun, 9 Sep 2018 16:58:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w89GwZ3p011391; Sun, 9 Sep 2018 16:58:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w89GwYPs011388; Sun, 9 Sep 2018 16:58:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809091658.w89GwYPs011388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 9 Sep 2018 16:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479303 - head/security/py-oauth2client X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/py-oauth2client X-SVN-Commit-Revision: 479303 X-SVN-Commit-Repository: ports 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.27 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: Sun, 09 Sep 2018 16:58:36 -0000 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 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