FreeBSD Bugzilla – Attachment 31314 Details for
Bug 52231
(update) graphics/p5-GD-Graph to 1.39
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-GD-Graph-1.39.diff
p5-GD-Graph-1.39.diff (text/plain), 3.97 KB, created by
Mathieu Arnold
on 2003-05-14 15:10:09 UTC
(
hide
)
Description:
p5-GD-Graph-1.39.diff
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2003-05-14 15:10:09 UTC
Size:
3.97 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/graphics/p5-GD-Graph/Makefile,v >retrieving revision 1.11 >diff -u -b -w -r1.11 Makefile >--- Makefile 2003/02/20 18:08:10 1.11 >+++ Makefile 2003/05/14 14:04:44 >@@ -6,24 +6,22 @@ > # > > PORTNAME= GD-Graph >-PORTVERSION= 1.35 >-PORTREVISION= 1 >+PORTVERSION= 1.39 > CATEGORIES= graphics perl5 > MASTER_SITES= ${MASTER_SITE_PERL_CPAN} > MASTER_SITE_SUBDIR= GD > PKGNAMEPREFIX= p5- > DISTNAME= GDGraph-${PORTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= m@absolight.net > COMMENT= Graph plotting module for perl5 > >-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ >- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil >+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ >+ ${SITE_PERL}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil > RUN_DEPENDS= ${BUILD_DEPENDS} > > PERL_CONFIGURE= YES > >-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} > MAN3= GD::Graph.3 \ > GD::Graph::Data.3 \ > GD::Graph::Error.3 \ >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/graphics/p5-GD-Graph/distinfo,v >retrieving revision 1.4 >diff -u -b -w -r1.4 distinfo >--- distinfo 2002/06/24 05:46:39 1.4 >+++ distinfo 2003/05/14 14:04:44 >@@ -1 +1 @@ >-MD5 (GDGraph-1.35.tar.gz) = 8fffcaa9857bdfe9c7dc0fb352e6863a >+MD5 (GDGraph-1.39.tar.gz) = d2ab892a64bafb56cea2c27f2a4d574c >Index: pkg-descr >=================================================================== >RCS file: /home/ncvs/ports/graphics/p5-GD-Graph/pkg-descr,v >retrieving revision 1.1 >diff -u -b -w -r1.1 pkg-descr >--- pkg-descr 2000/02/24 17:20:41 1.1 >+++ pkg-descr 2003/05/14 14:04:44 >@@ -1,5 +1,6 @@ > GD::Graph is a perl5 module to create charts using the GD module. > >+WWW: http://search.cpan.org/dist/GDGraph/ > > --dima > dima@Chg.RU >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/graphics/p5-GD-Graph/pkg-plist,v >retrieving revision 1.4 >diff -u -b -w -r1.4 pkg-plist >--- pkg-plist 2002/06/24 05:46:40 1.4 >+++ pkg-plist 2003/05/14 14:04:44 >@@ -1,19 +1,20 @@ >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/Data.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/Error.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/FAQ.pod >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/area.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/axestype.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/bars.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/colour.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/hbars.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/lines.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/linespoints.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/mixed.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/pie.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/points.pm >-lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/utils.pm >-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Graph/.packlist >-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Graph >-@dirrm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph >-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GD 2>/dev/null || true >+%%SITE_PERL%%/GD/Graph.pm >+%%SITE_PERL%%/GD/Graph/Data.pm >+%%SITE_PERL%%/GD/Graph/Error.pm >+%%SITE_PERL%%/GD/Graph/FAQ.pod >+%%SITE_PERL%%/GD/Graph/area.pm >+%%SITE_PERL%%/GD/Graph/axestype.pm >+%%SITE_PERL%%/GD/Graph/bars.pm >+%%SITE_PERL%%/GD/Graph/colour.pm >+%%SITE_PERL%%/GD/Graph/hbars.pm >+%%SITE_PERL%%/GD/Graph/lines.pm >+%%SITE_PERL%%/GD/Graph/linespoints.pm >+%%SITE_PERL%%/GD/Graph/mixed.pm >+%%SITE_PERL%%/GD/Graph/pie.pm >+%%SITE_PERL%%/GD/Graph/points.pm >+%%SITE_PERL%%/GD/Graph/utils.pm >+%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/.packlist >+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph >+@dirrm %%SITE_PERL%%/GD/Graph >+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true >+@unexec rmdir %D/%%SITE_PERL%%/GD 2>/dev/null || true
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52231
: 31314