diff options
author | tobez <tobez@FreeBSD.org> | 2002-01-22 21:49:04 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-01-22 21:49:04 +0800 |
commit | 48cc8b38334486a8eaf35cbdcca1af846cca0c15 (patch) | |
tree | 623dcfe30f1a854f76e0ee5398da523e0aac31cc /graphics/p5-GraphViz | |
parent | 7126fe48c5f2a40bad19c1230f1ff30a73ff71f9 (diff) | |
download | freebsd-ports-gnome-48cc8b38334486a8eaf35cbdcca1af846cca0c15.tar.gz freebsd-ports-gnome-48cc8b38334486a8eaf35cbdcca1af846cca0c15.tar.zst freebsd-ports-gnome-48cc8b38334486a8eaf35cbdcca1af846cca0c15.zip |
Update to 1.5.
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GraphViz/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GraphViz/pkg-plist | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index d884292d7c77..5d48a070487d 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GraphViz -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GraphViz @@ -30,9 +30,9 @@ MAN3= Devel::GraphVizProf.3 \ GraphViz::Parse::Yacc.3 \ GraphViz::Parse::Yapp.3 \ GraphViz::Regex.3 \ - GraphViz::Remote.3 \ GraphViz::Small.3 \ GraphViz::XML.3 + MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/graphics/p5-GraphViz/distinfo b/graphics/p5-GraphViz/distinfo index 3b8c093851bc..8cb6dea55a12 100644 --- a/graphics/p5-GraphViz/distinfo +++ b/graphics/p5-GraphViz/distinfo @@ -1 +1 @@ -MD5 (GraphViz-1.4.tar.gz) = c04bb56bc410b2c0084a85999e79ebfa +MD5 (GraphViz-1.5.tar.gz) = 97f7ce8c0377d274107a0272c0a2b94d diff --git a/graphics/p5-GraphViz/pkg-plist b/graphics/p5-GraphViz/pkg-plist index bef07474864f..474f7061725a 100644 --- a/graphics/p5-GraphViz/pkg-plist +++ b/graphics/p5-GraphViz/pkg-plist @@ -5,7 +5,6 @@ lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Small.pm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Regex.pm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/XML.pm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/No.pm -lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Remote.pm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/Yapp.pm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/RecDescent.pm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/Yacc.pm |