Received: by mail.netbsd.org (Postfix, from userid 605) id 5C2A684D95; Thu, 25 Oct 2018 08:32:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5CF0B84D93 for ; Thu, 25 Oct 2018 08:32:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KF4_t-YxJDLP for ; Thu, 25 Oct 2018 08:32:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B317584CDC for ; Thu, 25 Oct 2018 08:32:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A67D9FBEE; Thu, 25 Oct 2018 08:32:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540456359185390" MIME-Version: 1.0 Date: Thu, 25 Oct 2018 08:32:39 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/multimedia/mpv To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20181025083239.A67D9FBEE@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. --_----------=_1540456359185390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1540456359185390 Content-Disposition: inline Content-Length: 677 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1540456359185390--