svn commit: r430298 - in head/www: py-cssutils py3-cssutils

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 1 21:41:09 UTC 2017


Author: sunpoet
Date: Sun Jan  1 21:41:06 2017
New Revision: 430298
URL: https://svnweb.freebsd.org/changeset/ports/430298

Log:
  - Update to 1.0.1
  
  Changes:	https://bitbucket.org/cthedot/cssutils/src/default/CHANGELOG.txt
  		https://bitbucket.org/cthedot/cssutils/commits/all

Modified:
  head/www/py-cssutils/Makefile
  head/www/py-cssutils/distinfo
  head/www/py3-cssutils/Makefile

Modified: head/www/py-cssutils/Makefile
==============================================================================
--- head/www/py-cssutils/Makefile	Sun Jan  1 21:41:02 2017	(r430297)
+++ head/www/py-cssutils/Makefile	Sun Jan  1 21:41:06 2017	(r430298)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cssutils
-PORTVERSION=	1.0
-PORTREVISION=	2
+PORTVERSION=	1.0.1
 PORTEPOCH=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
@@ -18,7 +17,7 @@ OPTIONS_DEFINE=	EXAMPLES
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist concurrent distutils
-USES?=		python zip
+USES?=		python
 
 PORTEXAMPLES=	*
 

Modified: head/www/py-cssutils/distinfo
==============================================================================
--- head/www/py-cssutils/distinfo	Sun Jan  1 21:41:02 2017	(r430297)
+++ head/www/py-cssutils/distinfo	Sun Jan  1 21:41:06 2017	(r430298)
@@ -1,2 +1,3 @@
-SHA256 (cssutils-1.0.zip) = 4504762f5d8800b98fa713749c00acfef8419826568f9363c490e45146a891af
-SIZE (cssutils-1.0.zip) = 434178
+TIMESTAMP = 1483301668
+SHA256 (cssutils-1.0.1.tar.gz) = d8a18b2848ea1011750231f1dd64fe9053dbec1be0b37563c582561e7a529063
+SIZE (cssutils-1.0.1.tar.gz) = 353621

Modified: head/www/py3-cssutils/Makefile
==============================================================================
--- head/www/py3-cssutils/Makefile	Sun Jan  1 21:41:02 2017	(r430297)
+++ head/www/py3-cssutils/Makefile	Sun Jan  1 21:41:06 2017	(r430298)
@@ -3,6 +3,6 @@
 
 MASTERDIR=	${.CURDIR}/../py-cssutils
 
-USES=		python:3.3+ zip
+USES=		python:3.3+
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list