From owner-svn-ports-all@FreeBSD.ORG Tue Jul 29 21:19:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54047AE1; Tue, 29 Jul 2014 21:19:17 +0000 (UTC) Received: from mail-yk0-x236.google.com (mail-yk0-x236.google.com [IPv6:2607:f8b0:4002:c07::236]) (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 CA42B26AA; Tue, 29 Jul 2014 21:19:16 +0000 (UTC) Received: by mail-yk0-f182.google.com with SMTP id q9so168139ykb.41 for ; Tue, 29 Jul 2014 14:19:16 -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=QuVMhrUB4fNQ8JrhQ3O/Dd6lf5xxcOCcMTWxGV/om9U=; b=P5mpNAr+EAtcfrdhg+62bUuiz3Ftc7bGxaVZ1Oi6sqFeJSc/9QygbgzhVutsgarQfz R4EZUWjoIvQLr6TMb6MXMCrA/JC74iJteoX/qWqCzHg8Boim7r0MJ7FGkae+AvAGh7xY bZgC1q6iLz2D/9rMx7VLKvu5/ugYO+JfyTDrhJXlAiFZQn946cRVoqQquegDtgxH9ISk rTgnXQSCHeBUFPzkyupV4mxta7iHoQXZ8Ce35mdej8+4PA9HPRQggF25N4gynfCChNRh Vq2m6QBiKT9q9hlMOMn4TjxN1KE/aighdZTDOigWHHhalR1mcvGpOxv+CCGlN4op/JKq kobg== MIME-Version: 1.0 X-Received: by 10.236.150.70 with SMTP id y46mr6859046yhj.52.1406668754479; Tue, 29 Jul 2014 14:19:14 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Tue, 29 Jul 2014 14:19:14 -0700 (PDT) In-Reply-To: <53D80F0D.1000600@FreeBSD.org> References: <201407292107.s6TL7eC1058505@svn.freebsd.org> <53D80F0D.1000600@FreeBSD.org> Date: Tue, 29 Jul 2014 23:19:14 +0200 X-Google-Sender-Auth: bxjU9dJYu1xkkpseIaJv8bJlofk Message-ID: Subject: Re: svn commit: r363392 - in head: chinese/fcitx-configtool chinese/fcitx-sunpinyin chinese/sunpinyin converters/p5-plutil databases/pgdbf deskutils/gnote deskutils/mate-menu-editor deskutils/planner d... From: Antoine Brodin To: Bryan Drewery Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Adam Weinberger , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 29 Jul 2014 21:19:17 -0000 On Tue, Jul 29, 2014 at 11:15 PM, Bryan Drewery wrote: > On 7/29/2014 4:07 PM, Adam Weinberger wrote: >> Author: adamw >> Date: Tue Jul 29 21:07:39 2014 >> New Revision: 363392 >> URL: http://svnweb.freebsd.org/changeset/ports/363392 >> QAT: https://qat.redports.org/buildarchive/r363392/ >> >> Log: >> Convert a bunch of USE_XZ to USES=tar:xz. >> >> Approved by: portmgr (not really, but touches unstaged ports) > > Having not read the diff, the conversion of USE_XZ->USES *is* implicitly > approved by the blanket portmgr approval for framework conversion. Well, it's approved when it's tested and doesn't break anything... Antoine