diff options
author | clsung <clsung@FreeBSD.org> | 2007-07-25 14:05:19 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-07-25 14:05:19 +0800 |
commit | a1afa8af79cab6d997b322af5ff03ebf07d69a09 (patch) | |
tree | 0cf767011637ce943e5ab9f53e76571c2c0c01b8 /graphics | |
parent | 3382bb80027d275956c724f845dec71146387303 (diff) | |
download | freebsd-ports-gnome-a1afa8af79cab6d997b322af5ff03ebf07d69a09.tar.gz freebsd-ports-gnome-a1afa8af79cab6d997b322af5ff03ebf07d69a09.tar.zst freebsd-ports-gnome-a1afa8af79cab6d997b322af5ff03ebf07d69a09.zip |
- Update to 0.16
Diffstat (limited to 'graphics')
-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( |