svn commit: r340705 - head/security/p5-Crypt-RC6

Mathieu Arnold mat at FreeBSD.org
Wed Jan 22 11:21:55 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list