diff options
author | seb <seb@pkgsrc.org> | 2005-03-19 09:13:57 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-03-19 09:13:57 +0000 |
commit | 9f32d0ee3baa4a58b2f0706c8495dc4fa790e84f (patch) | |
tree | 2f5edc0dab04caae632dbe6eddcbe6267ad3423b /graphics/graphviz/Makefile | |
parent | df1dcd0fedf76911581cc3251ab6062a94f14257 (diff) | |
download | pkgsrc-9f32d0ee3baa4a58b2f0706c8495dc4fa790e84f.tar.gz |
Update to graphviz version 2.2
This should take care of PR pkg/28596.
Changes since last packaged version (2.0)
January 19 2005
- release 2.2
- fix bugs: 86, 345, 517, 579, 580, 597, 600, 601, 604
- use the original cpl1.0.txt as the license master, instead of CPL.html
- fix for bug generating in memory bitmaps that was affecting webdot
- fixes for windows builds
- documenttion updates
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 3bc05a03d94..4c2693c5687 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2005/02/23 04:09:51 minskim Exp $ +# $NetBSD: Makefile,v 1.29 2005/03/19 09:13:57 seb Exp $ # -DISTNAME= graphviz-2.0 +DISTNAME= graphviz-2.2 CATEGORIES= graphics MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ |