SVNWEB not updated for ports

Tatsuki Makino tatsuki_makino at hotmail.com
Mon Apr 19 21:35:35 UTC 2021


George Mitchell wrote on 2021/04/19 23:51:
> Thank you for the hint!  For me, https://cgit.freebsd.org/ports/tree/
> is more helpful, though I still haven't figured out where to find the
> *date* of any commit ...                                  -- George

I used the following CSS to make the absolute date display visible as well, since the relative age notation is difficult to understand.
I'm still using seamonkey-2.49.4_27, so I wrote it into ~/.mozilla/seamonkey/cv8uxghk.default/chrome/userContent.css.
Selector is written quite verbosely.


@-moz-document
domain("cgit.freebsd.org") {
        span.age-mins:after,
        span.age-hours:after,
        span.age-days:after,
        span.age-weeks:after,
        span.age-months:after,
        span.age-years:after,
        span[class|=age]:after,
        span[title^="20"]:after,
        span[title^="19"]:after {
                content: "[" attr(title) "]";
        }
}



More information about the freebsd-ports mailing list