Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2013 13:40:49 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311311 - head/devel/py-six
Message-ID:  <201301311340.r0VDeoA6091189@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu Jan 31 13:40:49 2013
New Revision: 311311
URL: http://svnweb.freebsd.org/changeset/ports/311311

Log:
  - update to 1.2.0 (that's required for our current devel/py-dateutil version)
  - trim Makefile header
  - tab -> space change in pkg-descr:WWW
  
  Approved by:	maintainer (implicit; email with no response)

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	Thu Jan 31 13:38:42 2013	(r311310)
+++ head/devel/py-six/Makefile	Thu Jan 31 13:40:49 2013	(r311311)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	six
-# Date created:				15 Nov 2011
-# Whom:					Cheng-Lung Sung <clsung@FreeBSD.org>
-#
+# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	six
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-six/distinfo
==============================================================================
--- head/devel/py-six/distinfo	Thu Jan 31 13:38:42 2013	(r311310)
+++ head/devel/py-six/distinfo	Thu Jan 31 13:40:49 2013	(r311311)
@@ -1,2 +1,2 @@
-SHA256 (six-1.1.0.tar.gz) = 8c421a58100704148fd9ad2e38b05d5646f6d3139ac209dfda4c980d124c75ba
-SIZE (six-1.1.0.tar.gz) = 12573
+SHA256 (six-1.2.0.tar.gz) = 4a86d87623f75811524f30832e092914d65af7ff2eb1d403e01ec235b0e19cb3
+SIZE (six-1.2.0.tar.gz) = 15316

Modified: head/devel/py-six/pkg-descr
==============================================================================
--- head/devel/py-six/pkg-descr	Thu Jan 31 13:38:42 2013	(r311310)
+++ head/devel/py-six/pkg-descr	Thu Jan 31 13:40:49 2013	(r311311)
@@ -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: http://pypi.python.org/pypi/six



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