Subject: CVS commit: pkgsrc/converters/base64
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 12/16/2007 16:14:32
Module Name:	pkgsrc
Committed By:	adam
Date:		Sun Dec 16 16:14:32 UTC 2007

Modified Files:
	pkgsrc/converters/base64: Makefile distinfo

Log Message:
Changes 1.5:
When encoding with FORCE_BINARY_IO mode in effect, the explicit "\r\n"
end of line sequence caused double carriage returns in the output,
because the output text file is subject to expansion of LF to CR/LF
line terminators.  I made the "eol" sequence conditional on
FORCE_BINARY, so that just a line feed is written to streams
which will expand it.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/converters/base64/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/converters/base64/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.