diff options
author | demon <demon@FreeBSD.org> | 2016-09-24 16:37:53 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2016-09-24 16:37:53 +0800 |
commit | 94811f7da34d24dc2559bfaab73575f1de4d4fd3 (patch) | |
tree | e7dcd5c51a21b67aa66e189eef6de5c0f8d2ed40 /textproc | |
parent | 0ec708924cd385999a5097bab98acebbbbb9cf8a (diff) | |
download | freebsd-ports-graphics-94811f7da34d24dc2559bfaab73575f1de4d4fd3.tar.gz freebsd-ports-graphics-94811f7da34d24dc2559bfaab73575f1de4d4fd3.tar.zst freebsd-ports-graphics-94811f7da34d24dc2559bfaab73575f1de4d4fd3.zip |
Update to version 0.4.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-tinycss/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-tinycss/distinfo | 5 | ||||
-rw-r--r-- | textproc/py-tinycss/pkg-descr | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/textproc/py-tinycss/Makefile b/textproc/py-tinycss/Makefile index 02d948962c9..d2719c1a778 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 13a5fa6920a..aeab7a018f6 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 21ace2b9035..f30cbac143f 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 |