From owner-svn-ports-head@freebsd.org Fri May 6 09:43:14 2016 Return-Path: Delivered-To: svn-ports-head@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 923F1B2F731; Fri, 6 May 2016 09:43:14 +0000 (UTC) (envelope-from lwhsu@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 49D341980; Fri, 6 May 2016 09:43:14 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u469hDbW000473; Fri, 6 May 2016 09:43:13 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u469hDrW000470; Fri, 6 May 2016 09:43:13 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201605060943.u469hDrW000470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 6 May 2016 09:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414694 - head/www/py-httplib2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 09:43:14 -0000 Author: lwhsu Date: Fri May 6 09:43:13 2016 New Revision: 414694 URL: https://svnweb.freebsd.org/changeset/ports/414694 Log: - Update to 0.9.2 Modified: head/www/py-httplib2/Makefile head/www/py-httplib2/distinfo head/www/py-httplib2/pkg-descr Modified: head/www/py-httplib2/Makefile ============================================================================== --- head/www/py-httplib2/Makefile Fri May 6 09:24:36 2016 (r414693) +++ head/www/py-httplib2/Makefile Fri May 6 09:43:13 2016 (r414694) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= httplib2 -PORTVERSION= 0.9.1 -DISTVERSIONPREFIX= v +PORTVERSION= 0.9.2 CATEGORIES= www python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org @@ -16,7 +16,4 @@ NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python -USE_GITHUB= yes -GH_ACCOUNT= jcgregorio - .include Modified: head/www/py-httplib2/distinfo ============================================================================== --- head/www/py-httplib2/distinfo Fri May 6 09:24:36 2016 (r414693) +++ head/www/py-httplib2/distinfo Fri May 6 09:43:13 2016 (r414694) @@ -1,2 +1,2 @@ -SHA256 (jcgregorio-httplib2-v0.9.1_GH0.tar.gz) = 677a7c0fb0bcb896db96b45163d94107f0d6236379ea76415fd9a0956e684758 -SIZE (jcgregorio-httplib2-v0.9.1_GH0.tar.gz) = 343945 +SHA256 (httplib2-0.9.2.tar.gz) = c3aba1c9539711551f4d83e857b316b5134a1c4ddce98a875b7027be7dd6d988 +SIZE (httplib2-0.9.2.tar.gz) = 205165 Modified: head/www/py-httplib2/pkg-descr ============================================================================== --- head/www/py-httplib2/pkg-descr Fri May 6 09:24:36 2016 (r414693) +++ head/www/py-httplib2/pkg-descr Fri May 6 09:43:13 2016 (r414694) @@ -1,4 +1,4 @@ A comprehensive HTTP client library, httplib2.py supports many features left out of other HTTP libraries. -WWW: http://code.google.com/p/httplib2/ +WWW: https://github.com/httplib2/httplib2