svn commit: r328571 - head/net/py-urllib3

Olivier Duchateau olivierd at FreeBSD.org
Sat Sep 28 14:46:26 UTC 2013


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 <bsd.port.pre.mk>
@@ -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/


More information about the svn-ports-all mailing list