Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2013 22:24:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334358 - in head: devel/py-olefileio_pl security/regripper security/regripperplugins
Message-ID:  <201311192224.rAJMOwfY001008@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Nov 19 22:24:58 2013
New Revision: 334358
URL: http://svnweb.freebsd.org/changeset/ports/334358

Log:
  Use dos2unix

Modified:
  head/devel/py-olefileio_pl/Makefile
  head/security/regripper/Makefile
  head/security/regripperplugins/Makefile

Modified: head/devel/py-olefileio_pl/Makefile
==============================================================================
--- head/devel/py-olefileio_pl/Makefile	Tue Nov 19 22:16:17 2013	(r334357)
+++ head/devel/py-olefileio_pl/Makefile	Tue Nov 19 22:24:58 2013	(r334358)
@@ -14,7 +14,7 @@ COMMENT=	Python module to read MS OLE2 f
 
 LICENSE=	MIT
 
-USE_DOS2UNIX=	yes
+USES=		dos2unix
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=yes
 PYDISTUTILS_PKGNAME=OleFileIO_PL

Modified: head/security/regripper/Makefile
==============================================================================
--- head/security/regripper/Makefile	Tue Nov 19 22:16:17 2013	(r334357)
+++ head/security/regripper/Makefile	Tue Nov 19 22:24:58 2013	(r334358)
@@ -16,9 +16,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry
 
 NO_WRKSUBDIR=	yes
-USE_DOS2UNIX=	yes
 NO_BUILD=	yes
-USES=		perl5
+USES=		dos2unix perl5
 USE_PERL5=	run
 
 PLIST_FILES=	bin/rip.pl

Modified: head/security/regripperplugins/Makefile
==============================================================================
--- head/security/regripperplugins/Makefile	Tue Nov 19 22:16:17 2013	(r334357)
+++ head/security/regripperplugins/Makefile	Tue Nov 19 22:24:58 2013	(r334358)
@@ -17,8 +17,8 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	regripper>=0:${PORTSDIR}/security/regripper
 
 NO_WRKSUBDIR=	yes
-USE_DOS2UNIX=	yes
 NO_BUILD=	yes
+USES=		dos2unix
 
 PORTDATA=	*.pl all ntuser sam security software system usrclass
 



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