Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2020 12:39:23 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531505 - in head/graphics/graphviz: . files
Message-ID:  <202004121239.03CCdN7w044860@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Apr 12 12:39:22 2020
New Revision: 531505
URL: https://svnweb.freebsd.org/changeset/ports/531505

Log:
  - update to 2.44.0

Added:
  head/graphics/graphviz/files/patch-lib-sfdpgen-PriorityQueue.c   (contents, props changed)
Modified:
  head/graphics/graphviz/Makefile
  head/graphics/graphviz/distinfo

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Sun Apr 12 12:35:56 2020	(r531504)
+++ head/graphics/graphviz/Makefile	Sun Apr 12 12:39:22 2020	(r531505)
@@ -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/
 

Modified: head/graphics/graphviz/distinfo
==============================================================================
--- head/graphics/graphviz/distinfo	Sun Apr 12 12:35:56 2020	(r531504)
+++ head/graphics/graphviz/distinfo	Sun Apr 12 12:39:22 2020	(r531505)
@@ -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

Added: head/graphics/graphviz/files/patch-lib-sfdpgen-PriorityQueue.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/graphviz/files/patch-lib-sfdpgen-PriorityQueue.c	Sun Apr 12 12:39:22 2020	(r531505)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004121239.03CCdN7w044860>