diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-10-24 14:48:03 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-10-24 14:48:03 +0800 |
commit | 1bf991b02f450ac51624616c16667ab46279db1f (patch) | |
tree | 8a30387f72a671278dd70f3bee1420548766794d /graphics | |
parent | f0149841cc4684a071ca5a5993f0407fec86fd83 (diff) | |
download | freebsd-ports-gnome-1bf991b02f450ac51624616c16667ab46279db1f.tar.gz freebsd-ports-gnome-1bf991b02f450ac51624616c16667ab46279db1f.tar.zst freebsd-ports-gnome-1bf991b02f450ac51624616c16667ab46279db1f.zip |
- update to 0.61
- also list dependencies as BUILD_DEPENDS
- add WWW
- take maintianership
PR: 44421
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GD-Graph3d/Makefile | 7 | ||||
-rw-r--r-- | graphics/p5-GD-Graph3d/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GD-Graph3d/pkg-descr | 1 | ||||
-rw-r--r-- | graphics/p5-GD-Graph3d/pkg-plist | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile index e1f04cc5b022..3ae037a3dde4 100644 --- a/graphics/p5-GD-Graph3d/Makefile +++ b/graphics/p5-GD-Graph3d/Makefile @@ -6,15 +6,16 @@ # PORTNAME= GD-Graph3d -PORTVERSION= 0.59 +PORTVERSION= 0.61 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/graphics/p5-GD-Graph3d/distinfo b/graphics/p5-GD-Graph3d/distinfo index f17c671b91fc..fb58b8591a44 100644 --- a/graphics/p5-GD-Graph3d/distinfo +++ b/graphics/p5-GD-Graph3d/distinfo @@ -1 +1 @@ -MD5 (GD-Graph3d-0.59.tar.gz) = cab629741a0e62b940c671957bdfa2be +MD5 (GD-Graph3d-0.61.tar.gz) = 90f61ce1a18687c27f3ed0fd4dba9f1c diff --git a/graphics/p5-GD-Graph3d/pkg-descr b/graphics/p5-GD-Graph3d/pkg-descr index dc6f1b942ca9..0a28ec43d746 100644 --- a/graphics/p5-GD-Graph3d/pkg-descr +++ b/graphics/p5-GD-Graph3d/pkg-descr @@ -1,5 +1,6 @@ GD-Graph3d extensions module provides 3D graphs for the GD::Graph module. +WWW: http://search.cpan.org/dist/GD-Graph3d/ --dima dima@Chg.RU diff --git a/graphics/p5-GD-Graph3d/pkg-plist b/graphics/p5-GD-Graph3d/pkg-plist index 3b45dc5353dd..d4ec2662accf 100644 --- a/graphics/p5-GD-Graph3d/pkg-plist +++ b/graphics/p5-GD-Graph3d/pkg-plist @@ -1,6 +1,8 @@ lib/perl5/site_perl/%%PERL_VER%%/GD/Graph3d.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/axestype3d.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/bars3d.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/cylinder3d.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/cylinder.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/lines3d.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/pie3d.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Graph3d/.packlist |