From owner-svn-ports-all@freebsd.org Fri Apr 15 23:10:08 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 DA312AEEBFC; Fri, 15 Apr 2016 23:10:08 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9182C1E2D; Fri, 15 Apr 2016 23:10:08 +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 u3FNA72H021224; Fri, 15 Apr 2016 23:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3FNA77C021222; Fri, 15 Apr 2016 23:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604152310.u3FNA77C021222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 15 Apr 2016 23:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413385 - head/security/py-oauth2client 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.21 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, 15 Apr 2016 23:10:09 -0000 Author: sunpoet Date: Fri Apr 15 23:10:07 2016 New Revision: 413385 URL: https://svnweb.freebsd.org/changeset/ports/413385 Log: - Update to 2.0.2 - Sort RUN_DEPENDS 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 Fri Apr 15 23:10:02 2016 (r413384) +++ head/security/py-oauth2client/Makefile Fri Apr 15 23:10:07 2016 (r413385) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oauth2client -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,9 @@ COMMENT= OAuth 2.0 client library LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2 \ + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.5:devel/py-pyasn1-modules \ - ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4:security/py-rsa \ ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six Modified: head/security/py-oauth2client/distinfo ============================================================================== --- head/security/py-oauth2client/distinfo Fri Apr 15 23:10:02 2016 (r413384) +++ head/security/py-oauth2client/distinfo Fri Apr 15 23:10:07 2016 (r413385) @@ -1,2 +1,2 @@ -SHA256 (oauth2client-2.0.1.tar.gz) = 351def3df312364f0c5e38a682c8d8a70a36d884cf40bd0084a67d7b8f7ed7ac -SIZE (oauth2client-2.0.1.tar.gz) = 67586 +SHA256 (oauth2client-2.0.2.tar.gz) = c9f7bf68e9d0f9ec055f1f2f487e5ea53b97b7a2b82f01d48d9a9bb68239535a +SIZE (oauth2client-2.0.2.tar.gz) = 68232