From owner-svn-ports-all@FreeBSD.ORG Sat Oct 20 15:26:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA4283C0 for ; Sat, 20 Oct 2012 15:26:58 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9225B8FC1A for ; Sat, 20 Oct 2012 15:26:58 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id z9so723851dad.13 for ; Sat, 20 Oct 2012 08:26:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=x/G40bYEPKlM846XpM0aHgu9q55igZfIB3Z2YWhOXXY=; b=cBJOUJpXjmtBzWSSArtlBHvBwUb7EzUVas8H94Kx+d2qE+3a5rG7rnzDxU6V7n2jAE ByvZsuCU9pWaCypZWEuBMHTPli/lUpNckCr/TlootOHmFAbsmY0wqJTWqRv9wKf2PTdS CRtREfgujkfuFQVqpOY3fo92pwiYzkL5Ggw2E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=x/G40bYEPKlM846XpM0aHgu9q55igZfIB3Z2YWhOXXY=; b=U+Is07zex0miLO2Q0cE4FFTkEykYqttu96JcaL9LBuasy6XPV4rSjjomACdH4HEVoK hLfwAExXAq8D4uvDSZv4yBJSeSdKn4gDDr2VoqA9yPbKw6mXm9dgSanDRxWivxZjQJEv LQmUuIk3eawZTHDutRkeev2HOC/tD/tk9LzxztNXo/Z7SYj4q2tkKqUXoRAHeLJneP7h llZgij14inb1LH02i6SakHZCzllAC84pFAreRfngeLdsH2Df3FdNh98hq6UBFuQjxONO e5qfDBBPpZHaorqfKDP2Jl7LP5m5laRon3+MyoAiMpwqjjShQBtdd3dxo11TZzHwtnDI w0UA== Received: by 10.68.212.6 with SMTP id ng6mr15933852pbc.57.1350746812225; Sat, 20 Oct 2012 08:26:52 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.66.161.163 with HTTP; Sat, 20 Oct 2012 08:26:22 -0700 (PDT) In-Reply-To: <20121020152446.GA60222@ithaqua.etoilebsd.net> References: <201210201519.q9KFJF1D053729@svn.freebsd.org> <20121020152446.GA60222@ithaqua.etoilebsd.net> From: Eitan Adler Date: Sat, 20 Oct 2012 11:26:22 -0400 X-Google-Sender-Auth: BmZBQUsMR5Ztm6rSrSW3YTyWkhA Message-ID: Subject: Re: svn commit: r306188 - head/editors/nano To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmfQaN26C8cDqTvlWR/8WVgRAzsXvAgQ7ohhgBU0WdHZqxpfJp2o8umyWXIyvJ0zTUCziUa Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 20 Oct 2012 15:26:58 -0000 On 20 October 2012 11:24, Baptiste Daroussin wrote: > On Sat, Oct 20, 2012 at 03:19:15PM +0000, Eitan Adler wrote: >> Author: eadler >> Date: Sat Oct 20 15:19:15 2012 >> New Revision: 306188 >> URL: http://svn.freebsd.org/changeset/ports/306188 >> >> Log: >> oops, committed from the wrong directory. >> >> Pointyhat to: eadler >> Feature safe: yes >> >> Modified: >> head/editors/nano/Makefile >> >> Modified: head/editors/nano/Makefile >> ============================================================================== >> --- head/editors/nano/Makefile Sat Oct 20 15:16:20 2012 (r306187) >> +++ head/editors/nano/Makefile Sat Oct 20 15:19:15 2012 (r306188) >> @@ -19,6 +19,8 @@ MAKE_JOBS_SAFE= yes >> >> LICENSE= GPLv3 >> >> +.include >> + >> .if ${PORT_OPTIONS:MNLS} >> USE_GETTEXT= yes >> PLIST_SUB+= NLS="" > > The fix doesn't sounds like it is what the log says or I miss something. I accidentally committed from my editors/nano directory instead of from a port that worked... -- Eitan Adler Source & Ports committer X11, Bugmeister, Ports Security teams