From sunpoet@sunpoet.net  Mon Aug 15 09:08:46 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B81CA106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Aug 2011 09:08:46 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 7FE328FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Aug 2011 09:08:46 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3758D2E30; Mon, 15 Aug 2011 17:08:39 +0800 (CST)
Message-Id: <20110815090839.3758D2E30@sunpoet.net>
Date: Mon, 15 Aug 2011 17:08:39 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lth@FreeBSD.org
Subject: [PATCH] math/p5-bignum: update to 0.29
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         159782
>Category:       ports
>Synopsis:       [PATCH] math/p5-bignum: update to 0.29
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lth
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 15 09:10:14 UTC 2011
>Closed-Date:    Sat Aug 20 21:14:12 UTC 2011
>Last-Modified:  Sat Aug 20 21:20:06 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Update to 0.29

Port maintainer (lth@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-bignum-0.29.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/p5-bignum/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	27 Jan 2010 01:47:47 -0000	1.4
+++ Makefile	15 Aug 2011 09:08:29 -0000
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	bignum
-PORTVERSION=	0.23
-PORTREVISION=	1
+PORTVERSION=	0.29
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	../by-authors/id/T/TE/TELS/math
+MASTER_SITE_SUBDIR=	CPAN:FLORA
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	lth@FreeBSD.org
@@ -18,8 +17,17 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=	bigint.3 \
-	bignum.3 \
-	bigrat.3
+MAN3=		bigint.3 \
+		bignum.3 \
+		bigrat.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501000
+BUILD_DEPENDS+=	p5-Math-BigInt>=1.880:${PORTSDIR}/math/p5-Math-BigInt \
+		p5-Math-BigRat>=0.21:${PORTSDIR}/math/p5-Math-BigRat
+RUN_DEPENDS+=	p5-Math-BigInt>=1.880:${PORTSDIR}/math/p5-Math-BigInt
+		p5-Math-BigRat>=0.21:${PORTSDIR}/math/p5-Math-BigRat
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/math/p5-bignum/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	20 Mar 2011 12:50:47 -0000	1.4
+++ distinfo	15 Aug 2011 09:08:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (bignum-0.23.tar.gz) = 6aab5db9293cd0cddb40055e70f9721ba1c64e3d0cebdca154256165f29a9566
-SIZE (bignum-0.23.tar.gz) = 31171
+SHA256 (bignum-0.29.tar.gz) = 421a55cd29e13c3605906324964a29f24a0939db4ab6e3936caaf450ca08970e
+SIZE (bignum-0.29.tar.gz) = 38070
--- p5-bignum-0.29.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lth 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 15 09:10:24 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159782 
State-Changed-From-To: open->closed 
State-Changed-By: lth 
State-Changed-When: Sat Aug 20 21:14:11 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159782 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159782: commit references a PR
Date: Sat, 20 Aug 2011 21:13:47 +0000 (UTC)

 lth         2011-08-20 21:13:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/p5-bignum       Makefile distinfo 
   Log:
   Update to 0.29
   
   PR:     ports/159782
   Submitted by:   sunpoet
   
   Revision  Changes    Path
   1.5       +15 -7     ports/math/p5-bignum/Makefile
   1.5       +2 -2      ports/math/p5-bignum/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
