pkgsrc-Changes archive

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

CVS commit: pkgsrc/mbone/rat



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 19:25:40 UTC 2020

Modified Files:
        pkgsrc/mbone/rat: Makefile

Log Message:
Handle NetBSD 9 and optimistically, 10 too.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/mbone/rat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mbone/rat/Makefile
diff -u pkgsrc/mbone/rat/Makefile:1.48 pkgsrc/mbone/rat/Makefile:1.49
--- pkgsrc/mbone/rat/Makefile:1.48      Mon Mar 12 11:17:04 2018
+++ pkgsrc/mbone/rat/Makefile   Thu May 14 19:25:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2018/03/12 11:17:04 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2020/05/14 19:25:40 joerg Exp $
 #
 
 DISTNAME=      rat-3.0.28
@@ -24,6 +24,8 @@ post-patch:
        ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_NetBSD_6
        ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_NetBSD_7
        ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_NetBSD_8
+       ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_NetBSD_9
+       ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_NetBSD_10
        ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_DragonFly_2
        ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_DragonFly_3
 



Home | Main Index | Thread Index | Old Index