Hi ports --

Attached is a trivial diff to update dos2unix to its latest version. All
tests pass on amd64.
Important bits from the changelog:
* New flag 0 for option -i to end printed lines with a null character to
enable correct file name interpretation when flag c is used.
* Don't print leading spaces when option -i with flag c is used.

Take maintainer, because I use this now.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/converters/dos2unix/Makefile,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 Makefile
--- Makefile    20 Jun 2016 10:27:49 -0000      1.17
+++ Makefile    6 Jul 2017 02:58:15 -0000
@@ -2,11 +2,12 @@
 
 COMMENT=       convert DOS/MAC files to UNIX (line-endings/charset)
 
-DISTNAME =     dos2unix-7.3.4
+DISTNAME =     dos2unix-7.3.5
 
 CATEGORIES=    converters
 
 HOMEPAGE=      http://waterlan.home.xs4all.nl/dos2unix.html
+MAINTAINER=    Brian Callahan <bcal...@openbsd.org>
 
 # BSD
 PERMIT_PACKAGE_CDROM=  Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/converters/dos2unix/distinfo,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 distinfo
--- distinfo    20 Jun 2016 10:27:49 -0000      1.15
+++ distinfo    6 Jul 2017 02:58:15 -0000
@@ -1,2 +1,2 @@
-SHA256 (dos2unix-7.3.4.tar.gz) = jM2nu8Wi+QPa/ZWQCrtb9ed6dptXLvJRUP3kBWxfMMU=
-SIZE (dos2unix-7.3.4.tar.gz) = 640991
+SHA256 (dos2unix-7.3.5.tar.gz) = pyyqL7XLc5QDMVRy/lIu2kGqurKgKtb1WJY5MwryYuU=
+SIZE (dos2unix-7.3.5.tar.gz) = 662133
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/converters/dos2unix/patches/patch-Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 patch-Makefile
--- patches/patch-Makefile      27 Feb 2016 12:43:29 -0000      1.7
+++ patches/patch-Makefile      6 Jul 2017 02:58:15 -0000
@@ -1,7 +1,8 @@
 $OpenBSD: patch-Makefile,v 1.7 2016/02/27 12:43:29 jasper Exp $
---- Makefile.orig      Sat Feb 13 14:27:27 2016
-+++ Makefile   Sat Feb 27 13:42:40 2016
-@@ -295,6 +295,13 @@ ifdef ENABLE_NLS
+Index: Makefile
+--- Makefile.orig
++++ Makefile
+@@ -292,6 +292,13 @@ ifdef ENABLE_NLS
  endif
  endif
  

Reply via email to