From owner-freebsd-current@FreeBSD.ORG Tue Nov 4 07:05:47 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63D1724F for ; Tue, 4 Nov 2014 07:05:47 +0000 (UTC) Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) (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 232E3BE6 for ; Tue, 4 Nov 2014 07:05:47 +0000 (UTC) Received: by mail-ig0-f180.google.com with SMTP id h3so6112770igd.1 for ; Mon, 03 Nov 2014 23:05:46 -0800 (PST) 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:content-type; bh=XI7oDEk8jq91SFam1gu/a00uBdNqA3r5EZhpIRyQlrM=; b=oavlOcpGY7nRFwXCtRQPyFlcjLOZP61Jaa0TS3gJVPBwhYRGxvITXy5OIxeh5JMsIX ZyR00hao1l8Llgh9IE52E0tvKEZoCm2bcdodNu59++gaU89UhaPuG2141T3YiRWWR06Q 0fVQVWDu5J1DCs/sNM2zsTPeOnqZpkn8ueXNipkum3qWn5PICiMJ887F4iJj+PCPiiIV WMd97ugjBx7kb6WZpG9wWXIM8WEoohs2C5kMhYjaXNW36XodtJ3oNU3cKODQtQ9x80F1 WQOimDFos3maccqxOK6o5wr2TfGEsts+awk3mb/bvAUZs4Lo8yGBW0H2EApMs6/YdjQp 78NA== MIME-Version: 1.0 X-Received: by 10.107.37.12 with SMTP id l12mr39894826iol.40.1415084746615; Mon, 03 Nov 2014 23:05:46 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.107.11.152 with HTTP; Mon, 3 Nov 2014 23:05:46 -0800 (PST) In-Reply-To: References: <20141028231933.GG26796@ivaldir.etoilebsd.net> <20141101161332.b9c8fc19bf9fc54f73bc5c00@gmail.com> <20141101224549.GG15967@ivaldir.etoilebsd.net> <20141102102455.30d42f85ff81e079788eae06@gmail.com> <5457F64F.6090408@selasky.org> <54587759.4050206@bluerosetech.com> Date: Mon, 3 Nov 2014 23:05:46 -0800 X-Google-Sender-Auth: cnDEaY3Xu2Fh5rk51DCoxJFml6c Message-ID: Subject: Re: pkg 1.4 freeze please test test test! From: Kevin Oberman To: "current@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2014 07:05:47 -0000 On Mon, Nov 3, 2014 at 11:03 PM, Kevin Oberman wrote: > Thanks you! That dies the trick. > Or, at least does the trick. > > R. Kevin Oberman, Network Engineer, Retired > E-mail: rkoberman@gmail.com > > On Mon, Nov 3, 2014 at 10:51 PM, Darren Pilgrim < > list_freebsd@bluerosetech.com> wrote: > >> On 11/3/2014 9:50 PM, Kevin Oberman wrote: >> >>> I simply do periodic(8) weekly runs of "pkg version -vRl\<" to catch any >>> port that has not been updated due to being locked. On option to only >>> report locked packages would simplify this and looks to me like it would >>> be >>> pretty easy to add, but unless you have a lot of locked packages, it's >>> not >>> a problem. >>> >> >> I just do `pkg info -ka | egrep 'yes$'`. >> >> >> >