From owner-freebsd-questions@FreeBSD.ORG Sun Nov 8 22:16:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09941106566C for ; Sun, 8 Nov 2009 22:16:55 +0000 (UTC) (envelope-from neuhauser@sigpipe.cz) Received: from isis.sigpipe.cz (fw.sigpipe.cz [213.192.2.210]) by mx1.freebsd.org (Postfix) with ESMTP id C0E888FC08 for ; Sun, 8 Nov 2009 22:16:54 +0000 (UTC) Received: by isis.sigpipe.cz (Postfix, from userid 1001) id EC0A5147C50; Sun, 8 Nov 2009 23:26:40 +0100 (CET) Date: Sun, 8 Nov 2009 23:26:40 +0100 From: Roman Neuhauser To: Troels Kofoed Jacobsen Message-ID: <20091108222640.GH54137@isis.sigpipe.cz> References: <20091108190613.GA1486@photon.std> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091108190613.GA1486@photon.std> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: Tracking commit messages from cli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2009 22:16:55 -0000 On Sun, Nov 08, 2009 at 08:06:13PM +0100, Troels Kofoed Jacobsen wrote: > With pkg_version I can easily see which installed ports has newer > versions available, but what I miss is a way to see what has changed. > The reason for this is that commit messages often say that only the > pkg-plist has changed or something that does not make me want to update. ... > I know freshports exist, but I would rather not have to open a web > browser. > > Does such a program exist or do I have to write my own. sorry to point out the obvious, but why not use svn (or cvs)?