Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 10:00:50 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326590 - head/devel/py-six
Message-ID:  <201309071000.r87A0oXC060090@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Sep  7 10:00:50 2013
New Revision: 326590
URL: http://svnweb.freebsd.org/changeset/ports/326590

Log:
  - update to 1.4.1
  - update project url to avoid redirect
  
  PR:		181810
  Submitted by:	Kozlov Sergey <kozlov.sergey.404@gmail.com>

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

Modified: head/devel/py-six/Makefile
==============================================================================
--- head/devel/py-six/Makefile	Sat Sep  7 09:59:42 2013	(r326589)
+++ head/devel/py-six/Makefile	Sat Sep  7 10:00:50 2013	(r326590)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	six
-PORTVERSION=	1.2.0
+PORTVERSION=	1.4.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,6 @@ COMMENT=	Python 2 and 3 compatibility ut
 
 LICENSE=	MIT
 
-# Python3 ready
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 

Modified: head/devel/py-six/distinfo
==============================================================================
--- head/devel/py-six/distinfo	Sat Sep  7 09:59:42 2013	(r326589)
+++ head/devel/py-six/distinfo	Sat Sep  7 10:00:50 2013	(r326590)
@@ -1,2 +1,2 @@
-SHA256 (six-1.2.0.tar.gz) = 4a86d87623f75811524f30832e092914d65af7ff2eb1d403e01ec235b0e19cb3
-SIZE (six-1.2.0.tar.gz) = 15316
+SHA256 (six-1.4.1.tar.gz) = f045afd6dffb755cc0411acb7ce9acc4de0e71261d4b5f91de2e68d9aa5f8367
+SIZE (six-1.4.1.tar.gz) = 21409

Modified: head/devel/py-six/pkg-descr
==============================================================================
--- head/devel/py-six/pkg-descr	Sat Sep  7 09:59:42 2013	(r326589)
+++ head/devel/py-six/pkg-descr	Sat Sep  7 10:00:50 2013	(r326590)
@@ -3,4 +3,4 @@ functions for smoothing over the differe
 with the goal of writing Python code that is compatible on both Python
 versions. See the documentation for more information on what is provided.
 
-WWW: http://pypi.python.org/pypi/six
+WWW: https://pypi.python.org/pypi/six/



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