From owner-freebsd-perl@FreeBSD.ORG Sat Oct 2 04:19:11 2010 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 B60B6106564A; Sat, 2 Oct 2010 04:19:11 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 90BCB8FC0A; Sat, 2 Oct 2010 04:19:11 +0000 (UTC) Received: by pvc21 with SMTP id 21so1141449pvc.13 for ; Fri, 01 Oct 2010 21:19:11 -0700 (PDT) Received: by 10.114.73.20 with SMTP id v20mr7503621waa.148.1285993150866; Fri, 01 Oct 2010 21:19:10 -0700 (PDT) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx.google.com with ESMTPS id r37sm3203726wak.23.2010.10.01.21.19.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 01 Oct 2010 21:19:09 -0700 (PDT) Sender: Sunpoet Hsieh Received: by sunpoet.net (Postfix, from userid 1000) id 60E332AEC524; Sat, 2 Oct 2010 12:17:58 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Sunpoet Po-Chuan Hsieh X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20101002041758.60E332AEC524@sunpoet.net> Date: Sat, 2 Oct 2010 12:17:58 +0800 (CST) Cc: perl@FreeBSD.org Subject: [PATCH] devel/p5-Forest: update to 0.09 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, 02 Oct 2010 04:19:11 -0000 >Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-Forest: update to 0.09 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.1-STABLE amd64 >Environment: System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sun Jul 25 00:09:24 CST 2010 >Description: - Update to 0.09 - Declare minial required version of p5-MooseX-Clone - Use tab instead of space Tinderbox logs: - https://sunpoet.net/tinderbox/logs/8-FreeBSD/p5-Forest-0.09.log - https://sunpoet.net/tinderbox/logs/7-FreeBSD/p5-Forest-0.09.log Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Forest-0.09.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Forest/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 10 Jun 2010 01:41:56 -0000 1.8 +++ Makefile 2 Oct 2010 04:12:25 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Forest -PORTVERSION= 0.08 -PORTREVISION= 1 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STEVAN @@ -16,8 +15,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A collection of n-ary tree related modules -RUN_DEPENDS= p5-MooseX-AttributeHelpers>=0.07:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ - p5-MooseX-Clone>=:${PORTSDIR}/devel/p5-MooseX-Clone \ +RUN_DEPENDS= p5-MooseX-AttributeHelpers>=0.07:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ + p5-MooseX-Clone>=0.05:${PORTSDIR}/devel/p5-MooseX-Clone \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Forest/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 15 Jan 2010 14:58:59 -0000 1.5 +++ distinfo 2 Oct 2010 04:12:25 -0000 @@ -1,3 +1,3 @@ -MD5 (Forest-0.08.tar.gz) = 7313d527ce50d9c1d66be4de1e0f421e -SHA256 (Forest-0.08.tar.gz) = 91d7eaf8749d5fd21fc50f0621c0fc10a0da6cb932870d21e598fbf30664c988 -SIZE (Forest-0.08.tar.gz) = 33058 +MD5 (Forest-0.09.tar.gz) = b55c0c0d6f58a3de1af0c98b02415016 +SHA256 (Forest-0.09.tar.gz) = 85fa217adfbf858f162b301f64c173b9d377728cec626ab9146b313ee1353728 +SIZE (Forest-0.09.tar.gz) = 33001 --- p5-Forest-0.09.patch ends here ---