Index: Makefile =================================================================== --- Makefile (revision 395350) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= opendkim PORTVERSION= 2.10.3 +PORTREVISION= 1 CATEGORIES= mail security MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/Previous%20Releases \ Index: files/patch-libopendkim_dkim-canon.c =================================================================== --- files/patch-libopendkim_dkim-canon.c (revision 0) +++ files/patch-libopendkim_dkim-canon.c (working copy) @@ -0,0 +1,11 @@ +--- libopendkim/dkim-canon.c.orig 2015-08-26 08:37:01 UTC ++++ libopendkim/dkim-canon.c +@@ -388,7 +388,7 @@ dkim_canon_header_string(struct dkim_dst + } + + /* skip all spaces before first word */ +- while (*p != '\0' && DKIM_ISWSP(*p)) ++ while (*p != '\0' && DKIM_ISLWSP(*p)) + p++; + + space = FALSE; /* just saw a space */ Property changes on: files/patch-libopendkim_dkim-canon.c ___________________________________________________________________ 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 Index: pkg-descr =================================================================== --- pkg-descr (revision 395350) +++ pkg-descr (working copy) @@ -1,8 +1,7 @@ OpenDKIM is an open source implementation of the DKIM (Domain Keys Identified Mail) sender authentication system proposed by the E-mail Signing Technology Group (ESTG), now standardized by the IETF (RFC4871). It also includes -implementations of the Author Domain Signing Practises (ADSP, RFC5617) and -Vouch By Reference (VBR, RFC5518) proposed standards. +an implementations of the Vouch By Reference (VBR, RFC5518) proposed standard. The OpenDKIM package consists of a library that implements the DKIM service and a milter-based filter application that can plug in to any milter-aware