From owner-svn-ports-head@FreeBSD.ORG Sat Sep 28 14:46:26 2013 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 ESMTP id 89813134; Sat, 28 Sep 2013 14:46:26 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CAEA2FBC; Sat, 28 Sep 2013 14:46:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8SEkQj6020124; Sat, 28 Sep 2013 14:46:26 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8SEkP99020121; Sat, 28 Sep 2013 14:46:25 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201309281446.r8SEkP99020121@svn.freebsd.org> From: Olivier Duchateau Date: Sat, 28 Sep 2013 14:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328571 - head/net/py-urllib3 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.14 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, 28 Sep 2013 14:46:26 -0000 Author: olivierd Date: Sat Sep 28 14:46:25 2013 New Revision: 328571 URL: http://svnweb.freebsd.org/changeset/ports/328571 Log: - Update to 1.7.1 - Use PYTHON_PY3K_PLIST_HACK ChangeLog: https://github.com/shazow/urllib3/blob/1.7.1/CHANGES.rst#171-2013-09-25 Modified: head/net/py-urllib3/Makefile head/net/py-urllib3/distinfo head/net/py-urllib3/pkg-descr (contents, props changed) Modified: head/net/py-urllib3/Makefile ============================================================================== --- head/net/py-urllib3/Makefile Sat Sep 28 14:42:15 2013 (r328570) +++ head/net/py-urllib3/Makefile Sat Sep 28 14:46:25 2013 (r328571) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYTHON_PY3K_PLIST_HACK= yes NO_STAGE= yes .include @@ -26,10 +27,6 @@ PLIST_SUB+= SSL="" PLIST_SUB+= SSL="@comment " .endif -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - # distutils module can't exclude file (during install step) post-extract: .if ${PYTHON_REL} >= 300 Modified: head/net/py-urllib3/distinfo ============================================================================== --- head/net/py-urllib3/distinfo Sat Sep 28 14:42:15 2013 (r328570) +++ head/net/py-urllib3/distinfo Sat Sep 28 14:46:25 2013 (r328571) @@ -1,2 +1,2 @@ -SHA256 (urllib3-1.7.tar.gz) = c31f4ee4c76c56794cec5b23af042515abb93d667f1a3fbfe3e452056c6c4be0 -SIZE (urllib3-1.7.tar.gz) = 61123 +SHA256 (urllib3-1.7.1.tar.gz) = 20fb9e6c7127a6f7a758919f6de7ef352bb955084006f29e838045caca00cb1b +SIZE (urllib3-1.7.1.tar.gz) = 67329 Modified: head/net/py-urllib3/pkg-descr ============================================================================== --- head/net/py-urllib3/pkg-descr Sat Sep 28 14:42:15 2013 (r328570) +++ head/net/py-urllib3/pkg-descr Sat Sep 28 14:46:25 2013 (r328571) @@ -1,4 +1,4 @@ Urllib3 is an HTTP library with thread-safe connection pooling, and file post. -WWW: http://urllib3.readthedocs.org/ +WWW: https://github.com/shazow/urllib3/