The branch stable/12 has been updated by kbowling (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f4350b6becb843c124e8f1c3436c2046469c6e31
commit f4350b6becb843c124e8f1c3436c2046469c6e31 Author: Kevin Bowling <[email protected]> AuthorDate: 2021-09-17 23:05:27 +0000 Commit: Kevin Bowling <[email protected]> CommitDate: 2021-09-17 23:09:51 +0000 calendar.freebsd: Fix off-by-one error (cherry picked from commit 007c2463d6d017ad5321d5cd2bc500e577d22196) --- usr.bin/calendar/calendars/calendar.freebsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/calendar/calendars/calendar.freebsd b/usr.bin/calendar/calendars/calendar.freebsd index a20ba9fe4f93..ae0ec2f4a1df 100644 --- a/usr.bin/calendar/calendars/calendar.freebsd +++ b/usr.bin/calendar/calendars/calendar.freebsd @@ -88,7 +88,8 @@ 02/23 VinÃcius Zavam <[email protected]> born in Fortaleza, Ceará, Brazil, 1986 02/24 Johan Karlsson <[email protected]> born in Mariannelund, Sweden, 1974 02/24 Colin Percival <[email protected]> born in Burnaby, Canada, 1981 -02/24 Kevin Bowling <[email protected]> born in Scottsdale, Arizona, United States, 1989 +02/24 Brandon Bergren <[email protected]> born in Edmond, Oklahoma, United States, 1984 +02/25 Kevin Bowling <[email protected]> born in Scottsdale, Arizona, United States, 1989 02/26 Pietro Cerutti <[email protected]> born in Faido, Switzerland, 1984 02/28 Daichi GOTO <[email protected]> born in Shimizu Suntou, Shizuoka, Japan, 1980 02/28 Ruslan Makhmatkhanov <[email protected]> born in Rostov-on-Don, USSR, 1984 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
