From owner-freebsd-ports@FreeBSD.ORG Mon Sep 14 18:34:48 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32DBA106568F for ; Mon, 14 Sep 2009 18:34:48 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8B18FC16 for ; Mon, 14 Sep 2009 18:34:47 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so925294fgg.13 for ; Mon, 14 Sep 2009 11:34:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=kgo6HnzjZ/GgnMpTckoweJSDnSG2uVKeraqca+WZheU=; b=Kn0DdWrALFVtVLRFVQ8KE8pvrCcnqM4VdlSm0JCq6n/lsVDXBAS1oleNeTuwtFRkN6 AdO69i0GMJ/W1qAEr4dUUxhIDdHXF8KJJEXHrXAr9uA73R1GJhD7o7h9QLEhODs6qn2q goZ3VjOVyw4kdjdDoCMVjbQ89px6APoaVjXFQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=fbUK65eeu3cvak6uwYe/g2SnZwK7CXeX7UnPJQf4w9Y3B28ArlGopLprOMfFDZF7JV hxinum6UuQZxXdATe1pzUpEieyiqnYNarszoseaWfQ+JhZrmKoOfxdKTvDqkt/AtizY5 8P5hBdccwz7T4eSihp/aHqm2auDmvbK6Sycpo= Received: by 10.86.238.30 with SMTP id l30mr5223273fgh.75.1252953286431; Mon, 14 Sep 2009 11:34:46 -0700 (PDT) Received: from notebook ([86.57.128.36]) by mx.google.com with ESMTPS id 12sm82564fgg.20.2009.09.14.11.34.44 (version=SSLv3 cipher=RC4-MD5); Mon, 14 Sep 2009 11:34:45 -0700 (PDT) Date: Mon, 14 Sep 2009 21:34:42 +0300 From: "Sergey V. Dyatko" To: "Jason J. Hellenthal" Message-ID: <20090914213442.2f857730@notebook> In-Reply-To: References: <200909140157.41331.villa.alberto@gmail.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Doug Barton , Alberto Villa Subject: Re: show port commit history in portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2009 18:34:48 -0000 On Mon, 14 Sep 2009 12:19:51 -0400 "Jason J. Hellenthal" wrote: JJH> On Sun, 13 Sep 2009 19:57 -0000, villa.alberto wrote: JJH> JJH> > hello! JJH> > encouraged by a request, i've written this small utility JJH> > (attached) to show the commit history for a port (using JJH> > freshports.org), and i was wondering... how about adding this JJH> > functionality to portmaster? here's an example of its output: [skipped] JJH> JJH> I don't see this as a necessary addition. For one portmaster is a JJH> shell script. For two it means that the upgrade always needs to be JJH> connected and able to connect to the freshports site. For three JJH> freshports is just an 3rd party site where as you can get commit JJH> info right from the FreeBSD.org repo's. Four I don't see why JJH> anyone needs the commit info at upgrade time because as a part of JJH> administration this should be taken care of before you decide to JJH> upgrade anything. quite often when csup for ports tree I want to see what exactly has changed in comparison with the previous version, the script was ready to be very handy. Alberto, I didn't see any attachments from you :( JJH> JJH> Best regards. JJH> -- wbr, tiger