pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/FlightCrew



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.

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'



Home | Main Index | Thread Index | Old Index