From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 18:47:38 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17AAC16A4CE for ; Tue, 11 Nov 2003 18:47:38 -0800 (PST) Received: from ybbsmtp03.mail.yahoo.co.jp (ybbsmtp03.mail.yahoo.co.jp [210.81.151.171]) by mx1.FreeBSD.org (Postfix) with SMTP id 732CD43F3F for ; Tue, 11 Nov 2003 18:47:36 -0800 (PST) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by ybbsmtp03.mail.yahoo.co.jp with SMTP; 12 Nov 2003 02:47:35 -0000 X-Apparently-From: Received: from ghost.near.this (ghost.near.this [10.0.3.9]) by gorgon.near.this (Postfix) with ESMTP id 6B8297F81; Wed, 12 Nov 2003 11:47:30 +0900 (JST) Received: by ghost.near.this (Postfix, from userid 100) id 5ED4419320; Wed, 12 Nov 2003 11:47:29 +0900 (JST) Date: Wed, 12 Nov 2003 11:47:28 +0900 From: horio shoichi To: "Paul Hamilton" In-Reply-To: References: X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20031112.024729.6877463105d86e32.10.0.3.9@bugsgrief.net> cc: Freebsd-Questions Subject: Re: How to find our what version of ports your running? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 02:47:38 -0000 On Tue, 11 Nov 2003 21:14:23 +0800 "Paul Hamilton" wrote: > Hi, > > Is it possible to print out the base version of when you last installed the > ports base, or cvs'ed it? > > cheers, > > Paul Hamilton > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > If $PORTSDIR/CVS/Tag exists cat $PORTSDIR/CVS/Tag will give you the idea. If it doesn't exist you have current. horio shoichi