From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 1 11:30:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05550DC4 for ; Thu, 1 May 2014 11:30:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D757D1E6D for ; Thu, 1 May 2014 11:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s41BU12i003723 for ; Thu, 1 May 2014 11:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s41BU1F7003722; Thu, 1 May 2014 11:30:01 GMT (envelope-from gnats) Resent-Date: Thu, 1 May 2014 11:30:01 GMT Resent-Message-Id: <201405011130.s41BU1F7003722@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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE9DFD48 for ; Thu, 1 May 2014 11:21:50 +0000 (UTC) Received: from msr19.hinet.net (msr19.hinet.net [168.95.4.119]) by mx1.freebsd.org (Postfix) with ESMTP id 8A0351D96 for ; Thu, 1 May 2014 11:21:50 +0000 (UTC) Received: from home.gslin.org (114-34-90-16.HINET-IP.hinet.net [114.34.90.16]) by msr19.hinet.net (8.14.2/8.14.2) with ESMTP id s41BLmpF020161 for ; Thu, 1 May 2014 19:21:48 +0800 (CST) Received: from freebsd.gslin.org (unknown [192.168.122.2]) by home.gslin.org (Postfix) with SMTP id 09339680514; Thu, 1 May 2014 19:21:48 +0800 (CST) Received: (nullmailer pid 40888 invoked by uid 1000); Thu, 01 May 2014 11:21:47 -0000 Message-Id: <1398943307.984362.40887.nullmailer@freebsd.gslin.org> Date: Thu, 01 May 2014 19:21:47 +0800 From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/189185: [MAINTAINER] devel/p5-List-AllUtils: update to 0.08 Cc: gslin@gslin.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 11:30:02 -0000 >Number: 189185 >Category: ports >Synopsis: [MAINTAINER] devel/p5-List-AllUtils: update to 0.08 >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: Thu May 01 11:30:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 10.0-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD freebsd.gslin.org 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014 >Description: - Update to 0.08 Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- p5-List-AllUtils-0.08.patch begins here --- diff -ruN /usr/ports/devel/p5-List-AllUtils/Makefile ./Makefile --- /usr/ports/devel/p5-List-AllUtils/Makefile 2013-11-10 06:35:45.000000000 +0800 +++ ./Makefile 2014-05-01 19:01:17.000000000 +0800 @@ -1,7 +1,7 @@ # $FreeBSD: head/devel/p5-List-AllUtils/Makefile 333354 2013-11-09 22:35:45Z sunpoet $ PORTNAME= List-AllUtils -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -ruN /usr/ports/devel/p5-List-AllUtils/distinfo ./distinfo --- /usr/ports/devel/p5-List-AllUtils/distinfo 2013-11-10 06:35:45.000000000 +0800 +++ ./distinfo 2014-05-01 19:01:23.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (List-AllUtils-0.07.tar.gz) = 72b52f59ef0f6e79aaaf777b58f7bdf806c71e2f9ea901b5f11c3964536cb434 -SIZE (List-AllUtils-0.07.tar.gz) = 13902 +SHA256 (List-AllUtils-0.08.tar.gz) = 27ddc2f0d47656cd3e08846ffe19f765bbd6c1d0e3c751ce4bb704e2b0b7ad1f +SIZE (List-AllUtils-0.08.tar.gz) = 19283 --- p5-List-AllUtils-0.08.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: