svn commit: r334358 - in head: devel/py-olefileio_pl security/regripper security/regripperplugins

Antoine Brodin antoine at FreeBSD.org
Tue Nov 19 22:24:59 UTC 2013


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
 


More information about the svn-ports-all mailing list