svn commit: r445668 - head/devel/p5-Log-Dispatch-File-Rolling

Mark Felder feld at FreeBSD.org
Thu Jul 13 17:16:59 UTC 2017


Author: feld
Date: Thu Jul 13 17:16:58 2017
New Revision: 445668
URL: https://svnweb.freebsd.org/changeset/ports/445668

Log:
  devel/p5-Log-Dispatch-File-Rolling: Add dos2unix to fix patch
  
  Reported by:	dvl
  MFH:		2017Q3

Modified:
  head/devel/p5-Log-Dispatch-File-Rolling/Makefile

Modified: head/devel/p5-Log-Dispatch-File-Rolling/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-File-Rolling/Makefile	Thu Jul 13 17:10:43 2017	(r445667)
+++ head/devel/p5-Log-Dispatch-File-Rolling/Makefile	Thu Jul 13 17:16:58 2017	(r445668)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	p5-Log-Dispatch>=2.37:devel/p5-Log-Disp
 RUN_DEPENDS=	p5-Log-Dispatch>=2.37:devel/p5-Log-Dispatch \
 		p5-Log-Log4perl>=1.38:devel/p5-Log-Log4perl
 
-USES=		perl5
+USES=		dos2unix perl5
 USE_PERL5=	configure
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list