From owner-freebsd-perl@FreeBSD.ORG Sat Jun 9 13:05:42 2007 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE08F16A421 for ; Sat, 9 Jun 2007 13:05:42 +0000 (UTC) (envelope-from gslin@ccreader.NCTU.edu.tw) Received: from ccreader.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.freebsd.org (Postfix) with ESMTP id 96ACF13C448 for ; Sat, 9 Jun 2007 13:05:42 +0000 (UTC) (envelope-from gslin@ccreader.NCTU.edu.tw) Received: by ccreader.NCTU.edu.tw (Postfix, from userid 1000) id A10005C1F; Sat, 9 Jun 2007 20:47:08 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20070609124708.A10005C1F@ccreader.NCTU.edu.tw> Date: Sat, 9 Jun 2007 20:47:08 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] math/p5-Math-Random-MT-Auto: update to 6.03 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2007 13:05:42 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] math/p5-Math-Random-MT-Auto: update to 6.03 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-STABLE i386 >Environment: System: FreeBSD ccreader.NCTU.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #1: Tue Jun 5 03:26:27 CST >Description: - Update to 6.03 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Math-Random-MT-Auto-6.03.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/p5-Math-Random-MT-Auto/Makefile /home/staff/gslin/work/ports/p5-Math-Random-MT-Auto/Makefile --- /usr/ports/math/p5-Math-Random-MT-Auto/Makefile Sat May 26 06:47:50 2007 +++ /home/staff/gslin/work/ports/p5-Math-Random-MT-Auto/Makefile Sat Jun 9 20:22:38 2007 @@ -6,7 +6,7 @@ # PORTNAME= Math-Random-MT-Auto -PORTVERSION= 5.06 +PORTVERSION= 6.03 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math diff -ruN --exclude=CVS /usr/ports/math/p5-Math-Random-MT-Auto/distinfo /home/staff/gslin/work/ports/p5-Math-Random-MT-Auto/distinfo --- /usr/ports/math/p5-Math-Random-MT-Auto/distinfo Sat May 26 06:47:50 2007 +++ /home/staff/gslin/work/ports/p5-Math-Random-MT-Auto/distinfo Sat Jun 9 20:23:07 2007 @@ -1,3 +1,3 @@ -MD5 (Math-Random-MT-Auto-5.06.tar.gz) = ecfed81b9e28948d7c954795528b8040 -SHA256 (Math-Random-MT-Auto-5.06.tar.gz) = 6941677817607de14898acb1fb4ed59fc452081b33c8263d1b0093f1b1917134 -SIZE (Math-Random-MT-Auto-5.06.tar.gz) = 125311 +MD5 (Math-Random-MT-Auto-6.03.tar.gz) = 98c4ea4f94e3905df8e4433a4a11a008 +SHA256 (Math-Random-MT-Auto-6.03.tar.gz) = dfbbbddb4256560fe0fe5f8eb419104317daabb217d46a4866406805805d2ab4 +SIZE (Math-Random-MT-Auto-6.03.tar.gz) = 123910 --- p5-Math-Random-MT-Auto-6.03.patch ends here ---