From owner-svn-ports-head@FreeBSD.ORG Fri Aug 1 06:08:35 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 902DD9CE; Fri, 1 Aug 2014 06:08:35 +0000 (UTC) Received: from mail-yk0-x231.google.com (mail-yk0-x231.google.com [IPv6:2607:f8b0:4002:c07::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB2A829DA; Fri, 1 Aug 2014 06:08:34 +0000 (UTC) Received: by mail-yk0-f177.google.com with SMTP id 79so2187524ykr.8 for ; Thu, 31 Jul 2014 23:08:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=TMN4D5jWI7WzKhW0+uEYQc4EYmb8hM61m597Hi9ATfY=; b=FcjbAUt/Mx8qcGeHgY/BXvKSoLgA5yiEYjj27KgFRIsdh4WowTYCZcacrtIoRYfbeN CoaZAhm4i2cZQFBDSQltIC4wkuVi9bv1ZUOtKFm+sFGboF7aFQXgH/rHhmFzIT2Wu4QC 8FoWP93KbZNioNqWUsr+SoTz1wCZunu9I13Er9V+aNb/05z+KKxlkTsQ0WHVQWZ0x4mi 8n74kZTjmh0GwYoMapuD9/eAyvkDHk375v6Yy0qQncLmUDmlWGSsw8sqJPFtHgb1lTFm 0oGVMSYCrLkVVtzXZXIv6krBl8BdpOFPp2MBKHlP+YMVKLgbayECayyF8m9DSPs7UJKZ 5uIA== MIME-Version: 1.0 X-Received: by 10.236.25.105 with SMTP id y69mr4780060yhy.33.1406873313945; Thu, 31 Jul 2014 23:08:33 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Thu, 31 Jul 2014 23:08:33 -0700 (PDT) In-Reply-To: <20140801060506.GA71116@FreeBSD.org> References: <3898057.T8DsoXnEEp@mercury.ph.man.ac.uk> <53D89EBF.4080805@marino.st> <2D24420529C9ECAEABB9A791@atuin.in.mat.cc> <53D8A2BB.7090704@marino.st> <6270029E710D3C52B60B6224@atuin.in.mat.cc> <20140730081413.GA29876@FreeBSD.org> <20140730160843.GA2688@FreeBSD.org> <53D919BC.6010307@marino.st> <20140801051652.GA59625@FreeBSD.org> <20140801060506.GA71116@FreeBSD.org> Date: Fri, 1 Aug 2014 08:08:33 +0200 X-Google-Sender-Auth: xKU3UujbjC4MPtG94Fi220oQtFM Message-ID: Subject: Re: svn commit: r363361 - in head/editors/fte: . files From: Antoine Brodin To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , Max Brazhnikov , "svn-ports-all@freebsd.org" , John Marino , William Grzybowski , "ports-committers@freebsd.org" , Mathieu Arnold , Adam Weinberger X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 01 Aug 2014 06:08:35 -0000 On Fri, Aug 1, 2014 at 8:05 AM, Alexey Dokuchaev wrote: > On Fri, Aug 01, 2014 at 08:02:21AM +0200, Antoine Brodin wrote: >> Refusing _ in seperator seems total bullshit, this convention has >> been in place for 9 years, wtf!? > > ... PATCH_PATH_SEPARATOR must be one of the [-+_] characters. Where am I > refusing _? In this phrase maybe: >> > - assert that forced value is not something insane ('__', '::', '../../', Antoine