From owner-freebsd-questions Mon Oct 30 15: 9:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id D35F137B479 for ; Mon, 30 Oct 2000 15:09:14 -0800 (PST) Received: from bartequi.ottodomain.org (62.98.163.43) by relay2.inwind.it (5.1.046) id 39CB097900A87023; Tue, 31 Oct 2000 00:09:11 +0100 From: Salvo Bartolotta Date: Mon, 30 Oct 2000 23:09:28 GMT Message-ID: <20001030.23092800@bartequi.ottodomain.org> Subject: Re: How to find out new ports after cvsup To: Alexander Anderson Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20001030154947.A92101@dusty.galima.2y.net> References: <20001030154947.A92101@dusty.galima.2y.net> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 10/30/00, 9:49:47 PM, Alexander Anderson wrote=20 regarding How to find out new ports after cvsup: > I used an example ports-supfile from /usr/share/examples/cvsup/ to=20 upgrade > my ports collection. How can I find out what exactly is new other than= > browsing readmes? > Eventually, I would like to set up a cron job to fetch the new ports > periodically. I would also like to send myself an email listing all=20 the > updates in the ports collection. Is it doable? cd /usr/ports; make index=20 pkg_version -v | more cf pkg_version(1) (in particular, the "c" option and the bug section);=20 cf cron(8). Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message