From owner-svn-ports-head@FreeBSD.ORG Sat Sep 13 15:19:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B0D91EA; Sat, 13 Sep 2014 15:19:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E05B630D; Sat, 13 Sep 2014 15:19:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8DFJEKv075714; Sat, 13 Sep 2014 15:19:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8DFJEnb075710; Sat, 13 Sep 2014 15:19:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409131519.s8DFJEnb075710@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Sep 2014 15:19:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368117 - 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.18-1 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: Sat, 13 Sep 2014 15:19:15 -0000 Author: sunpoet Date: Sat Sep 13 15:19:14 2014 New Revision: 368117 URL: http://svnweb.freebsd.org/changeset/ports/368117 QAT: https://qat.redports.org/buildarchive/r368117/ Log: - Update to 0.9 Changes: https://github.com/jcgregorio/httplib2/releases Submitted by: sunpoet (myself) Approved by: lwhsu (maintainer) Modified: head/www/py-httplib2/Makefile head/www/py-httplib2/distinfo Modified: head/www/py-httplib2/Makefile ============================================================================== --- head/www/py-httplib2/Makefile Sat Sep 13 15:19:09 2014 (r368116) +++ head/www/py-httplib2/Makefile Sat Sep 13 15:19:14 2014 (r368117) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= httplib2 -PORTVERSION= 0.8 -PORTREVISION= 2 +PORTVERSION= 0.9 CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org @@ -13,14 +11,12 @@ COMMENT= Comprehensive HTTP client libra LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USE_PYTHON= autoplist distutils +USES= python -.include +USE_GITHUB= yes +GH_ACCOUNT= jcgregorio +GH_COMMIT= 058a1f9 +GH_TAGNAME= v${PORTVERSION} -post-patch: - ${FIND} ${WRKSRC} -type f -exec ${CHMOD} 644 {} \; - ${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \; - -.include +.include Modified: head/www/py-httplib2/distinfo ============================================================================== --- head/www/py-httplib2/distinfo Sat Sep 13 15:19:09 2014 (r368116) +++ head/www/py-httplib2/distinfo Sat Sep 13 15:19:14 2014 (r368117) @@ -1,2 +1,2 @@ -SHA256 (httplib2-0.8.tar.gz) = af689bc3cb10a95721eb0d0cf806202a699e7799dacd3497f63b48b2ba429c3f -SIZE (httplib2-0.8.tar.gz) = 148284 +SHA256 (httplib2-0.9.tar.gz) = 6d794dbbc421d7960bf52f84cf0954d3e6fd66e2cea8bf0540976b5202389401 +SIZE (httplib2-0.9.tar.gz) = 342836