Re: SVNWEB not updated for ports

2021-04-19 Thread Tatsuki Makino
Tatsuki Makino wrote on 2021/04/20 06:35:
> I'm still using seamonkey-2.49.4_27, so I wrote it into 
> ~/.mozilla/seamonkey/*.default/chrome/userContent.css.

I forgot to delete * part, so I moved the directory and rewrote all files in it 
:)

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: SVNWEB not updated for ports

2021-04-19 Thread Stefan Esser
Am 19.04.21 um 14:42 schrieb Helge Oldach:
> Stefan Esser wrote on Mon, 19 Apr 2021 12:11:40 +0200 (CEST):
>> After the switch to GIT, the ports SVN repository is in a frozen state.
>>
>> This causes accesses to https://svnweb.freebsd.org/ports/head/ to return
>> stale information.
> 
> I guess it might be more appropriate to encourage 
> https://cgit.freebsd.org/ports/?h=main instead...

No, I'm talking about the path to the actual files and have created
a review:

https://reviews.freebsd.org/D29829

The fix is trivial and a functionally equivalent replacement of the
SVNWEB link (I just noticed that I had suggested a path that lead to
a different representation of the content and have updated the patch
that is attached to this review).

I'd suggest to test the suggested path of cgit.freebsd.org/ports/plain
by directly patching the file on the web-server just for the purpose of
verification of accesses still working, then to commit it to the doc
repository.

I cannot locally test the change, but if it has bad side-effects, it
can easily be reverted.

Regards, STefan



OpenPGP_signature
Description: OpenPGP digital signature


Re: SVNWEB not updated for ports

2021-04-19 Thread Tatsuki Makino
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) "]";
}
}

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: SVNWEB not updated for ports

2021-04-19 Thread Mark Millard via freebsd-ports
George Mitchell george+freebsd at m5p.com wrote on
Mon Apr 19 14:51:54 UTC 2021 :

> 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 ... 


Two ways starting from a tree view:

A) On the same line as the file/directory of interest, click on log
   and the commit sequence for file/directory will be shown, with
   dates listed.

B) On the same line as the file of interest (not directory),
   click on blame first then on the page that is displayed
   hover the mouse over a commit-id for a range of lines
   and it will show the author, committer, dates, and the
   one-line summary for the commit identified.

===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: SVNWEB not updated for ports

2021-04-19 Thread George Mitchell

On 4/19/21 8:42 AM, Helge Oldach wrote:

Stefan Esser wrote on Mon, 19 Apr 2021 12:11:40 +0200 (CEST):

After the switch to GIT, the ports SVN repository is in a frozen state.

This causes accesses to https://svnweb.freebsd.org/ports/head/ to return
stale information.


I guess it might be more appropriate to encourage 
https://cgit.freebsd.org/ports/?h=main instead...

Kind regards
Helge


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



OpenPGP_signature
Description: OpenPGP digital signature


SVNWEB not updated for ports

2021-04-19 Thread Stefan Esser
After the switch to GIT, the ports SVN repository is in a frozen state.

This causes accesses to https://svnweb.freebsd.org/ports/head/ to return
stale information.

But the real issue IMHO is that the "FreeBSD Ports Search" page on the
web server does return 404 errors for ports that have been created in
GIT and did not exist in SVN.

I have created a review for the suggested fix:

https://reviews.freebsd.org/D29829




OpenPGP_signature
Description: OpenPGP digital signature