diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-11-19 20:02:13 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-11-19 20:02:13 +0000 |
commit | 4193d71eb13cbb93115dbe2cd703163da49ce82c (patch) | |
tree | ab9535d20493e7dbded0ad7456de0ea7d02bf00b /graphics/py-seqdiag/Makefile | |
parent | e933429febafd36a7ea537c1c97c9cbfc7108150 (diff) | |
download | pkgsrc-4193d71eb13cbb93115dbe2cd703163da49ce82c.tar.gz |
Update to seqdiag-0.8.1
0.8.1 (2012-11-12)
------------------
* Add altblock feature (experimental)
* Fix bugs
0.8.0 (2012-10-22)
------------------
* Optimize algorithm for rendering shadow
* Add options to docutils directive
* Fix bugs
0.7.5 (2012-09-29)
------------------
* Fix bugs
0.7.4 (2012-09-20)
------------------
* Support blockdiag-1.1.7 interface
* Fix bugs
Diffstat (limited to 'graphics/py-seqdiag/Makefile')
-rw-r--r-- | graphics/py-seqdiag/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index 945d50d9b27..4ae9844cdde 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2012/10/06 14:11:18 asau Exp $ +# $NetBSD: Makefile,v 1.6 2012/11/19 20:02:13 cheusov Exp $ # -DISTNAME= seqdiag-0.7.3 +DISTNAME= seqdiag-0.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics MASTER_SITES= http://pypi.python.org/packages/source/s/seqdiag/ @@ -11,7 +11,7 @@ HOMEPAGE= http://blockdiag.com/seqdiag/build/html/ COMMENT= Simple sequence-diagram image generator LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.1.2:../../graphics/py-blockdiag +DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.1.7:../../graphics/py-blockdiag USE_LANGUAGES= # none |