From 677b76734d557e7868ae0bdac8a357c2f35aff71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20W=2E=20Wei=C3=9Fmann?= Date: Sun, 11 Dec 2005 00:39:40 +0000 Subject: [PATCH] add missing patch (was bug https://trac.macports.org/ticket/6031) git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15411 d073be05-634f-4543-b044-5fe20cf6d1d6 --- sysutils/contacts/files/patch-FormatHelper.m | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sysutils/contacts/files/patch-FormatHelper.m diff --git a/sysutils/contacts/files/patch-FormatHelper.m b/sysutils/contacts/files/patch-FormatHelper.m new file mode 100644 index 0000000000000..2439a97f9b19c --- /dev/null +++ b/sysutils/contacts/files/patch-FormatHelper.m @@ -0,0 +1,22 @@ +--- FormatHelper.m 2005-09-23 14:16:33.000000000 -0500 ++++ FormatHelper.m 2005-09-23 14:18:03.000000000 -0500 +@@ -334,6 +334,8 @@ + return getStringForLabel(person, kABFirstNameProperty, nil); + case 'l': + return getStringForLabel(person, kABLastNameProperty, nil); ++ case 'm': ++ return getStringForLabel(person, kABMiddleNameProperty, nil); + case 'n': + return getStringForLabel(person, kABNicknameProperty, nil); + default: +--- contacts.1 2005-09-23 14:25:25.000000000 -0500 ++++ contacts.1 2005-09-23 14:25:59.000000000 -0500 +@@ -53,6 +53,8 @@ + first name + .It %ln \" Each item preceded by .It macro + last name ++.It %mn \" Each item preceded by .It macro ++middle name + .It %nn \" Each item preceded by .It macro + nick name + .It %p \" Each item preceded by .It macro