Hi ports --

Attached is a quick update for dos2unix, moving to 6.0.4
Works for me on amd64.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/converters/dos2unix/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile	24 Mar 2013 09:50:46 -0000	1.4
+++ Makefile	9 Jan 2014 06:56:26 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=	convert DOS/MAC files to UNIX (line-endings/charset)
 
-DISTNAME=	dos2unix-6.0.3
+DISTNAME=	dos2unix-6.0.4
 
 CATEGORIES=	converters
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/converters/dos2unix/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo	24 Mar 2013 09:50:46 -0000	1.3
+++ distinfo	9 Jan 2014 06:56:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (dos2unix-6.0.3.tar.gz) = 9SaMWyihmDU3IQxys/1D9KrReo2stnJ7YVtW3KLvmgQ=
-SIZE (dos2unix-6.0.3.tar.gz) = 77227
+SHA256 (dos2unix-6.0.4.tar.gz) = Zr0iTUp/vhOjthqnCDte90z2RIo2cGBsZp9GqEu5s3o=
+SIZE (dos2unix-6.0.4.tar.gz) = 84848
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/converters/dos2unix/patches/patch-Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile
--- patches/patch-Makefile	6 Sep 2012 22:35:31 -0000	1.2
+++ patches/patch-Makefile	9 Jan 2014 06:56:26 -0000
@@ -1,13 +1,13 @@
 $OpenBSD: patch-Makefile,v 1.2 2012/09/06 22:35:31 sthen Exp $
---- Makefile.orig	Thu Sep  6 20:17:00 2012
-+++ Makefile	Thu Sep  6 23:33:34 2012
-@@ -219,6 +219,16 @@ endif
+--- Makefile.orig	Tue Nov 26 17:56:57 2013
++++ Makefile	Thu Jan  9 01:44:32 2014
+@@ -235,6 +235,16 @@ endif
  endif
  endif
  
-+ifndef OS
++ifndef D2U_OS
 +ifeq (OpenBSD, $(shell uname -s))
-+	OS = openbsd
++	D2U_OS = openbsd
 +ifdef ENABLE_NLS
 +	CFLAGS_OS     = -I/usr/local/include
 +	LDFLAGS_EXTRA = -liconv -lintl -L/usr/local/lib
@@ -18,12 +18,3 @@ $OpenBSD: patch-Makefile,v 1.2 2012/09/0
  ifeq (Darwin, $(shell uname -s))
  	D2U_OS = Darwin
  ifdef ENABLE_NLS
-@@ -264,7 +274,7 @@ EO_NOTATION = -x
- endif
- 
- CFLAGS_USER	=
--CFLAGS		= -O2 -Wall $(RPM_OPT_FLAGS) $(CPPFLAGS) $(CFLAGS_USER)
-+CFLAGS		+= -Wall $(RPM_OPT_FLAGS) $(CPPFLAGS) $(CFLAGS_USER)
- 
- EXTRA_CFLAGS	= -DVER_REVISION=\"$(DOS2UNIX_VERSION)\" \
- 		  -DVER_DATE=\"$(DOS2UNIX_DATE)\" \
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/converters/dos2unix/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST	7 May 2012 12:07:07 -0000	1.1.1.1
+++ pkg/PLIST	9 Jan 2014 06:56:26 -0000
@@ -23,6 +23,7 @@ share/doc/dos2unix/
 share/doc/dos2unix/BUGS.txt
 share/doc/dos2unix/COPYING.txt
 share/doc/dos2unix/ChangeLog.txt
+share/doc/dos2unix/INSTALL.txt
 share/doc/dos2unix/NEWS.txt
 share/doc/dos2unix/README.txt
 share/doc/dos2unix/TODO.txt
@@ -32,3 +33,4 @@ share/locale/de/LC_MESSAGES/dos2unix.mo
 share/locale/eo/LC_MESSAGES/dos2unix.mo
 share/locale/es/LC_MESSAGES/dos2unix.mo
 share/locale/nl/LC_MESSAGES/dos2unix.mo
+share/locale/ru/LC_MESSAGES/dos2unix.mo

Reply via email to