aboutsummaryrefslogtreecommitdiff
path: root/graphics/graphviz
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2020-04-12 12:39:22 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2020-04-12 12:39:22 +0000
commit782e24779e91be857bcd44269ccd15e83eb8a7a8 (patch)
treeba102679d59cfed463bc0af21fec0ec6e5b0e79f /graphics/graphviz
parentf945b541cf0b9c6ccbca4c658d61c700b698be67 (diff)
downloadports-782e24779e91be857bcd44269ccd15e83eb8a7a8.tar.gz
ports-782e24779e91be857bcd44269ccd15e83eb8a7a8.zip
- update to 2.44.0
Notes
Notes: svn path=/head/; revision=531505
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile2
-rw-r--r--graphics/graphviz/distinfo6
-rw-r--r--graphics/graphviz/files/patch-lib-sfdpgen-PriorityQueue.c11
3 files changed, 15 insertions, 4 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index f25b5b9f7a3c..16ca30836ca6 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= graphviz
-PORTVERSION= 2.42.4
+PORTVERSION= 2.44.0
CATEGORIES= graphics tk
MASTER_SITES= https://www2.graphviz.org/Packages/stable/portable_source/
diff --git a/graphics/graphviz/distinfo b/graphics/graphviz/distinfo
index 912145b9196f..beb14d9f225e 100644
--- a/graphics/graphviz/distinfo
+++ b/graphics/graphviz/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586245869
-SHA256 (graphviz-2.42.4.tar.gz) = d7b91df86420d3a556fa5fb61a5bf8d5c60081b3e52808fe586e309d64f35e5e
-SIZE (graphviz-2.42.4.tar.gz) = 32898923
+TIMESTAMP = 1586532566
+SHA256 (graphviz-2.44.0.tar.gz) = 9aabd13a8018b708ab3c822de2326c19d0a52ed59f50a6b0f9318c07e2a6d93b
+SIZE (graphviz-2.44.0.tar.gz) = 32903746
diff --git a/graphics/graphviz/files/patch-lib-sfdpgen-PriorityQueue.c b/graphics/graphviz/files/patch-lib-sfdpgen-PriorityQueue.c
new file mode 100644
index 000000000000..51e732f4038d
--- /dev/null
+++ b/graphics/graphviz/files/patch-lib-sfdpgen-PriorityQueue.c
@@ -0,0 +1,11 @@
+--- lib/sfdpgen/PriorityQueue.c.orig 2020-04-08 07:51:57 UTC
++++ lib/sfdpgen/PriorityQueue.c
+@@ -11,7 +11,7 @@
+ * Contributors: See CVS logs. Details at http://www.graphviz.org/
+ *************************************************************************/
+
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #include "LinkedList.h"
+ #include "PriorityQueue.h"