From hmo@sep.oldach.net  Sat Aug 20 05:59:22 2005
Return-Path: <hmo@sep.oldach.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5F3C516A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Aug 2005 05:59:22 +0000 (GMT)
	(envelope-from hmo@sep.oldach.net)
Received: from sep.oldach.net (sep.oldach.net [194.180.25.6])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACAE43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Aug 2005 05:59:21 +0000 (GMT)
	(envelope-from hmo@sep.oldach.net)
Received: from sep.oldach.net (localhost [127.0.0.1])
	by sep.oldach.net (8.13.3/8.13.3/hmo26jun05) with ESMTP id j7K5xFqs007497
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Sat, 20 Aug 2005 07:59:15 +0200 (CEST)
	(envelope-from hmo@sep.oldach.net)
Received: (from hmo@localhost)
	by sep.oldach.net (8.13.3/8.13.3/Submit/hmo26jun05) id j7K5xEGB007496;
	Sat, 20 Aug 2005 07:59:14 +0200 (CEST)
	(envelope-from hmo)
Message-Id: <200508200559.j7K5xEGB007496@sep.oldach.net>
Date: Sat, 20 Aug 2005 07:59:14 +0200 (CEST)
From: Helge Oldach <feiertageaug05@oldach.net>
Reply-To: Helge Oldach <feiertageaug05@oldach.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: fix usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85143
>Category:       conf
>Synopsis:       [patch] fix usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    grog
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 20 06:00:36 GMT 2005
>Closed-Date:    Sat Oct 07 17:31:47 GMT 2006
>Last-Modified:  Sat Oct 07 17:31:47 GMT 2006
>Originator:     Helge Oldach
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD localhost 4.11-STABLE FreeBSD 4.11-STABLE #2175: Wed Aug 3 00:33:32 CEST 2005 toor@localhost:/usr/obj/usr/src/sys/GENERIC i386

>Description:

Add January, 27 - official holiday ("Gedenktag fr die Opfer des
Nationalsozialismus") in Germany since 1996.

It was the day of the liberation of the Concentration
Camp Auschwitz-Birkenau by the Red Army in 1945. See
http://en.wikipedia.org/wiki/Auschwitz

>How-To-Repeat:

>Fix:

--- usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag~	Wed Aug 17 07:06:15 2005
+++ usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag	Sat Aug 20 07:52:30 2005
@@ -38,7 +38,7 @@
 
 /*  Gedenktage - nicht arbeitsfreie Feiertage :-( */
 06/17	Arbeiteraufstand am 17. Juni 1953
-/* ??/?? Befreiung des KZs Auschwitz */
+01/27	Gedenktag fr die Opfer des Nationalsozialismus
 
 /* Jahreszeiten */
 03/20*	Frhlingsanfang


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->grog 
Responsible-Changed-By: kris 
Responsible-Changed-When: Wed Sep 21 06:58:16 GMT 2005 
Responsible-Changed-Why:  
Greg has taken an interest in the calendar files 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85143 

From: feiertageaug05@oldach.net (Helge Oldach)
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org
Cc:  
Subject: Re: misc/85143: fix usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag
Date: Sun, 1 Oct 2006 07:20:22 +0200 (CEST)

 Hi,
 
 this PR had been assigned to grog@ who appears no longer active...
 
 Would some kind soul please bring the German "Feiertage" file up to
 reality? It's a simple and straightforward fix, and (after 1 year) about
 time to close this PR...
 
 Thanks!
 
 Helge
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Sun Oct 1 06:29:39 UTC 2006 
State-Changed-Why:  
Committed to HEAD.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85143 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/85143: commit references a PR
Date: Sun,  1 Oct 2006 06:29:53 +0000 (UTC)

 maxim       2006-10-01 06:29:35 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.feiertag 
   Log:
   o Add a Gedenktag.
   
   PR:             conf/85143
   Submitted by:   Helge Oldach
   MFC after:      1 weeks
   
   Revision  Changes    Path
   1.12      +1 -0      src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/85143: commit references a PR
Date: Sun,  1 Oct 2006 09:22:21 +0000 (UTC)

 maxim       2006-10-01 09:22:05 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.feiertag 
   Log:
   o Remove an obsoleted (and commented out) entry.
   
   PR:             conf/85143
   Submitted by:   Helge Oldach
   
   Revision  Changes    Path
   1.14      +0 -1      src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: Greg 'groggy' Lehey <grog@FreeBSD.org>
To: Helge Oldach <feiertageaug05@oldach.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject: Re: misc/85143: fix usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag
Date: Sun, 1 Oct 2006 16:29:03 +0930

 --m8yuz6kcWj4yJ5vq
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Sunday,  1 October 2006 at  7:20:22 +0200, Helge Oldach wrote:
 > Hi,
 >
 > this PR had been assigned to grog@ who appears no longer active...
 >
 > Would some kind soul please bring the German "Feiertage" file up to
 > reality? It's a simple and straightforward fix, and (after 1 year) about
 > time to close this PR...
 
 Apologies.  I've been pretty busy.  I'll take a look Real Soon Now.
 
 Greg
 --
 See complete headers for address and phone numbers.
 
 --m8yuz6kcWj4yJ5vq
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.3 (FreeBSD)
 
 iD8DBQFFH2c3IubykFB6QiMRAkURAJ9yzQfprHHvLsSig8Fd5MLLMbinPQCfVL97
 KEOineu6Dw7tQ8QCgNTZ+p8=
 =Dizq
 -----END PGP SIGNATURE-----
 
 --m8yuz6kcWj4yJ5vq--
State-Changed-From-To: patched->closed 
State-Changed-By: maxim 
State-Changed-When: Sat Oct 7 17:31:23 UTC 2006 
State-Changed-Why:  
Merged to RELENG_6. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85143 
>Unformatted:
