diff options
author | steve <steve@FreeBSD.org> | 1999-03-15 02:16:59 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-03-15 02:16:59 +0000 |
commit | 7eb64b43adbb92fafb4d6cf0aef5233ce293b23a (patch) | |
tree | 03a719e955091a1c0712b83808501859e03b8bc7 /graphics | |
parent | 2600c98a4af3ed5f54493284ddbdb82411d3c935 (diff) | |
download | FreeBSD-ports-7eb64b43adbb92fafb4d6cf0aef5233ce293b23a.zip FreeBSD-ports-7eb64b43adbb92fafb4d6cf0aef5233ce293b23a.tar.gz |
Update to version 1.10.
PR: 10181
Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GIFgraph/Makefile | 9 | ||||
-rw-r--r-- | graphics/GIFgraph/distinfo | 2 | ||||
-rw-r--r-- | graphics/GIFgraph/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/GIFgraph/Makefile b/graphics/GIFgraph/Makefile index 78a0f82..9d2aeee 100644 --- a/graphics/GIFgraph/Makefile +++ b/graphics/GIFgraph/Makefile @@ -3,13 +3,14 @@ # Date created: Nov 9, 1998 # Whom: laskavy@gambit.msk.su # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/12 15:09:17 kuriyama Exp $ # -DISTNAME= GIFgraph-1.01 -PKGNAME= p5-GIFgraph-1.01 +DISTNAME= GIFgraph-1.10 +PKGNAME= p5-${DISTNAME} CATEGORIES= graphics perl5 -MASTER_SITES= http://www.tcp.chem.tue.nl/~tgtcmv/perl/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= GIFgraph MAINTAINER= laskavy@gambit.msk.su diff --git a/graphics/GIFgraph/distinfo b/graphics/GIFgraph/distinfo index 1f9e453..342c3fb 100644 --- a/graphics/GIFgraph/distinfo +++ b/graphics/GIFgraph/distinfo @@ -1 +1 @@ -MD5 (GIFgraph-1.01.tar.gz) = 9fbf10ec9eda820de5d148e0df0641d0 +MD5 (GIFgraph-1.10.tar.gz) = 1bba4331bc82dd9e669a4dee592e5f02 diff --git a/graphics/GIFgraph/pkg-plist b/graphics/GIFgraph/pkg-plist index bd73b3f..471c4ab 100644 --- a/graphics/GIFgraph/pkg-plist +++ b/graphics/GIFgraph/pkg-plist @@ -6,6 +6,7 @@ lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/bars.pm lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/linespoints.pm lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/area.pm lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/lines.pm +lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/mixed.pm lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/points.pm lib/perl5/site_perl/%%PERL_VER%%/GIFgraph.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GIFgraph/.packlist |