From owner-svn-ports-all@FreeBSD.ORG Tue Mar 31 17:14:55 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2939469F for ; Tue, 31 Mar 2015 17:14:55 +0000 (UTC) Received: from mail-ob0-f174.google.com (mail-ob0-f174.google.com [209.85.214.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E167C5F7 for ; Tue, 31 Mar 2015 17:14:54 +0000 (UTC) Received: by obbgh1 with SMTP id gh1so35109620obb.1 for ; Tue, 31 Mar 2015 10:14:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=XzjLCI0Rhp6fc8SQJw2el41fsbZfJzhZANlL/b+aIVs=; b=HESPGOMyEBvzXTB/M+yoEQYnTxvURvYT9Kluj5KKoUL4Yj9SM+cbpfDAP29yImlIUV u6MqsGZnanf75EnZvywMwNTfHhJxtncm3aTEdX+J+FE8XkP2d/GwCcsSuXCPt9O+/W4K LlwXTt7TBthuF4BUjZYwwY/gUWU//qWY5FOPqGto9l/OUk8Btv/SZQgOBjy7arlfdMqd u13FyvlrAJGS0sNGk0tbBsLF2BZL8i3c8zfBiIKNsLK9FJbwBNwdzV66Ad7k0hFH0L0k Iiw+Zuc8mBgxDzqeTTToGfbndYHfA8wQZvNXHzKALSBGcAHUN/+JL7/NBPuhMCaUETqQ o1JA== X-Gm-Message-State: ALoCoQksdZ4aiCUEDccq5KlEFIo5zZh/vGgVmrfS4d+UEiLhD21+7auuga1mHRBrQ9lTNB99RyNI X-Received: by 10.182.19.132 with SMTP id f4mr33880544obe.8.1427822081197; Tue, 31 Mar 2015 10:14:41 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.61.139 with HTTP; Tue, 31 Mar 2015 10:14:20 -0700 (PDT) In-Reply-To: <384B3E6D-4922-4574-871C-7429262A8273@adamw.org> References: <201503311545.t2VFjWI6059356@svn.freebsd.org> <384B3E6D-4922-4574-871C-7429262A8273@adamw.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Apr 2015 01:14:20 +0800 X-Google-Sender-Auth: 6r9fcJE3nqaG3dN44H3D5EHgvKo Message-ID: Subject: Re: svn commit: r382842 - head/devel/p5-Config-Model To: Adam Weinberger Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2015 17:14:55 -0000 On Wed, Apr 1, 2015 at 12:09 AM, Adam Weinberger wrote: > > On 31 Mar, 2015, at 9:45, Sunpoet Po-Chuan Hsieh > wrote: > > > > Author: sunpoet > > Date: Tue Mar 31 15:45:31 2015 > > New Revision: 382842 > > URL: https://svnweb.freebsd.org/changeset/ports/382842 > > QAT: https://qat.redports.org/buildarchive/r382842/ > > > > Log: > > - Update to 2.068 > > > > Changes: http://search.cpan.org/dist/Config-Model/Changes > > Sorry, sunpoet, but please check META.yml when updating modules... > > - AnyEvent was removed 14 versions ago > - EV dependency was removed > - Path::Class was changed to Path::Tiny 13 versions ago > - Text::Autoformat was removed > - namespace::autoclean was removed 14 versions ago > > Also, one of the WWW's gives a 404, and the pkg-descr is just plain weird. > > # Adam > > > -- > Adam Weinberger > adamw@adamw.org > http://www.adamw.org > > I always check difference (of Makefile.PL, Build.PL, META.yml, ...) between versions when I update a perl port. Sometimes I'll check the source if necessary. I believe other committers also do similar actions before they commit. That means I will not always read the mentioned files from head to toe. These changes are not made by upstream in this version update (2.067->2.068). I don't have old tarballs in hand so I can't tell these dependencies changed in which version. At last, I seldom read pkg-descr of perl port. That paragraph came from "How does this work?" in README.pod. Regards, sunpoet