+-Le 25/05/07 21:42 +0200, Björn König a dit : | Hello Bruno, | |> I wonder if there is a tool that can tell which prots were last built |> before a certain date ? |> Thanks in advance | | find /var/db/pkg -type d -mtime +30 | | 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, -- Mathieu Arnold
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:11 UTC