Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2017 10:01:20 +0100 (CET)
From:      =?ISO-8859-1?Q?Trond_Endrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no>
To:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: Create list of ports to update
Message-ID:  <alpine.BSF.2.21.1712040949450.8675@mail.fig.ol.no>
In-Reply-To: <BN6PR2001MB17305559DF55EB2CF39C2959803F0@BN6PR2001MB1730.namprd20.prod.outlook.com>
References:  <BN6PR2001MB17305559DF55EB2CF39C2959803F0@BN6PR2001MB1730.namprd20.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 3 Dec 2017 16:40-0000, Carmel NY wrote:

> what is the easiest way to construct a list of ports that need 
> updating in the: "port-category/port-name" format?

How about this?

make -C /usr/ports fetchindex
pkg version -oIL= | awk '{print $1}' | poudriere ...

The hosts only needs a skeletal ports tree as opposed to 
poudriere.

-- 
Trond.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.21.1712040949450.8675>