ports/159782: [PATCH] math/p5-bignum: update to 0.29

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 15 09:10:15 UTC 2011


>Number:         159782
>Category:       ports
>Synopsis:       [PATCH] math/p5-bignum: update to 0.29
>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:   Mon Aug 15 09:10:14 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list