Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2026 23:03:35 +0000
From:      Pierre Pronchery <khorben@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4c72e5cde017 - main - calendar.freebsd: add myself (khorben@)
Message-ID:  <69b34647.1be72.1eed1047@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by khorben:

URL: https://cgit.FreeBSD.org/src/commit/?id=4c72e5cde0177f19fd10f8bbd6005882075a7830

commit 4c72e5cde0177f19fd10f8bbd6005882075a7830
Author:     Pierre Pronchery <khorben@FreeBSD.org>
AuthorDate: 2025-11-25 09:51:57 +0000
Commit:     Pierre Pronchery <khorben@FreeBSD.org>
CommitDate: 2026-03-12 22:53:32 +0000

    calendar.freebsd: add myself (khorben@)
    
    This adds my date and place of birth to FreeBSD's calendar file, so I
    can let the system(tm) remind me when that counter increments.
    
    Confirmed to be working with the following command:
    
    ```
    $ calendar -f usr.bin/calendar/calendars/calendar.freebsd -t 18.08
    Aug 18  Pierre Pronchery <khorben@FreeBSD.org> born in Nantes, France, 1982
    [...]
    ```
    
    Reviewed by:    philip (mentor)
    Approved by:    philip (mentor)
    Differential Revision:  https://reviews.freebsd.org/D55825
---
 usr.bin/calendar/calendars/calendar.freebsd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.bin/calendar/calendars/calendar.freebsd b/usr.bin/calendar/calendars/calendar.freebsd
index 37dad2d237a7..9084ed0589ec 100644
--- a/usr.bin/calendar/calendars/calendar.freebsd
+++ b/usr.bin/calendar/calendars/calendar.freebsd
@@ -337,6 +337,7 @@
 08/14	Stefan Esser <se@FreeBSD.org> born in Cologne, Nordrhein-Westfalen, Germany, 1961
 08/16	Andrey Chernov <ache@FreeBSD.org> died in Moscow, Russian Federation, 2017
 08/17	Olivier Houchard <cognet@FreeBSD.org> born in Nancy, France, 1980
+08/18	Pierre Pronchery <khorben@FreeBSD.org> born in Nantes, France, 1982
 08/19	Chin-San Huang <chinsan@FreeBSD.org> born in Yi-Lan, Taiwan, Republic of China, 1979
 08/19	Pav Lucistnik <pav@FreeBSD.org> born in Kutna Hora, Czech Republic, 1980
 08/20	Michael Heffner <mikeh@FreeBSD.org> born in Cleona, Pennsylvania, United States, 1981


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b34647.1be72.1eed1047>