From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 11 11:10:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D39D116A4E1 for ; Fri, 11 Aug 2006 11:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD8943D46 for ; Fri, 11 Aug 2006 11:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7BBAG3l070049 for ; Fri, 11 Aug 2006 11:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7BBAGYk070048; Fri, 11 Aug 2006 11:10:16 GMT (envelope-from gnats) Resent-Date: Fri, 11 Aug 2006 11:10:16 GMT Resent-Message-Id: <200608111110.k7BBAGYk070048@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 500F616A4E1 for ; Fri, 11 Aug 2006 11:01:43 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D8043D49 for ; Fri, 11 Aug 2006 11:01:42 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 00F42371; Fri, 11 Aug 2006 19:01:39 +0800 (CST) Message-Id: <20060811110139.00F42371@netnews.NCTU.edu.tw> Date: Fri, 11 Aug 2006 19:01:39 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/101811: [MAINTAINER] math/p5-Math-Random-MT-Auto: update to 5.03 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 11:10:18 -0000 >Number: 101811 >Category: ports >Synopsis: [MAINTAINER] math/p5-Math-Random-MT-Auto: update to 5.03 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 11 11:10:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 5.03 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Math-Random-MT-Auto-5.03.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/p5-Math-Random-MT-Auto/Makefile /home/staff/gslin/work/p5-Math-Random-MT-Auto/Makefile --- /usr/ports/math/p5-Math-Random-MT-Auto/Makefile Mon Jul 24 09:25:38 2006 +++ /home/staff/gslin/work/p5-Math-Random-MT-Auto/Makefile Fri Aug 11 19:00:58 2006 @@ -6,7 +6,7 @@ # PORTNAME= Math-Random-MT-Auto -PORTVERSION= 5.02 +PORTVERSION= 5.03 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -15,8 +15,8 @@ MAINTAINER= gslin@gslin.org COMMENT= Auto-seeded Mersenne Twister PRNGs -RUN_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/Object/InsideOut.pm:${PORTSDIR}/devel/p5-Object-InsideOut +RUN_DEPENDS= ${SITE_PERL}/Object/InsideOut.pm:${PORTSDIR}/devel/p5-Object-InsideOut \ + p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class PERL_CONFIGURE= yes @@ -26,6 +26,10 @@ .if ${PERL_LEVEL} < 500800 # Inherited from p5-Object-InsideOut IGNORE= requires perl 5.8 or later. Install lang/perl5.8 and try again +.endif + +.if ${PERL_LEVEL} < 500808 +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.18:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif .include diff -ruN --exclude=CVS /usr/ports/math/p5-Math-Random-MT-Auto/distinfo /home/staff/gslin/work/p5-Math-Random-MT-Auto/distinfo --- /usr/ports/math/p5-Math-Random-MT-Auto/distinfo Mon Jul 24 09:25:38 2006 +++ /home/staff/gslin/work/p5-Math-Random-MT-Auto/distinfo Fri Aug 11 18:55:14 2006 @@ -1,3 +1,3 @@ -MD5 (Math-Random-MT-Auto-5.02.tar.gz) = 1eeccd3a864a0ce486998d31b77ecdfa -SHA256 (Math-Random-MT-Auto-5.02.tar.gz) = b7a6e0c72f14ef7c530a6697fc119bce63830a7e011eac758020e184f0e070a1 -SIZE (Math-Random-MT-Auto-5.02.tar.gz) = 123773 +MD5 (Math-Random-MT-Auto-5.03.tar.gz) = f5e27c6c29d3b730012b2a5de1127b42 +SHA256 (Math-Random-MT-Auto-5.03.tar.gz) = 2220aafce436dbb135df2e80ff76486739ed95e3b842e61b900949fb249aa414 +SIZE (Math-Random-MT-Auto-5.03.tar.gz) = 123822 --- p5-Math-Random-MT-Auto-5.03.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: