https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211233
--- Comment #2 from Martin Birgmeier <[email protected]> --- Hmmm... # pkg query '%n-%v %t' `pkg query %dn-%dv firefox-47.0.1_2,1` firefox-47.0.1_2,1 | sort -k2,2n | sed -n '/firefox-47/,$ p' | gawk 'BEGIN { OFS = "\t"; } { $2 = strftime("%Y-%m-%d.%H:%M:%S", $2); print; }' firefox-47.0.1_2,1 2016-07-08.13:37:15 ffmpeg-2.8.7_2,1 2016-07-12.19:06:44 harfbuzz-1.2.7 2016-07-12.19:06:47 png-1.6.23 2016-07-14.21:02:48 # So all three ports have been updated before firefox started crashing. # pkg query -a '%n-%v %o %t' | sort -t' ' -k3,3n | gawk 'BEGIN { OFS = "\t"; } { $3 = strftime("%Y-%m-%d.%H:%M:%S", $3); print; }' | tail -10 png-1.6.23 graphics/png 2016-07-14.21:02:48 e2fsprogs-libuuid-1.43.1_1 misc/e2fsprogs-libuuid 2016-07-15.19:58:53 p7zip-15.14_1 archivers/p7zip 2016-07-15.19:58:54 py27-pytz-2016.6.1,1 devel/py-pytz 2016-07-15.19:58:55 portmaster-3.17.9_3 ports-mgmt/portmaster 2016-07-16.19:09:03 tiff-4.0.6_2 graphics/tiff 2016-07-16.19:09:04 telepathy-qt4-0.9.7 net-im/telepathy-qt4 2016-07-17.20:04:29 nmap-7.25.b1 security/nmap 2016-07-17.20:04:31 webfonts-0.30_11 x11-fonts/webfonts 2016-07-17.20:04:34 git-2.9.2 devel/git 2016-07-18.19:42:00 # So only portmaster, tiff, telepathy-qt4, nmap, webfonts, and git have been updated since firefox started crashing. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
