diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-07-25 06:05:19 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-07-25 06:05:19 +0000 |
commit | 57d82dd206bce631fe0b598887db6d4345ffe993 (patch) | |
tree | 8f887a982e3e26bccdf8210ab30bb2a4746033ba /graphics/p5-GraphViz-Data-Structure | |
parent | e8092ec591dfd291b538e252581d7ebded78965e (diff) | |
download | ports-57d82dd206bce631fe0b598887db6d4345ffe993.tar.gz ports-57d82dd206bce631fe0b598887db6d4345ffe993.zip |
Notes
Diffstat (limited to 'graphics/p5-GraphViz-Data-Structure')
-rw-r--r-- | graphics/p5-GraphViz-Data-Structure/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-GraphViz-Data-Structure/distinfo | 6 | ||||
-rw-r--r-- | graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL | 12 |
3 files changed, 12 insertions, 12 deletions
diff --git a/graphics/p5-GraphViz-Data-Structure/Makefile b/graphics/p5-GraphViz-Data-Structure/Makefile index 27651579dbb7..3c9969c691b7 100644 --- a/graphics/p5-GraphViz-Data-Structure/Makefile +++ b/graphics/p5-GraphViz-Data-Structure/Makefile @@ -7,11 +7,9 @@ # PORTNAME= GraphViz-Data-Structure -PORTVERSION= 0.15 -PORTREVISION= 1 +PORTVERSION= 0.16 CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= GraphViz +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org diff --git a/graphics/p5-GraphViz-Data-Structure/distinfo b/graphics/p5-GraphViz-Data-Structure/distinfo index 373249e499e0..231784f8c783 100644 --- a/graphics/p5-GraphViz-Data-Structure/distinfo +++ b/graphics/p5-GraphViz-Data-Structure/distinfo @@ -1,3 +1,3 @@ -MD5 (GraphViz-Data-Structure-0.15.tar.gz) = 3775f76217bbf93962fc1b0c10d2792c -SHA256 (GraphViz-Data-Structure-0.15.tar.gz) = 3c9275416795275ee1ffbae71d5f164909b1c7bc397c20d309861c118039d4de -SIZE (GraphViz-Data-Structure-0.15.tar.gz) = 41277 +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 diff --git a/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL b/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL index f911f05a1d64..24110458712c 100644 --- a/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL +++ b/graphics/p5-GraphViz-Data-Structure/files/patch-Makefile.PL @@ -1,6 +1,6 @@ ---- Makefile.PL.orig Tue Sep 27 05:20:28 2005 -+++ Makefile.PL Mon Apr 2 17:27:28 2007 -@@ -2,15 +2,6 @@ +--- 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. @@ -10,8 +10,10 @@ - die "You must install the graphviz package (http://www.graphviz.org) before using this module.\n"; -} -else { -- my ($v) = ($dot_version =~ /dot version (.*?) /); -- die "You must have at least version 2.2 of dot to use this module" if ($v+0 < 2.2); +- 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( |