From owner-svn-ports-head@freebsd.org Wed Jan 13 10:48:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5AC0A80BDE; Wed, 13 Jan 2016 10:48:19 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 9F2B21E89; Wed, 13 Jan 2016 10:48:19 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias (ip-109-43-0-218.web.vodafone.de [109.43.0.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 7AD233F428; Wed, 13 Jan 2016 05:48:10 -0500 (EST) Date: Wed, 13 Jan 2016 11:48:07 +0100 (CET) From: Gerald Pfeifer To: Mathieu Arnold cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r403913 - in head: Mk archivers/rpm2cpio benchmarks/dbs converters/nomyso devel/p5-Sys-Virt dns/ddclient dns/ddclient/files german/BBBike graphics/ImageMagick graphics/ImageMagick7 grap... In-Reply-To: <201512171719.tBHHJmbi028518@repo.freebsd.org> Message-ID: References: <201512171719.tBHHJmbi028518@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 13 Jan 2016 10:48:19 -0000 Hi Mat, On Thu, 17 Dec 2015, Mathieu Arnold wrote: > Author: mat > Date: Thu Dec 17 17:19:48 2015 > New Revision: 403913 > URL: https://svnweb.freebsd.org/changeset/ports/403913 > > Log: > Fix usage of ${PERL5}. > > ${PERL5} points to a specific version of perl, say, perl5.22.1, it is > fine to use it in a ports Makefile to do Perly things, but ports using > it must use ${PERL}, that points to /usr/local/bin/perl so that if the > minor version is updated, the shebang keep working. thanks for doing this! It is the kind of laborsome, while not exactly glamorous change, that has more change to get you some complaint (some cornercase changing, for example) than anything else. Yet it is important to keep the Ports Collection resilient and easier to maintain. Kudos! (And kudos to others having made similar changes the last twelve months.) Gerald