aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-10-17 05:52:27 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-10-17 05:52:27 +0000
commit8b54751aef7b394c176da6461a82de70e082b402 (patch)
tree6b1a4b76132f580b0ccddbc5a5a9b647f372d7a9 /graphics
parent7eb14a8b7ffe60547bee767ccc72a45da309ec6b (diff)
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-GraphViz-Data-Structure/Makefile2
-rw-r--r--graphics/p5-GraphViz-Data-Structure/distinfo6
-rw-r--r--graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL20
3 files changed, 4 insertions, 24 deletions
diff --git a/graphics/p5-GraphViz-Data-Structure/Makefile b/graphics/p5-GraphViz-Data-Structure/Makefile
index 3c9969c691b7..f7eaa5767c33 100644
--- a/graphics/p5-GraphViz-Data-Structure/Makefile
+++ b/graphics/p5-GraphViz-Data-Structure/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= GraphViz-Data-Structure
-PORTVERSION= 0.16
+PORTVERSION= 0.17
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 231784f8c783..073699477fb5 100644
--- a/graphics/p5-GraphViz-Data-Structure/distinfo
+++ b/graphics/p5-GraphViz-Data-Structure/distinfo
@@ -1,3 +1,3 @@
-MD5 (GraphViz-Data-Structure-0.16.tar.gz) = 8d650ad22f1f80ae576f96eaeaae3ff0
-SHA256 (GraphViz-Data-Structure-0.16.tar.gz) = 04bbae1a510de312c228a7e6be092a0cb5234872c30a4511e1ffcf443b4a5c93
-SIZE (GraphViz-Data-Structure-0.16.tar.gz) = 41415
+MD5 (GraphViz-Data-Structure-0.17.tar.gz) = 8ba386e9052d3592c92b953742e18438
+SHA256 (GraphViz-Data-Structure-0.17.tar.gz) = d7714c42c81cc88a0eb997da0f323508771d5fef27ac2d8c1dd517ab541c9bcc
+SIZE (GraphViz-Data-Structure-0.17.tar.gz) = 41699
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 24110458712c..000000000000
--- a/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.PL.orig Thu Jul 12 04:44:56 2007
-+++ Makefile.PL Wed Jul 25 09:46:28 2007
-@@ -2,17 +2,6 @@
- use 5.008;
- # See lib/ExtUtils/MakeMaker.pm for details of how to influence
- # the contents of the Makefile that is written.
--my $dot_version = `dot -V 2>&1`;
--
--if (!$dot_version) {
-- 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+) /);
-- 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])";
-- }
--}
-
- WriteMakefile(
- NAME => 'GraphViz::Data::Structure',