diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-11-22 10:36:12 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-11-22 10:36:12 +0000 |
commit | bcfacab8772c0f3bf72412386eb13f58def6bef2 (patch) | |
tree | 9e4fdedf9c0f8e6651e6a14fac3e4e51cd03bf6d /graphics/tulip/Makefile | |
parent | 406e58f942f595c391c535ecadc48b3415fbf394 (diff) | |
download | ports-bcfacab8772c0f3bf72412386eb13f58def6bef2.tar.gz ports-bcfacab8772c0f3bf72412386eb13f58def6bef2.zip |
- Update to 3.6.1
This is a maintenance release with many bug fixes, especially in the
rendering of edges and labels. It includes improvements for the Python
Scripting view, and new methods for the management of subgraphs.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286241
Diffstat (limited to 'graphics/tulip/Makefile')
-rw-r--r-- | graphics/tulip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 27a10534259e..3614dce3671f 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -7,7 +7,7 @@ # PORTNAME= tulip -PORTVERSION= 3.6.0 +PORTVERSION= 3.6.1 CATEGORIES= graphics MASTER_SITES= SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} |