Date: Fri, 25 May 2007 22:42:22 +0200 From: Mathieu Arnold <mat@FreeBSD.org> To: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@alpha-tierchen.de>, Bruno Damour <freebsd.ruomad@free.fr> Cc: freebsd-current@freebsd.org Subject: Re: howto find build date for ports ? Message-ID: <C44E33115C63B9298B184A9B@atuin.in.mat.cc> In-Reply-To: <58961.2001:6f8:101e:0:20e:cff:fe6d:6adb.1180122155.squirrel@webmail.alpha-tierchen.de> References: <46571F95.80605@free.fr> <58961.2001:6f8:101e:0:20e:cff:fe6d:6adb.1180122155.squirrel@webmail.alpha-tierchen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--==========F34A70F3CC10C7D86A5D========== Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +-Le 25/05/07 21:42 +0200, Bj=F6rn K=F6nig a dit : | Hello Bruno, |=20 |> I wonder if there is a tool that can tell which prots were last built |> before a certain date ? |> Thanks in advance |=20 | find /var/db/pkg -type d -mtime +30 |=20 | lists all ports that haven't been touched for more than 30 days. That's actually true, but it's not what Bruno wanted, in case you portupgrade foo that bar depends on, portupgrade will change bar/+CONTENTS to match the new foo version, and the bar directory will be updated. I believe that find /var/db/pkg/ -name '+DESC' -mtime +30 will be more accurate. Regards, --=20 Mathieu Arnold --==========F34A70F3CC10C7D86A5D========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFGV0owJqR8av5thQ8RAlMLAKDNPMWW3GkJCKkjl041NsyxEF1ShQCfYqTB AHz73QRIki+2WZI15vzPyQo= =IvwY -----END PGP SIGNATURE----- --==========F34A70F3CC10C7D86A5D==========--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C44E33115C63B9298B184A9B>