Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2010 18:55:02 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, tobez@FreeBSD.org
Subject:   ports/152598: [PATCH] math/p5-Math-BigInt: update to 1.96
Message-ID:  <20101126105502.F1DDD7E81B@colo-p.gslin.org>
Resent-Message-ID: <201011261100.oAQB0IRm034764@freefall.freebsd.org>

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

>Number:         152598
>Category:       ports
>Synopsis:       [PATCH] math/p5-Math-BigInt: update to 1.96
>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:   Fri Nov 26 11:00:18 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010
>Description:
- Update to 1.96

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

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

--- p5-Math-BigInt-1.96.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/p5-Math-BigInt/Makefile /home/staff/gslin/work/ports/p5-Math-BigInt/Makefile
--- /usr/ports/math/p5-Math-BigInt/Makefile	2008-05-08 16:55:10.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Math-BigInt/Makefile	2010-11-26 18:54:49.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Math-BigInt
-PORTVERSION=	1.89
+PORTVERSION=	1.96
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,4 +21,10 @@
 		Math::BigInt::Calc.3 \
 		Math::BigInt::CalcEmu.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501000
+BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/math/p5-Math-BigInt/distinfo /home/staff/gslin/work/ports/p5-Math-BigInt/distinfo
--- /usr/ports/math/p5-Math-BigInt/distinfo	2008-05-08 16:55:10.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Math-BigInt/distinfo	2010-11-26 18:54:51.000000000 +0800
@@ -1,3 +1,2 @@
-MD5 (Math-BigInt-1.89.tar.gz) = 695d70be20c3cb1778961b88c6b4ac42
-SHA256 (Math-BigInt-1.89.tar.gz) = 1572705af130ef095bbce33336362ff28f29c765ef44ef5eca977cb9d86a3b76
-SIZE (Math-BigInt-1.89.tar.gz) = 200231
+SHA256 (Math-BigInt-1.96.tar.gz) = 3df5c169683054f1900d42051c4f4eadc745f66c692c6b085ddfddfb30100ea6
+SIZE (Math-BigInt-1.96.tar.gz) = 205507
--- p5-Math-BigInt-1.96.patch ends here ---

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



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