svn commit: r338975 - in head: audio/mp3gain irc/xchat-fish irc/xchat-mircryption

Dirk Meyer dinoex at FreeBSD.org
Tue Jan 7 06:57:41 UTC 2014


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


More information about the svn-ports-all mailing list