Update to 0.19.

Changes:	http://search.cpan.org/dist/GraphViz-Data-Structure/Changes
This commit is contained in:
Anton Berezin 2013-01-26 17:47:31 +00:00
parent cc8c90f3be
commit 7d5462671a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311037
3 changed files with 4 additions and 21 deletions

View File

@ -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-

View File

@ -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

View File

@ -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])";
}