From owner-svn-ports-head@freebsd.org Mon Oct 22 08:14:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB2B4FEE31D; Mon, 22 Oct 2018 08:14:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9595B8DC50; Mon, 22 Oct 2018 08:14:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 83E8796A2; Mon, 22 Oct 2018 08:14:39 +0000 (UTC) Date: Mon, 22 Oct 2018 08:14:39 +0000 From: Alexey Dokuchaev To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r482481 - in head/mail/opendkim: . files Message-ID: <20181022081439.GA24527@FreeBSD.org> References: <201810201019.w9KAJTC8072863@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201810201019.w9KAJTC8072863@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2018 08:14:40 -0000 On Sat, Oct 20, 2018 at 10:19:29AM +0000, Matthias Fechner wrote: > New Revision: 482481 > URL: https://svnweb.freebsd.org/changeset/ports/482481 > > Log: > Fixed problems with OpenSSL 1.1.1 and an error message regarding lua. Patch files below had not really changed and add nothing but the needless noise to the commit. Please exclude them from the commit batch next time. ./danfe > --- head/mail/opendkim/files/patch-libopendkim__tests__Makefile.in Sat Oct 20 10:10:59 2018 (r482480) > +++ head/mail/opendkim/files/patch-libopendkim__tests__Makefile.in Sat Oct 20 10:19:29 2018 (r482481) > @@ -1,6 +1,6 @@ > --- libopendkim/tests/Makefile.in.orig 2015-05-12 18:43:48 UTC > +++ libopendkim/tests/Makefile.in > -@@ -1108,8 +1108,10 @@ am__nobase_list = $(am__nobase_strip_set > +@@ -1108,8 +1108,10 @@ am__nobase_list = $(am__nobase_strip_setup); \ > { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ > END { for (dir in files) print dir, files[dir] }' > am__base_list = \ > > Modified: head/mail/opendkim/files/patch-libopendkim_dkim-canon.c > ============================================================================== > --- head/mail/opendkim/files/patch-libopendkim_dkim-canon.c Sat Oct 20 10:10:59 2018 (r482480) > +++ head/mail/opendkim/files/patch-libopendkim_dkim-canon.c Sat Oct 20 10:19:29 2018 (r482481) > @@ -1,6 +1,6 @@ > ---- libopendkim/dkim-canon.c.orig 2015-08-26 08:37:01 UTC > +--- libopendkim/dkim-canon.c.orig 2015-05-11 03:56:13 UTC > +++ libopendkim/dkim-canon.c > -@@ -388,7 +388,7 @@ dkim_canon_header_string(struct dkim_dst > +@@ -388,7 +388,7 @@ dkim_canon_header_string(struct dkim_dstring *dstr, dk > } > > /* skip all spaces before first word */ > > Modified: head/mail/opendkim/files/patch-opendkim__tests__Makefile.in > ============================================================================== > --- head/mail/opendkim/files/patch-opendkim__tests__Makefile.in Sat Oct 20 10:10:59 2018 (r482480) > +++ head/mail/opendkim/files/patch-opendkim__tests__Makefile.in Sat Oct 20 10:19:29 2018 (r482481) > @@ -1,6 +1,6 @@ > --- opendkim/tests/Makefile.in.orig 2015-05-12 18:43:49 UTC > +++ opendkim/tests/Makefile.in > -@@ -139,8 +139,10 @@ am__nobase_list = $(am__nobase_strip_set > +@@ -139,8 +139,10 @@ am__nobase_list = $(am__nobase_strip_setup); \ > { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ > END { for (dir in files) print dir, files[dir] }' > am__base_list = \