diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-11-11 17:25:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-11-11 17:25:23 +0000 |
commit | 92b5fe3410c4277d7c89b5f284f54da0ae968db3 (patch) | |
tree | e0186e9b558144ca48f9078b34e5a8c62de93a4f /mail/cone/files | |
parent | Bump PORTREVISION to reflect security update. (diff) |
- Update to 0.62;
- pet portlint.
PR: ports/71351
Submitted by: Matthias Andree.
Notes
Notes:
svn path=/head/; revision=121395
Diffstat (limited to 'mail/cone/files')
-rw-r--r-- | mail/cone/files/patch-gcc34 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/cone/files/patch-gcc34 b/mail/cone/files/patch-gcc34 deleted file mode 100644 index 9b84b964edb4..000000000000 --- a/mail/cone/files/patch-gcc34 +++ /dev/null @@ -1,10 +0,0 @@ ---- libmail/addressbookget.C~ Mon Jun 7 20:46:57 2004 -+++ libmail/addressbookget.C Mon Jun 7 20:45:14 2004 -@@ -260,5 +260,5 @@ - addressBookLineMap.insert(make_pair(hdr, text)); - } - --template mail::addressbook::GetAddressList<mail::address>; --template mail::addressbook::GetAddressList<mail::emailAddress>; -+template class mail::addressbook::GetAddressList<mail::address>; -+template class mail::addressbook::GetAddressList<mail::emailAddress>; |