From owner-freebsd-perl@FreeBSD.ORG Wed Jun 22 05:34:26 2011 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75B2D10656B8; Wed, 22 Jun 2011 05:34:26 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (deep.tw [122.116.130.101]) by mx1.freebsd.org (Postfix) with ESMTP id 45E918FC1A; Wed, 22 Jun 2011 05:34:26 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id 4244A5C3A; Wed, 22 Jun 2011 13:34:25 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Jin-Sih Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20110622053425.4244A5C3A@deep.tw> Date: Wed, 22 Jun 2011 13:34:25 +0800 (CST) Cc: perl@FreeBSD.org Subject: [PATCH] math/p5-Math-Complex: update to 1.58 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: Wed, 22 Jun 2011 05:34:26 -0000 >Submitter-Id: current-users >Originator: Jin-Sih Lin >Organization: FreeBSD @ Taiwan >Confidential: no >Synopsis: [PATCH] math/p5-Math-Complex: update to 1.58 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.2-STABLE i386 >Environment: System: FreeBSD deep.tw 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 14:49:48 CST 2011 >Description: - Update to 1.58 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Math-Complex-1.58.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/p5-Math-Complex.orig/Makefile /usr/ports/math/p5-Math-Complex/Makefile --- /usr/ports/math/p5-Math-Complex.orig/Makefile 2011-05-13 16:29:16.000000000 +0800 +++ /usr/ports/math/p5-Math-Complex/Makefile 2011-06-22 13:32:25.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= Math-Complex -PORTVERSION= 1.57 +PORTVERSION= 1.58 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -ruN --exclude=CVS /usr/ports/math/p5-Math-Complex.orig/distinfo /usr/ports/math/p5-Math-Complex/distinfo --- /usr/ports/math/p5-Math-Complex.orig/distinfo 2011-05-13 16:29:16.000000000 +0800 +++ /usr/ports/math/p5-Math-Complex/distinfo 2011-06-22 13:32:28.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Math-Complex-1.57.tar.gz) = 0a4d5aead72c4b273d400f0837b632710fc0587c00c50e43982911eb8dbc8e00 -SIZE (Math-Complex-1.57.tar.gz) = 38611 +SHA256 (Math-Complex-1.58.tar.gz) = 304511599eb997fde7e21f7ea4105f0882f7cddb94537f56d2a46d618a8bb3d8 +SIZE (Math-Complex-1.58.tar.gz) = 38541 --- p5-Math-Complex-1.58.patch ends here ---