RE: How to find our what version of ports your running?

2003-11-13 Thread Paul Hamilton
Hmmm...

Thanks for that Lowell.  Yes I knew about the pkg_version cmd.  I was just
hoping that I had  missed a command or file that explain it all.

I started digging around, and found that the /usr/ports/LEGAL file has the
following:

# $FreeBSD: ports/LEGAL,v 1.274 2003/02/19 04:24:53 marcus Exp $

as one of the headers, so I guess, that is a rough indication of when it was
compiled.  Perhaps it might even roughly tie in with the FTP site iso
Hmmm, just checked, and they only show 4.8 as the oldest: April 2003
So I guess, that ports version came with 4.7.

Anyway, thanks everyone.

Cheers,

Paul Hamilton


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Lowell Gilbert
Sent: Wednesday, 12 November 2003 11:26 PM
To: Paul Hamilton
Cc: horio shoichi; Freebsd-Questions
Subject: Re: How to find our what version of ports your running?


Paul Hamilton [EMAIL PROTECTED] writes:

 Is there a way to find out the ports version, from a CD upgrade?  i.e..
 initial install was 4.2 then a 4.6 upgrade, then a 4.7 and then a 4.8
 upgrade.  Hmm, was the ports tree upgraded along with main upgrades or
not?

Ports are not updated along with the base system.  You can do that
separately, but usually don't need to.  You can determine the versions
of the ports installed on your system with the pkg_version(1) command.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: How to find our what version of ports your running?

2003-11-12 Thread Paul Hamilton
Thanks, Horio and Kris for the CVS solution.

Is there a way to find out the ports version, from a CD upgrade?  i.e..
initial install was 4.2 then a 4.6 upgrade, then a 4.7 and then a 4.8
upgrade.  Hmm, was the ports tree upgraded along with main upgrades or not?

Cheers,

Paul Hamilton

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of horio shoichi
Sent: Wednesday, 12 November 2003 10:47 AM
To: Paul Hamilton
Cc: Freebsd-Questions
Subject: Re: How to find our what version of ports your running?


On Tue, 11 Nov 2003 21:14:23 +0800
Paul Hamilton [EMAIL PROTECTED] 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


 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


If $PORTSDIR/CVS/Tag exists

cat $PORTSDIR/CVS/Tag

will give you the idea.

If it doesn't exist you have current.


horio shoichi

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to find our what version of ports your running?

2003-11-12 Thread Lowell Gilbert
Paul Hamilton [EMAIL PROTECTED] writes:

 Is there a way to find out the ports version, from a CD upgrade?  i.e..
 initial install was 4.2 then a 4.6 upgrade, then a 4.7 and then a 4.8
 upgrade.  Hmm, was the ports tree upgraded along with main upgrades or not?

Ports are not updated along with the base system.  You can do that
separately, but usually don't need to.  You can determine the versions
of the ports installed on your system with the pkg_version(1) command.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to find our what version of ports your running?

2003-11-11 Thread Jez Hancock
On Tue, Nov 11, 2003 at 09:14:23PM +0800, Paul Hamilton wrote:
 Is it possible to print out the base version of when you last installed the
 ports base, or cvs'ed it?

cvsup keeps a log of it's activity in the directory you specify as your
cvsup base:

*default base=/usr/local/etc/cvsup

on my system.

Looking in /usr/local/etc/cvsup:

[EMAIL PROTECTED] # ls -al /usr/local/etc/cvsup/sup/ports-all/
total 9236
drwxr-xr-x  2 root  wheel  512 Nov 11 05:12 .
drwxr-xr-x  5 root  wheel  512 Jul 19 18:04 ..
-rw-r--r--  1 root  wheel  9430414 Nov 11 05:12 checkouts.cvs:.

indicating cvsup ran on 5:12am this morning.

-- 
Jez Hancock
 - System Administrator / PHP Developer

http://munk.nu/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to find our what version of ports your running?

2003-11-11 Thread horio shoichi
On Tue, 11 Nov 2003 21:14:23 +0800
Paul Hamilton [EMAIL PROTECTED] 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
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

If $PORTSDIR/CVS/Tag exists

cat $PORTSDIR/CVS/Tag

will give you the idea.

If it doesn't exist you have current.


horio shoichi

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]