Received: by mail.netbsd.org (Postfix, from userid 605) id 3F73484D5D; Thu, 28 Sep 2017 15:49:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C5B9784D52 for ; Thu, 28 Sep 2017 15:49:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id m7af8haqcO_a for ; Thu, 28 Sep 2017 15:49:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 353FE84CE1 for ; Thu, 28 Sep 2017 15:49:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3046BFA9C; Thu, 28 Sep 2017 15:49:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506613748285950" MIME-Version: 1.0 Date: Thu, 28 Sep 2017 15:49:08 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/textproc/FlightCrew To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170928154908.3046BFA9C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1506613748285950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Sep 28 15:49:08 UTC 2017 Modified Files: pkgsrc/textproc/FlightCrew: Makefile Log Message: FlightCrew: Fix DOS line endings on all patched files. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/FlightCrew/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506613748285950 Content-Disposition: inline Content-Length: 860 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/FlightCrew/Makefile diff -u pkgsrc/textproc/FlightCrew/Makefile:1.44 pkgsrc/textproc/FlightCrew/Makefile:1.45 --- pkgsrc/textproc/FlightCrew/Makefile:1.44 Mon Sep 11 07:38:23 2017 +++ pkgsrc/textproc/FlightCrew/Makefile Thu Sep 28 15:49:08 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2017/09/11 07:38:23 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2017/09/28 15:49:08 jperkin Exp $ DISTNAME= FlightCrew-0.7.2-Code PKGNAME= ${DISTNAME:S/-Code//} @@ -32,6 +32,7 @@ SUBST_CLASSES+= d2u SUBST_STAGE.d2u= post-extract SUBST_MESSAGE.d2u= Removing CR end-of-line markers. SUBST_FILES.d2u= CMakeLists.txt +SUBST_FILES.d2u+= src/FlightCrew/CMakeLists.txt SUBST_FILES.d2u+= src/FlightCrew/tests/CMakeLists.txt SUBST_FILES.d2u+= src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp SUBST_FILTER_CMD.d2u= ${TR} -d '\r' --_----------=_1506613748285950--