Deletion of ^M in Makefiles Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer (via the GNATS Auto Assign Tool)
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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!