Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 133577A2E7 for ; Wed, 16 Nov 2016 11:36:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B00888557C; Wed, 16 Nov 2016 11:36:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41AF48556D for ; Wed, 16 Nov 2016 11:36:16 +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 5-5QnPhbkLUw for ; Wed, 16 Nov 2016 11:36:15 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D785B84CFD for ; Wed, 16 Nov 2016 11:36:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CEA0DFBA6; Wed, 16 Nov 2016 11:36:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1479296175289650" MIME-Version: 1.0 Date: Wed, 16 Nov 2016 11:36:15 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/multimedia/gst-plugins1-omx To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161116113615.CEA0DFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1479296175289650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 16 11:36:15 UTC 2016 Modified Files: pkgsrc/multimedia/gst-plugins1-omx: Makefile Log Message: Make PKGNAME match directory name (and other gstreamer plugin packages) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/gst-plugins1-omx/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1479296175289650 Content-Disposition: inline Content-Length: 623 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/gst-plugins1-omx/Makefile diff -u pkgsrc/multimedia/gst-plugins1-omx/Makefile:1.3 pkgsrc/multimedia/gst-plugins1-omx/Makefile:1.4 --- pkgsrc/multimedia/gst-plugins1-omx/Makefile:1.3 Sat Jul 9 06:38:39 2016 +++ pkgsrc/multimedia/gst-plugins1-omx/Makefile Wed Nov 16 11:36:15 2016 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 06:38:39 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/11/16 11:36:15 wiz Exp $ DISTNAME= gst-omx-1.2.0 +PKGNAME= ${DISTNAME:S/omx/plugins1-omx/} PKGREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-omx/ --_----------=_1479296175289650--