Bug 185987 - [PATCH] security/p5-Crypt-RC6: Deletion of ^M in Makefiles
Summary: [PATCH] security/p5-Crypt-RC6: Deletion of ^M in Makefiles
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 09:40 UTC by takefu
Modified: 2014-01-22 11:30 UTC (History)
1 user (show)

See Also:


Attachments
p5-Crypt-RC6-1.0.patch (778 bytes, patch)
2014-01-22 09:40 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2014-01-22 09:40:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-22 09:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-22 11:22:02 UTC
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"
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2014-01-22 11:22:04 UTC
State Changed
From-To: open->closed

Committed, thanks!