Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2017 15:01:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444268 - head/textproc/py-humanfriendly
Message-ID:  <201706251501.v5PF1vq6058179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 25 15:01:57 2017
New Revision: 444268
URL: https://svnweb.freebsd.org/changeset/ports/444268

Log:
  Update to 3.3
  
  - Allow concurrent installation (USE_PYTHON=concurrent)
  
  Changes:	https://github.com/xolox/python-humanfriendly/commits/master

Modified:
  head/textproc/py-humanfriendly/Makefile
  head/textproc/py-humanfriendly/distinfo

Modified: head/textproc/py-humanfriendly/Makefile
==============================================================================
--- head/textproc/py-humanfriendly/Makefile	Sun Jun 25 15:01:52 2017	(r444267)
+++ head/textproc/py-humanfriendly/Makefile	Sun Jun 25 15:01:57 2017	(r444268)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	humanfriendly
-PORTVERSION=	3.2
+PORTVERSION=	3.3
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 NO_ARCH=	yes
 USES?=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.pre.mk>
 

Modified: head/textproc/py-humanfriendly/distinfo
==============================================================================
--- head/textproc/py-humanfriendly/distinfo	Sun Jun 25 15:01:52 2017	(r444267)
+++ head/textproc/py-humanfriendly/distinfo	Sun Jun 25 15:01:57 2017	(r444268)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495126905
-SHA256 (humanfriendly-3.2.tar.gz) = 67149c9fafe8b6babd40691c75ddf56180c8bb51f5b9f52819da5b28896f1168
-SIZE (humanfriendly-3.2.tar.gz) = 50577
+TIMESTAMP = 1498387843
+SHA256 (humanfriendly-3.3.tar.gz) = 92eb1618b857fd259b998c5bf2a1f896f574127b78782133345806435df44ac7
+SIZE (humanfriendly-3.3.tar.gz) = 54933



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706251501.v5PF1vq6058179>