Each day trying to checkout git branch Q3 ?
git -C /usr/ports pull
(or rather, git -C /usr/ports fetch
– see here to understand the distinction), you'll see what branches are being updated. I look at this output through a cronjob to get notified of new quarterly branches.git clone --branch 2021Q2 https://git.FreeBSD.org/ports.git /usr/ports
Instead subscribe to freebsd-ports@ mailing list might be more convenient.Each day trying to checkout git branch Q3 ?
Not if the default is overridden. The New 2021Q3 branch announce mail says:Offcourse in the new quarterly i'm looking if xorg pulls in python3.7 or python3.8 ...
- - Default version of PYTHON and PYTHON3 switched to 3.8
Judging by the past three months, there were >300 messages on that list, exactly 1 of which announced a new quarterly branch. Not what I'd call convenientInstead subscribe to freebsd-ports-announce@ mailing list might be more convenient.
I don't see a problem here. If someone is interested only in quarterly branch announce mails, one can filter those mails at the mail provider service level and let the filter execute a action. The local mail client can then retrieve those filtered mails.Judging by the past three months, there were >300 messages on that list, exactly 1 of which announced a new quarterly branch. Not what I'd call convenient![]()
Next quarterly package builds will start on Sunday July 4th at 01:00 UTC and
should be available on your closest mirrors few days later.
… freebsd-ports-announce@ is moderated, not open for subscriptions by anybody, …
… Once they are ready …
git -C /usr/ports/ pull
told meremote: Enumerating objects: 33209, done.
remote: Counting objects: 100% (6949/6949), done.
remote: Compressing objects: 100% (49/49), done.
remote: Total 33209 (delta 6922), reused 6900 (delta 6900), pack-reused 26260
Empfange Objekte: 100% (33209/33209), 20.00 MiB | 4.65 MiB/s, fertig.
Löse Unterschiede auf: 100% (18702/18702), abgeschlossen mit 5071 lokalen Objekten.
Von https://git.freebsd.org/ports
139e75894d46..d1da14bab7a8 2021Q2 -> origin/2021Q2
* [neuer Branch] 2021Q3 -> origin/2021Q3
ac368b4fc3db..4cb86a45c970 main -> origin/main
Aktualisiere 139e75894d46..d1da14bab7a8
[...]