From erwin@backup-mx.droso.dk  Sun Mar 30 03:27:31 2003
Return-Path: <erwin@backup-mx.droso.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E8D5637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Mar 2003 03:27:30 -0800 (PST)
Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5544D43FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Mar 2003 03:27:30 -0800 (PST)
	(envelope-from erwin@backup-mx.droso.dk)
Received: by backup-mx.droso.dk (Postfix, from userid 1000)
	id 8F3B8AB9B; Sun, 30 Mar 2003 13:27:27 +0200 (CEST)
Message-Id: <20030330112727.8F3B8AB9B@backup-mx.droso.dk>
Date: Sun, 30 Mar 2003 13:27:27 +0200 (CEST)
From: Erwin Lansing <erwin@lansing.dk>
Reply-To: Erwin Lansing <erwin@lansing.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update math/p5-Math-FixedPrecision to 0.21 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50450
>Category:       ports
>Synopsis:       update math/p5-Math-FixedPrecision to 0.21
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 30 03:30:12 PST 2003
>Closed-Date:    Sun Mar 30 20:49:53 PST 2003
>Last-Modified:  Sun Mar 30 20:49:53 PST 2003
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.8-RC i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.8-RC FreeBSD 4.8-RC #16: Fri Mar 21 10:03:34 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

- update to 0.21
- remove MANPREFIX
- use PERL_LEVEL instead of OSVERSION to determine perl version

>How-To-Repeat:
	
>Fix:

	

--- p5-Math-FixedPrecision.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/p5-Math-FixedPrecision/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	20 Feb 2003 18:42:21 -0000	1.7
+++ Makefile	30 Mar 2003 11:26:04 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Math-FixedPrecision
-PORTVERSION=	0.14
+PORTVERSION=	0.21
 CATEGORIES=	math perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Math
@@ -15,17 +15,14 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Perl module that provides decimal math without floating point errors
 
-USE_ZIP=	yes
-
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500007
+.if ${PERL_LEVEL} < 500600
 BROKEN=		"Needs Perl 5.6.0 for Math::BigFloat"
 .endif
 
 PERL_CONFIGURE=	yes
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		Math::FixedPrecision.3
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/math/p5-Math-FixedPrecision/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	10 May 2001 01:20:51 -0000	1.3
+++ distinfo	30 Mar 2003 11:26:04 -0000
@@ -1 +1 @@
-MD5 (Math-FixedPrecision-0.14.zip) = f7e5aa8cc37c796849217bbeaa070e17
+MD5 (Math-FixedPrecision-0.21.tar.gz) = 3999a0e6ca3b6ad73f25466af6025c7f
--- p5-Math-FixedPrecision.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Sun Mar 30 20:49:34 PST 2003 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50450 
>Unformatted:
