From owner-svn-ports-all@FreeBSD.ORG Wed Jan 22 11:21:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13316774; Wed, 22 Jan 2014 11:21:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3B2E1E32; Wed, 22 Jan 2014 11:21:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0MBLstc006131; Wed, 22 Jan 2014 11:21:54 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0MBLs1Q006130; Wed, 22 Jan 2014 11:21:54 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201401221121.s0MBLs1Q006130@svn.freebsd.org> From: Mathieu Arnold Date: Wed, 22 Jan 2014 11:21:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340705 - head/security/p5-Crypt-RC6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 11:21:55 -0000 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