Date: Tue, 17 Jul 2012 14:38:25 -0700 From: Doug Barton <dougb@dougbarton.us> To: Niclas Zeising <zeising@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r301039 - head/archivers/zlib Message-ID: <5005DB51.7050809@dougbarton.us> In-Reply-To: <201207172057.q6HKvEJc094784@svn.freebsd.org> References: <201207172057.q6HKvEJc094784@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Was this causing you some sort of specific problem? AFAIK this happens often, possibly as a result of 'make makesum'. "Fixing" this everyplace that it occurs would almost certainly cause a lot of needless churn. Doug On 07/17/2012 01:57 PM, Niclas Zeising wrote: > Author: zeising > Date: Tue Jul 17 20:57:14 2012 > New Revision: 301039 > URL: http://svn.freebsd.org/changeset/ports/301039 > > Log: > Fix missing newline at end of file > > Approved by: kwm (mentor), maintainer (timeout) fixing previous commit. > > Modified: > head/archivers/zlib/distinfo > > Modified: head/archivers/zlib/distinfo > ============================================================================== > --- head/archivers/zlib/distinfo Tue Jul 17 20:55:45 2012 (r301038) > +++ head/archivers/zlib/distinfo Tue Jul 17 20:57:14 2012 (r301039) > @@ -1,2 +1,2 @@ > SHA256 (zlib-1.2.7.tar.bz2) = 49e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934 > -SIZE (zlib-1.2.7.tar.bz2) = 505085 > \ No newline at end of file > +SIZE (zlib-1.2.7.tar.bz2) = 505085 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5005DB51.7050809>