diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-03 09:34:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-03 09:34:03 +0000 |
commit | 540d5a88663c2389f665c2e045c00074ed15efc6 (patch) | |
tree | 578657670edeb6374be923daf474d4d8e228d64f /graphics/graphviz/Makefile | |
parent | 5b01d0b5ed76c42222efbf5dfb87da9601aa33f6 (diff) | |
download | pkgsrc-540d5a88663c2389f665c2e045c00074ed15efc6.tar.gz |
Update to 2.36.0:
January 11, 2014
- Release 2.36.0
- Resolves bugs: 2372, 2384, 2388, 2391, 2392, 2383, 2395, 2401, 2406
- Various MacOS Fixes from Pixleglow.
- Remove old libgraph sources from distributions.
- Move master git repo to github.com
September 15, 2013
- Add <S> element for strike-through to HTML-like labels.
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r-- | graphics/graphviz/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index a5358a8f088..2446e8b1155 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.138 2014/02/12 23:18:00 tron Exp $ +# $NetBSD: Makefile,v 1.139 2014/04/03 09:34:03 wiz Exp $ -DISTNAME= graphviz-2.34.0 -PKGREVISION= 7 +DISTNAME= graphviz-2.36.0 CATEGORIES= graphics MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/ |