Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2018 08:30:13 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467690 - head/graphics/py-webcolors
Message-ID:  <201804180830.w3I8UDDm014191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Wed Apr 18 08:30:13 2018
New Revision: 467690
URL: https://svnweb.freebsd.org/changeset/ports/467690

Log:
  - Update to 1.8.1
  - Update LICENSE section
  - Update pkg-descr

Modified:
  head/graphics/py-webcolors/Makefile   (contents, props changed)
  head/graphics/py-webcolors/distinfo   (contents, props changed)
  head/graphics/py-webcolors/pkg-descr   (contents, props changed)

Modified: head/graphics/py-webcolors/Makefile
==============================================================================
--- head/graphics/py-webcolors/Makefile	Wed Apr 18 08:18:17 2018	(r467689)
+++ head/graphics/py-webcolors/Makefile	Wed Apr 18 08:30:13 2018	(r467690)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	webcolors
-PORTVERSION=	1.7
+PORTVERSION=	1.8.1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ MAINTAINER=	tota@FreeBSD.org
 COMMENT=	Library working with the sRGB color space as used in the HTML and CSS
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
 USE_PYTHON=	distutils autoplist

Modified: head/graphics/py-webcolors/distinfo
==============================================================================
--- head/graphics/py-webcolors/distinfo	Wed Apr 18 08:18:17 2018	(r467689)
+++ head/graphics/py-webcolors/distinfo	Wed Apr 18 08:30:13 2018	(r467690)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481878562
-SHA256 (webcolors-1.7.tar.gz) = e47e68644d41c0b1f1e4d939cfe4039bdf1ab31234df63c7a4f59d4766487206
-SIZE (webcolors-1.7.tar.gz) = 31291
+TIMESTAMP = 1523862026
+SHA256 (webcolors-1.8.1.tar.gz) = 030562f624467a9901f0b455fef05486a88cfb5daa1e356bd4aacea043850b59
+SIZE (webcolors-1.8.1.tar.gz) = 33118

Modified: head/graphics/py-webcolors/pkg-descr
==============================================================================
--- head/graphics/py-webcolors/pkg-descr	Wed Apr 18 08:18:17 2018	(r467689)
+++ head/graphics/py-webcolors/pkg-descr	Wed Apr 18 08:30:13 2018	(r467690)
@@ -1,5 +1,5 @@
-webcolors is a simple Python (2.6, 2.7, 3.3+) module for working
-with HTML/CSS color definitions.
+webcolors is a Python (2.7, 3.4+) module for working with HTML/CSS
+color definitions.
 
 Support is included for normalizing and converting between the
 following formats (RGB colorspace only; conversion to/from HSL can



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