Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Jul 2003 15:30:15 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        m@absolight.net
Subject:   ports/53965: update graphics/p5-GD-Graph
Message-ID:  <20030701133015.28CA17CF1@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200307011340.h61De9GM041482@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53965
>Category:       ports
>Synopsis:       update graphics/p5-GD-Graph
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 01 06:40:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386


	
>Description:
update to 1.43
take maintainership

- Fixed yet another division by 0 problem, for two_axes. 
- Added more tests to axestype.t
- Cleaned up other test files.
- Fixed another division by 0 problem, introduced in 1.41
- Added test t/axestype.pm, which now tests for division by 0 error.

	
>How-To-Repeat:
	
>Fix:

	

--- p5-GD-Graph-1.43.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-GD-Graph/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	22 Jun 2003 13:24:15 -0000	1.12
+++ Makefile	1 Jul 2003 13:18:56 -0000
@@ -6,23 +6,22 @@
 #
 
 PORTNAME=	GD-Graph
-PORTVERSION=	1.41
+PORTVERSION=	1.43
 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.5
diff -u -r1.5 distinfo
--- distinfo	22 Jun 2003 13:24:15 -0000	1.5
+++ distinfo	1 Jul 2003 13:18:56 -0000
@@ -1 +1 @@
-MD5 (GDGraph-1.41.tar.gz) = 1c301cbc51e2c477c7cded8b8859e99d
+MD5 (GDGraph-1.43.tar.gz) = cf546f2de827a56458afe288ab0807f2
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-GD-Graph/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist	22 Jun 2003 13:24:15 -0000	1.5
+++ pkg-plist	1 Jul 2003 13:18:56 -0000
@@ -15,5 +15,6 @@
 %%SITE_PERL%%/GD/Graph/utils.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true
 @dirrm %%SITE_PERL%%/GD/Graph
 @unexec rmdir %D/%%SITE_PERL%%/GD 2>/dev/null || true
--- p5-GD-Graph-1.43.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030701133015.28CA17CF1>