From owner-freebsd-perl@FreeBSD.ORG Fri Jun 19 20:02:19 2015 Return-Path: Delivered-To: freebsd-perl@hub.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 5D8EE7F8 for ; Fri, 19 Jun 2015 20:02:19 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) (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 109D8B0F for ; Fri, 19 Jun 2015 20:02:19 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from amavis-ori.ijs.si (localhost [IPv6:::1]) by mail.ijs.si (Postfix) with ESMTP id 3mCrdL5s4Xz1SV for ; Fri, 19 Jun 2015 22:02:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version:received:received :received:received; s=jakla4; t=1434744131; x=1437336132; bh=WCY O00VYQPRw5MnqGQ896/+VtBmN1tAl6SYDHIhgWQc=; b=OosVjC4vNYNO4EK+kdG ZBBcxrSb8gDDi3QLG9tpqm8M8vAFAYhoFs7C2WLOEVewKKfRBjDTgV5ssm5vRGl1 OsDl34KDqyCbiYxRU7IwDTo8lVGvMubIgnYEDlpeX8cchArXFyvosIETcicdQvsf QG3hwUuzJTwWJKs2/9bkYqKM= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10026) with LMTP id dCV2q9cpCoI7 for ; Fri, 19 Jun 2015 22:02:11 +0200 (CEST) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP id 3mCrdH23psz1SR for ; Fri, 19 Jun 2015 22:02:11 +0200 (CEST) Received: from neli.ijs.si (neli.ijs.si [IPv6:2001:1470:ff80:88:21c:c0ff:feb1:8c91]) by mildred.ijs.si (Postfix) with ESMTP id 3mCrdH0xswz1Nc for ; Fri, 19 Jun 2015 22:02:11 +0200 (CEST) Received: from sleepy.ijs.si ([2001:1470:ff80:e001::1:1]) by neli.ijs.si with HTTP (HTTP/1.1 POST); Fri, 19 Jun 2015 22:02:11 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 19 Jun 2015 22:02:11 +0200 From: Mark Martinec To: freebsd-perl@freebsd.org Subject: Re: [Differential] [Changed Subscribers] D2869: Make Perl behave and install files with u+w. Organization: J. Stefan Institute In-Reply-To: <558457E5.5050207@citrin.ru> References: <19f4a7cafea3ffe35435e559e7564b84@localhost.localdomain> <558457E5.5050207@citrin.ru> Message-ID: X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.1.1 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 19 Jun 2015 20:02:19 -0000 >> REPOSITORY >> rP FreeBSD ports repository >> >> REVISION DETAIL >> https://reviews.freebsd.org/D2869 pgollucci (Philip Gollucci) writes: > +1 to the spirit. Though what user would actually want to edit > these installed files? Only developers likely. Though it does > match everything else. | Make Perl behave and install files with u+w. +1 Hurrah, I'm fighting with this u=r after every ports update! Anton Yuzhaninov wrote: > What is the rationale behind this changes? > I think this patches is not useful for most FreeBSD users. A developer indeed. Mark