From owner-svn-ports-all@FreeBSD.ORG Wed Jul 23 12:59:47 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95311FEA for ; Wed, 23 Jul 2014 12:59:47 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 557412813 for ; Wed, 23 Jul 2014 12:59:47 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 74A82BDC24; Wed, 23 Jul 2014 14:59:44 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 22C11BDC1F; Wed, 23 Jul 2014 14:59:44 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 3D08E6145; Wed, 23 Jul 2014 14:59:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id A27A470EFD27; Wed, 23 Jul 2014 14:59:39 +0200 (CEST) Date: Wed, 23 Jul 2014 14:59:39 +0200 From: Mathieu Arnold To: Adam McDougall Subject: Re: svn commit: r355497 - in head: Mk/Uses lang lang/perl5.14 lang/perl5.16 lang/perl5.18 lang/perl5.20 lang/perl5.20/files Message-ID: In-Reply-To: <53CFAD8B.9000206@egr.msu.edu> References: <201405271219.s4RCJPng078808@svn.freebsd.org> <53CFAD8B.9000206@egr.msu.edu> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: svn-ports-all@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 23 Jul 2014 12:59:47 -0000 +--On 23 juillet 2014 08:41:47 -0400 Adam McDougall wrote: | On 05/27/2014 08:19, Mathieu Arnold wrote: |> Author: mat |> Date: Tue May 27 12:19:24 2014 |> New Revision: 355497 |> URL: http://svnweb.freebsd.org/changeset/ports/355497 |> QAT: https://qat.redports.org/buildarchive/r355497/ |> |> Log: |> Add perl 5.20.0. |> | | Is the removal of the /usr/bin/perl option intentional? If so, should | there be an entry in UPDATING? It tripped me up when I upgraded. Thanks. Yes, it was. I admit I forgot about the UPDATING entry, as the ports tree already take care of making sure the shebang are corrects. Perl was removed from the base system more than ten years ago, it should have been long enough for everybody to fix their local scripts... :-) -- Mathieu Arnold