aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2013-01-27 01:47:31 +0800
committertobez <tobez@FreeBSD.org>2013-01-27 01:47:31 +0800
commit042be50b1f2b48dfa0e0bab64bcf6c991f4ca376 (patch)
tree64395773b80b22a95a195dd5b60cd4ca080b8695 /graphics
parentbed86add9b65ce3c2142a729306b620c37f429b7 (diff)
downloadfreebsd-ports-gnome-042be50b1f2b48dfa0e0bab64bcf6c991f4ca376.tar.gz
freebsd-ports-gnome-042be50b1f2b48dfa0e0bab64bcf6c991f4ca376.tar.zst
freebsd-ports-gnome-042be50b1f2b48dfa0e0bab64bcf6c991f4ca376.zip
Update to 0.19.
Changes: http://search.cpan.org/dist/GraphViz-Data-Structure/Changes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-GraphViz-Data-Structure/Makefile10
-rw-r--r--graphics/p5-GraphViz-Data-Structure/distinfo4
-rw-r--r--graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL11
3 files changed, 4 insertions, 21 deletions
diff --git a/graphics/p5-GraphViz-Data-Structure/Makefile b/graphics/p5-GraphViz-Data-Structure/Makefile
index 971e9c41715c..c6093170c94d 100644
--- a/graphics/p5-GraphViz-Data-Structure/Makefile
+++ b/graphics/p5-GraphViz-Data-Structure/Makefile
@@ -1,14 +1,8 @@
-# ex:ts=8
-# Ports collection makefile for: p5-GraphViz-Data-Structure
-# Date created: Sep 6, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= GraphViz-Data-Structure
-PORTVERSION= 0.17
-PORTREVISION= 5
+PORTVERSION= 0.19
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/graphics/p5-GraphViz-Data-Structure/distinfo b/graphics/p5-GraphViz-Data-Structure/distinfo
index 38c5447c2e74..a996fdb218d6 100644
--- a/graphics/p5-GraphViz-Data-Structure/distinfo
+++ b/graphics/p5-GraphViz-Data-Structure/distinfo
@@ -1,2 +1,2 @@
-SHA256 (GraphViz-Data-Structure-0.17.tar.gz) = d7714c42c81cc88a0eb997da0f323508771d5fef27ac2d8c1dd517ab541c9bcc
-SIZE (GraphViz-Data-Structure-0.17.tar.gz) = 41699
+SHA256 (GraphViz-Data-Structure-0.19.tar.gz) = 8d9c7bf12cac41b1a0e8991c613da0a68f5dc224525bcca15396e9404bba3231
+SIZE (GraphViz-Data-Structure-0.19.tar.gz) = 42242
diff --git a/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL b/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL
deleted file mode 100644
index 371f5cbe1c2e..000000000000
--- a/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig 2007-09-14 02:17:00.000000000 +0800
-+++ Makefile.PL 2009-08-11 20:25:38.000000000 +0800
-@@ -8,7 +8,7 @@
- die "You must install the graphviz package (http://www.graphviz.org) before using this module.\n";
- }
- else {
-- my (@v) = ($dot_version =~ /dot (?:- Graphviz )?version (\d+)\.(\d+)/);
-+ my (@v) = ($dot_version =~ /dot (?:- Graphviz )?version (\d+)\.(\d+)/i);
- if ( $v[0] < 2 || $v[1] < 2 ) {
- die "You must have at least version 2.2 of dot to use this module (found $v[0].$v[1])";
- }