pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mpv



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Oct 25 08:32:39 UTC 2018

Modified Files:
        pkgsrc/multimedia/mpv: Makefile

Log Message:
mpv: Use dot in NOT_FOR_PLATFORM pattern (suggested by pkglint, NFCI)


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/multimedia/mpv/Makefile

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

Modified files:

Index: pkgsrc/multimedia/mpv/Makefile
diff -u pkgsrc/multimedia/mpv/Makefile:1.73 pkgsrc/multimedia/mpv/Makefile:1.74
--- pkgsrc/multimedia/mpv/Makefile:1.73 Wed Oct  3 09:07:20 2018
+++ pkgsrc/multimedia/mpv/Makefile      Thu Oct 25 08:32:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2018/10/03 09:07:20 leot Exp $
+# $NetBSD: Makefile,v 1.74 2018/10/25 08:32:39 leot Exp $
 
 DISTNAME=      mpv-0.29.1
 CATEGORIES=    multimedia
@@ -11,7 +11,7 @@ COMMENT=      Video player based on MPlayer a
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 # needs sem_timedwait(3)
-NOT_FOR_PLATFORM=      NetBSD-[1-6]*-*
+NOT_FOR_PLATFORM=      NetBSD-[1-6].*-*
 
 NOT_PAX_MPROTECT_SAFE+=        bin/mpv
 



Home | Main Index | Thread Index | Old Index