From owner-svn-ports-head@FreeBSD.ORG Tue Mar 31 17:14:52 2015 Return-Path: Delivered-To: svn-ports-head@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 90BF35DE for ; Tue, 31 Mar 2015 17:14:52 +0000 (UTC) Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) (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 4EDA45F6 for ; Tue, 31 Mar 2015 17:14:51 +0000 (UTC) Received: by obcjt1 with SMTP id jt1so37411070obc.2 for ; Tue, 31 Mar 2015 10:14:50 -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=M/1gciY5yAkd0Qqx1fLSrwuzFgMtTBrKM8wRH6TSAwxiSuZXxX7pY/2p4/zHwWP3GS migijRW/UwdTSukce+K2pvZLsOqG+NtyHUBOMlylGxqm0xwBMplkmGw4qYsRFf8HjkvE BnJ3ZblecRAQgPeFUAHerl6xE6leM4Y0nxr1TNiDn5djlGtJ/SVvVejDkUjQb5Wc3sIi ru46obTDt8kYa/d3E8KOw25q2bHQVpwgXkhuHUs6lqPx1UySc1y3gg78ytaIMsz1HS// DYtfP7rBTM9rAplrdtWsbPIkXX+yftmGn7KiOqj5+h6VkFXdcWD7xBHm/TDOpzKnECb3 9F0A== X-Gm-Message-State: ALoCoQnA02JDSXjJQ21zfBbkw3Hc4X1V3niqN853/yfGM/1dUI8HQ0X6X+w+Sp6Btc95qCVtdSti 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2015 17:14:52 -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