From owner-svn-src-head@FreeBSD.ORG Fri Feb 24 11:40:21 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C6551065672; Fri, 24 Feb 2012 11:40:21 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D1EC18FC16; Fri, 24 Feb 2012 11:40:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q1OBeKja057197; Fri, 24 Feb 2012 11:40:20 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q1OBeK4h057193; Fri, 24 Feb 2012 11:40:20 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201202241140.q1OBeK4h057193@svn.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 24 Feb 2012 11:40:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r232105 - in head/usr.bin/calendar/calendars: hr_HR.ISO8859-2 ru_RU.KOI8-R X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 11:40:21 -0000 Author: osa (ports committer) Date: Fri Feb 24 11:40:20 2012 New Revision: 232105 URL: http://svn.freebsd.org/changeset/base/232105 Log: Add underscore symbol to the end of definition strings to keep all calendar files are consistency. Approved by: edwin MFC after: 1 week Modified: head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all Modified: head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all ============================================================================== --- head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all Fri Feb 24 11:02:35 2012 (r232104) +++ head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all Fri Feb 24 11:40:20 2012 (r232105) @@ -4,9 +4,9 @@ * $FreeBSD$ */ -#ifndef _hr_HR_ISO8859_2_all -#define _hr_HR_ISO8859_2_all +#ifndef _hr_HR_ISO8859_2_all_ +#define _hr_HR_ISO8859_2_all_ #include -#endif /* !_hr_HR_ISO8859_2_all */ +#endif /* !_hr_HR_ISO8859_2_all_ */ Modified: head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici ============================================================================== --- head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici Fri Feb 24 11:02:35 2012 (r232104) +++ head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici Fri Feb 24 11:40:20 2012 (r232105) @@ -4,8 +4,8 @@ * $FreeBSD$ */ -#ifndef _hr_HR_ISO8859_2_praznici -#define _hr_HR_ISO8859_2_praznici +#ifndef _hr_HR_ISO8859_2_praznici_ +#define _hr_HR_ISO8859_2_praznici_ LANG=hr_HR.ISO8859-2 @@ -41,4 +41,4 @@ Easter+39 Uzašašće 03/NedjeljaLast Početak ljetnog vremena 10/NedjeljaLast Kraj ljetnog vremena -#endif /* !_hr_HR_ISO8859_2_praznici */ +#endif /* !_hr_HR_ISO8859_2_praznici_ */ Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all ============================================================================== --- head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all Fri Feb 24 11:02:35 2012 (r232104) +++ head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all Fri Feb 24 11:40:20 2012 (r232105) @@ -4,8 +4,8 @@ * $FreeBSD$ */ -#ifndef _ru_RU_KOI8_R_all -#define _ru_RU_KOI8_R_all +#ifndef _ru_RU_KOI8_R_all_ +#define _ru_RU_KOI8_R_all_ #include #include @@ -13,4 +13,4 @@ #include #include -#endif /* !_ru_RU_KOI8_R_all */ +#endif /* !_ru_RU_KOI8_R_all_ */