Received: by mail.netbsd.org (Postfix, from userid 605) id B2E1A84E4C; Thu, 3 Oct 2019 20:45:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3742E84D63 for ; Thu, 3 Oct 2019 20:45:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qdvmKr9vTzIz for ; Thu, 3 Oct 2019 20:45:45 +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 C20F184D04 for ; Thu, 3 Oct 2019 20:45:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF4C0FBF4; Thu, 3 Oct 2019 20:45:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570135545140830" MIME-Version: 1.0 Date: Thu, 3 Oct 2019 20:45:45 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/multimedia/gstreamer1 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191003204545.BF4C0FBF4@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. --_----------=_1570135545140830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Oct 3 20:45:45 UTC 2019 Modified Files: pkgsrc/multimedia/gstreamer1: Makefile Log Message: gstreamer1: PKGREVISION bump for default options change. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/multimedia/gstreamer1/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570135545140830 Content-Disposition: inline Content-Length: 647 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/gstreamer1/Makefile diff -u pkgsrc/multimedia/gstreamer1/Makefile:1.44 pkgsrc/multimedia/gstreamer1/Makefile:1.45 --- pkgsrc/multimedia/gstreamer1/Makefile:1.44 Sun Aug 11 13:22:03 2019 +++ pkgsrc/multimedia/gstreamer1/Makefile Thu Oct 3 20:45:45 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2019/08/11 13:22:03 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2019/10/03 20:45:45 nia Exp $ DISTNAME= gstreamer-1.16.0 PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer/ EXTRACT_SUFX= .tar.xz --_----------=_1570135545140830--