From owner-freebsd-questions@FreeBSD.ORG Mon Jan 13 11:04:25 2014 Return-Path: Delivered-To: freebsd-questions@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 6289F37C for ; Mon, 13 Jan 2014 11:04:25 +0000 (UTC) Received: from mail-qe0-x22d.google.com (mail-qe0-x22d.google.com [IPv6:2607:f8b0:400d:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18D4810BA for ; Mon, 13 Jan 2014 11:04:24 +0000 (UTC) Received: by mail-qe0-f45.google.com with SMTP id nd7so1507030qeb.18 for ; Mon, 13 Jan 2014 03:04:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=date:from:to:subject:message-id:reply-to:mime-version:content-type :content-transfer-encoding; bh=x5alRSQc9qZrOhkDpKLZ6pn33Yoga3nYrjl7JBduApA=; b=Tccwk2/F6Lj4mqfGFycUJKEBIqpUyTtV8zOzXh5Ns3GbnDuHG3qaKVtmCx4uFZbGpe t0ieuhI510UhrrbC6yBC0j2/wULf32tCBUP1PnOQD6d+eGj+aJ0oSvIxMQqD/Dd+llXg qqS2q+ne5rS5dwuHruAc2tHK/Z4WexKGTbp3k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:reply-to :mime-version:content-type:content-transfer-encoding; bh=x5alRSQc9qZrOhkDpKLZ6pn33Yoga3nYrjl7JBduApA=; b=jpEquxFczq3WfncOJn+YSyFy6iyco1lHFX1sZbi/jmpuliMVyakqGAVwr5GDaFjAFZ 3uSYtPmz02FuZpyYLobUiNW88+urVMtiSZNjp8H88jRXwhTymy2sqFUgu6k9+9tjHhtS sgjjw0RGa2Sa8QfGQnSyt3iNWWsCKUq2gVewmmmaXLTZ2NFH3t7008Kw06bETkcj0KX2 Im5Q0JdPwgvhXVz0q2v50U5hYOBP+9akVR0nnfpks/d1fouEbToJUcJavFdc3++JHZTg dCKO/mfphueAzdTdMH3y3Xzc9aQx3syyNOv/Vdq0LVfMn+09635/0P2s1gG0g1hAxuN8 +E/A== X-Gm-Message-State: ALoCoQk1si0PYFI5papzmZo67Hk/tR0FBY0nBfYXHlJK9/74S8TlkZS/ari+3IKVQivh5pOoMff6 X-Received: by 10.229.122.195 with SMTP id m3mr37719070qcr.7.1389611064099; Mon, 13 Jan 2014 03:04:24 -0800 (PST) Received: from scorpio (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id j8sm5301728qeh.5.2014.01.13.03.04.23 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 13 Jan 2014 03:04:23 -0800 (PST) Date: Mon, 13 Jan 2014 06:04:22 -0500 From: Jerry To: User questions Subject: Listing ports that have updates available Message-ID: <20140113060422.7139c675@scorpio> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: User questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 11:04:25 -0000 I use to use the following to get a list of ports that needed updating: /usr/sbin/pkg_version -vIL= Since updating to FreeBSD 10.0-RC3 that option is no longer available. Presently, I am using a quick hack to get a list applications that have updates available for them: portversion -v | grep -i "<" Is there a better method available? I compile all of the software on my machine. I don't use "pkg" to install anything. -- Jerry