Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2014 06:57:41 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338975 - in head: audio/mp3gain irc/xchat-fish irc/xchat-mircryption
Message-ID:  <201401070657.s076vfuU070275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Tue Jan  7 06:57:40 2014
New Revision: 338975
URL: http://svnweb.freebsd.org/changeset/ports/338975

Log:
  - USES=dos2unix

Modified:
  head/audio/mp3gain/Makefile
  head/irc/xchat-fish/Makefile
  head/irc/xchat-mircryption/Makefile

Modified: head/audio/mp3gain/Makefile
==============================================================================
--- head/audio/mp3gain/Makefile	Tue Jan  7 06:02:26 2014	(r338974)
+++ head/audio/mp3gain/Makefile	Tue Jan  7 06:57:40 2014	(r338975)
@@ -15,7 +15,7 @@ LICENSE=	LGPL21
 USES=		uidfix
 
 USE_ZIP=	yes
-USE_DOS2UNIX=	yes
+USES=		dos2unix
 NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/mp3gain
 

Modified: head/irc/xchat-fish/Makefile
==============================================================================
--- head/irc/xchat-fish/Makefile	Tue Jan  7 06:02:26 2014	(r338974)
+++ head/irc/xchat-fish/Makefile	Tue Jan  7 06:57:40 2014	(r338975)
@@ -18,8 +18,8 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libmirac
 RUN_DEPENDS=	xchat:${PORTSDIR}/irc/xchat
 
 USE_ZIP=	yes
+USES=		dos2unix
 NO_WRKSUBDIR=	yes
-USE_DOS2UNIX=	yes
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 CCFLAGS+=	-Wall -O2 -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/irc/xchat-mircryption/Makefile
==============================================================================
--- head/irc/xchat-mircryption/Makefile	Tue Jan  7 06:02:26 2014	(r338974)
+++ head/irc/xchat-mircryption/Makefile	Tue Jan  7 06:57:40 2014	(r338975)
@@ -17,7 +17,7 @@ COMMENT=	A free encryption add-on for th
 RUN_DEPENDS=	xchat:${PORTSDIR}/irc/xchat
 
 USE_ZIP=	yes
-USE_DOS2UNIX=	yes
+USES=		dos2unix
 ALL_TARGET=	freebsd
 CFLAGS+=	-fPIC
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401070657.s076vfuU070275>