Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2017 13:53:01 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435236 - head/devel/py-wcwidth
Message-ID:  <201703021353.v22Dr1WI011618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Thu Mar  2 13:53:01 2017
New Revision: 435236
URL: https://svnweb.freebsd.org/changeset/ports/435236

Log:
  Upgrade to version 0.1.7
  Set a default value for USES if it has not already been defined

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

Modified: head/devel/py-wcwidth/Makefile
==============================================================================
--- head/devel/py-wcwidth/Makefile	Thu Mar  2 12:54:33 2017	(r435235)
+++ head/devel/py-wcwidth/Makefile	Thu Mar  2 13:53:01 2017	(r435236)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wcwidth
-PORTVERSION=	0.1.6
+PORTVERSION=	0.1.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Determine the printable width o
 LICENSE=	MIT
 
 NO_ARCH=	yes
-USES=		python
+USES?=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>

Modified: head/devel/py-wcwidth/distinfo
==============================================================================
--- head/devel/py-wcwidth/distinfo	Thu Mar  2 12:54:33 2017	(r435235)
+++ head/devel/py-wcwidth/distinfo	Thu Mar  2 13:53:01 2017	(r435236)
@@ -1,2 +1,3 @@
-SHA256 (wcwidth-0.1.6.tar.gz) = dcb3ec4771066cc15cf6aab5d5c4a499a5f01c677ff5aeb46cf20500dccd920b
-SIZE (wcwidth-0.1.6.tar.gz) = 20483
+TIMESTAMP = 1488462563
+SHA256 (wcwidth-0.1.7.tar.gz) = 3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e
+SIZE (wcwidth-0.1.7.tar.gz) = 22884



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