svn commit: r301039 - head/archivers/zlib

Doug Barton dougb at dougbarton.us
Tue Jul 17 21:38:29 UTC 2012


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
> 




More information about the svn-ports-all mailing list