Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2014 11:21:54 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340705 - head/security/p5-Crypt-RC6
Message-ID:  <201401221121.s0MBLs1Q006130@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Jan 22 11:21:54 2014
New Revision: 340705
URL: http://svnweb.freebsd.org/changeset/ports/340705
QAT: https://qat.redports.org/buildarchive/r340705/

Log:
  Convert to USES=dos2unix. Based on the PR.
  
  PR:		ports/185987
  Submitted by:	Takefu
  Sponsored by:	Absolight

Modified:
  head/security/p5-Crypt-RC6/Makefile

Modified: head/security/p5-Crypt-RC6/Makefile
==============================================================================
--- head/security/p5-Crypt-RC6/Makefile	Wed Jan 22 11:20:17 2014	(r340704)
+++ head/security/p5-Crypt-RC6/Makefile	Wed Jan 22 11:21:54 2014	(r340705)
@@ -10,10 +10,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl implementation of the RC6 encryption algorithm
 
-USES=		perl5
+USES=		perl5 dos2unix
 USE_PERL5=	configure
 
-do-patch:
-	${REINPLACE_CMD} -e 's/
//' ${WRKSRC}/RC6.pm
-
 .include <bsd.port.mk>



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