aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-tinycss
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2016-09-24 08:37:53 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2016-09-24 08:37:53 +0000
commit4a9951ac4ed25792c868c6e039c583521620b2cd (patch)
treee7dcd5c51a21b67aa66e189eef6de5c0f8d2ed40 /textproc/py-tinycss
parentdfd9f50b0ffdf356b97941be699b27963dd64174 (diff)
downloadports-4a9951ac4ed25792c868c6e039c583521620b2cd.tar.gz
ports-4a9951ac4ed25792c868c6e039c583521620b2cd.zip
Update to version 0.4.
Notes
Notes: svn path=/head/; revision=422703
Diffstat (limited to 'textproc/py-tinycss')
-rw-r--r--textproc/py-tinycss/Makefile2
-rw-r--r--textproc/py-tinycss/distinfo5
-rw-r--r--textproc/py-tinycss/pkg-descr1
3 files changed, 5 insertions, 3 deletions
diff --git a/textproc/py-tinycss/Makefile b/textproc/py-tinycss/Makefile
index 02d948962c97..d2719c1a7785 100644
--- a/textproc/py-tinycss/Makefile
+++ b/textproc/py-tinycss/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tinycss
-PORTVERSION= 0.3
+PORTVERSION= 0.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-tinycss/distinfo b/textproc/py-tinycss/distinfo
index 13a5fa6920ab..aeab7a018f68 100644
--- a/textproc/py-tinycss/distinfo
+++ b/textproc/py-tinycss/distinfo
@@ -1,2 +1,3 @@
-SHA256 (tinycss-0.3.tar.gz) = a4adabd1c417080372c789220f7f9985995e74f2fb612848306872a232862cde
-SIZE (tinycss-0.3.tar.gz) = 72860
+TIMESTAMP = 1474706004
+SHA256 (tinycss-0.4.tar.gz) = 12306fb50e5e9e7eaeef84b802ed877488ba80e35c672867f548c0924a76716e
+SIZE (tinycss-0.4.tar.gz) = 87759
diff --git a/textproc/py-tinycss/pkg-descr b/textproc/py-tinycss/pkg-descr
index 21ace2b90357..f30cbac143f8 100644
--- a/textproc/py-tinycss/pkg-descr
+++ b/textproc/py-tinycss/pkg-descr
@@ -2,6 +2,7 @@ tinycss is a complete yet simple CSS parser for Python. It supports the
full syntax and error handling for CSS 2.1 as well as some CSS 3 modules:
-- CSS Color 3
+-- CSS Fonts 3
-- CSS Paged Media 3
It is designed to be easy to extend for new CSS modules and syntax, and