From owner-svn-ports-head@freebsd.org Mon Sep 28 02:10:00 2015 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 0D4C7A0BAA0; Mon, 28 Sep 2015 02:10:00 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2357FF4; Mon, 28 Sep 2015 02:09:59 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by padhy16 with SMTP id hy16so159038627pad.1; Sun, 27 Sep 2015 19:09:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=/sH3EFbZg4tuN6gRsofVIPwyMAe7sxAxJPl6jYJQGyw=; b=1F7QiKiHe4+2i5lGah4ClD6rWuSb1gAmSj80rzHEEfpJGTB5qINOyNjiuRDV/40exg Kz1leCV4nWQmW4XLYfCmOg0HzVJf7F6I2dlQo/svDKXskasDXAXuGJzt4DG8Fn44NLYP P5B38PoiN4ka3NjY0CiHVB4vlvTPzospJWV4qReMgiAWC0EkwXkApZoq1bKrZigYoqKT FWRi0+rWoEfm+cIyGtTlXLXf1b9Qm7KQ4+94oQyEdn4dKMM+f6H/lKq14HRHuNqGZrvO rKbNS4gh+vwvc0pCmgEFsdXm6tVxTnZy/Snjifr2UVZsOAZAUKk19g6mRJCPOV1TtxCG we0w== X-Received: by 10.67.5.202 with SMTP id co10mr7083639pad.68.1443406199402; Sun, 27 Sep 2015 19:09:59 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by smtp.gmail.com with ESMTPSA id ll9sm15933786pbc.42.2015.09.27.19.09.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Sep 2015 19:09:59 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r397963 - in head: . Keywords Mk/Scripts References: <201509261213.t8QCDOKs040876@repo.freebsd.org> To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5608A170.3000807@FreeBSD.org> Date: Mon, 28 Sep 2015 12:09:52 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Thunderbird/41.0 MIME-Version: 1.0 In-Reply-To: <201509261213.t8QCDOKs040876@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Mon, 28 Sep 2015 02:10:00 -0000 On 26/09/2015 10:13 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Sat Sep 26 12:13:23 2015 > New Revision: 397963 > URL: https://svnweb.freebsd.org/changeset/ports/397963 > > Log: > Extend @sample to accept arguments > > Maintainers can now use @sample sample_file target_file for all cases > that does not fall into the usual @sample something.sample > > Reviewed by: antoine > Differential Revision: https://reviews.freebsd.org/D3734 > > Modified: > head/CHANGES > head/Keywords/sample.ucl > head/Mk/Scripts/functions.sh > Love extended framework flexibility options for maintainers, thank you!