svn commit: r365460 - head/devel/py-six

Ruslan Makhmatkhanov rm at FreeBSD.org
Wed Aug 20 12:42:56 UTC 2014


Author: rm
Date: Wed Aug 20 12:42:55 2014
New Revision: 365460
URL: http://svnweb.freebsd.org/changeset/ports/365460
QAT: https://qat.redports.org/buildarchive/r365460/

Log:
  devel/py-six: update 1.7.3; pass maintainership to python@
  
  Requested by:	koobs

Modified:
  head/devel/py-six/Makefile
  head/devel/py-six/distinfo

Modified: head/devel/py-six/Makefile
==============================================================================
--- head/devel/py-six/Makefile	Wed Aug 20 12:41:12 2014	(r365459)
+++ head/devel/py-six/Makefile	Wed Aug 20 12:42:55 2014	(r365460)
@@ -2,18 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	six
-PORTVERSION=	1.5.2
+PORTVERSION=	1.7.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	zope at FreeBSD.org
+MAINTAINER=	python at FreeBSD.org
 COMMENT=	Python 2 and 3 compatibility utilities
 
 LICENSE=	MIT
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>

Modified: head/devel/py-six/distinfo
==============================================================================
--- head/devel/py-six/distinfo	Wed Aug 20 12:41:12 2014	(r365459)
+++ head/devel/py-six/distinfo	Wed Aug 20 12:42:55 2014	(r365460)
@@ -1,2 +1,2 @@
-SHA256 (six-1.5.2.tar.gz) = fc6beeffdd8fc76b783287eb77d093425d0710920aae2c70acd693c52d7e8cf8
-SIZE (six-1.5.2.tar.gz) = 24081
+SHA256 (six-1.7.3.tar.gz) = 7a842c9f882c0b2ab1064d567bb9fff6a21c9efbc3d9992083ad6193787ed393
+SIZE (six-1.7.3.tar.gz) = 26339


More information about the svn-ports-head mailing list