Index: Makefile =================================================================== --- Makefile (revision 494774) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= sope3 PORTVERSION= 3.2.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} Index: files/patch-sope-mime_NGMail_NGMailAddressParser.m =================================================================== --- files/patch-sope-mime_NGMail_NGMailAddressParser.m (nonexistent) +++ files/patch-sope-mime_NGMail_NGMailAddressParser.m (working copy) @@ -0,0 +1,12 @@ +--- sope-mime/NGMail/NGMailAddressParser.m.orig 2019-03-06 04:59:52 UTC ++++ sope-mime/NGMail/NGMailAddressParser.m +@@ -382,6 +382,9 @@ static inline id parseDomainLiteral(NGMailAddressParse + + NSUInteger addrStart, addrEnd, commaPos; + ++ if (!originalAddress) ++ return nil; ++ + whitespace = [NSCharacterSet whitespaceAndNewlineCharacterSet]; + addressList = [NSMutableArray arrayWithCapacity: 1]; + remainder = [NSMutableString stringWithString: originalAddress]; Property changes on: files/patch-sope-mime_NGMail_NGMailAddressParser.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property