diff options
author | ryoon <ryoon> | 2015-05-27 12:33:05 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2015-05-27 12:33:05 +0000 |
commit | 1df0f589256ce70ba6b4b9737dcf49afb2a7f99a (patch) | |
tree | 2fe929f003bea3a456dd343812ec054a66d28eea /converters/dos2unix/Makefile | |
parent | 6ec817df6a460b53b8123e7933ecb6a8d51dfdcc (diff) | |
download | pkgsrc-1df0f589256ce70ba6b4b9737dcf49afb2a7f99a.tar.gz |
Update to 7.2.2
Changelog:
2015-05-22: Version 7.2.2. Check UTF-16 for invalid surrogate pairs.
Print system error and line number when UTF-16 conversion error occurs.
Bug fix: When conversion of an UTF-16 file with binary symbols was forced,
null characters were not written in the output.
Fixed symlink support on FreeBSD.
Diffstat (limited to 'converters/dos2unix/Makefile')
-rw-r--r-- | converters/dos2unix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/dos2unix/Makefile b/converters/dos2unix/Makefile index ca0c49c57d1..85f2639be20 100644 --- a/converters/dos2unix/Makefile +++ b/converters/dos2unix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2015/04/03 09:06:52 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/05/27 12:33:05 ryoon Exp $ -DISTNAME= dos2unix-7.2.1 +DISTNAME= dos2unix-7.2.2 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dos2unix/} |