Received: by mail.netbsd.org (Postfix, from userid 605) id ED32084D87; Wed, 29 May 2019 20:53:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7466084D27 for ; Wed, 29 May 2019 20:53:26 +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 UYTFkYp5rLeF for ; Wed, 29 May 2019 20:53:26 +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 E59A984CE3 for ; Wed, 29 May 2019 20:53:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2C2DFB15; Wed, 29 May 2019 20:53:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155916320545000" MIME-Version: 1.0 Date: Wed, 29 May 2019 20:53:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190529205325.E2C2DFB15@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. --_----------=_155916320545000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 29 20:53:25 UTC 2019 Modified Files: pkgsrc/devel/gst-plugins1-pango: Makefile pkgsrc/graphics/gst-plugins1-cairo: Makefile pkgsrc/net/gst-plugins1-rtmp: Makefile pkgsrc/net/gst-plugins1-soup: Makefile Log Message: Reset revision after gstreamer1 update To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/gst-plugins1-pango/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/gst-plugins1-cairo/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/gst-plugins1-rtmp/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/gst-plugins1-soup/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155916320545000 Content-Disposition: inline Content-Length: 2515 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/gst-plugins1-pango/Makefile diff -u pkgsrc/devel/gst-plugins1-pango/Makefile:1.21 pkgsrc/devel/gst-plugins1-pango/Makefile:1.22 --- pkgsrc/devel/gst-plugins1-pango/Makefile:1.21 Wed Nov 14 22:21:15 2018 +++ pkgsrc/devel/gst-plugins1-pango/Makefile Wed May 29 20:53:25 2019 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2018/11/14 22:21:15 kleink Exp $ +# $NetBSD: Makefile,v 1.22 2019/05/29 20:53:25 adam Exp $ GST_PLUGINS1_NAME= pango GST_PLUGINS1_DIRS= ext/pango GST_PLUGINS1_FLAGS= pango -PKGREVISION= 2 .include "../../multimedia/gst-plugins1-base/Makefile.common" .include "../../devel/pango/buildlink3.mk" Index: pkgsrc/graphics/gst-plugins1-cairo/Makefile diff -u pkgsrc/graphics/gst-plugins1-cairo/Makefile:1.8 pkgsrc/graphics/gst-plugins1-cairo/Makefile:1.9 --- pkgsrc/graphics/gst-plugins1-cairo/Makefile:1.8 Wed Nov 14 22:21:41 2018 +++ pkgsrc/graphics/gst-plugins1-cairo/Makefile Wed May 29 20:53:25 2019 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2018/11/14 22:21:41 kleink Exp $ +# $NetBSD: Makefile,v 1.9 2019/05/29 20:53:25 adam Exp $ GST_PLUGINS1_NAME= cairo GST_PLUGINS1_DIRS= ext/cairo GST_PLUGINS1_FLAGS= cairo -PKGREVISION= 1 .include "../../multimedia/gst-plugins1-good/Makefile.common" .include "../../graphics/cairo-gobject/buildlink3.mk" Index: pkgsrc/net/gst-plugins1-rtmp/Makefile diff -u pkgsrc/net/gst-plugins1-rtmp/Makefile:1.8 pkgsrc/net/gst-plugins1-rtmp/Makefile:1.9 --- pkgsrc/net/gst-plugins1-rtmp/Makefile:1.8 Tue Sep 25 09:26:13 2018 +++ pkgsrc/net/gst-plugins1-rtmp/Makefile Wed May 29 20:53:25 2019 @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2018/09/25 09:26:13 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2019/05/29 20:53:25 adam Exp $ GST_PLUGINS1_NAME= rtmp GST_PLUGINS1_DIRS= ext/rtmp -PKGREVISION= 1 - .include "../../multimedia/gst-plugins1-bad/Makefile.common" .include "../../net/rtmpdump/buildlink3.mk" Index: pkgsrc/net/gst-plugins1-soup/Makefile diff -u pkgsrc/net/gst-plugins1-soup/Makefile:1.29 pkgsrc/net/gst-plugins1-soup/Makefile:1.30 --- pkgsrc/net/gst-plugins1-soup/Makefile:1.29 Wed Apr 3 00:32:58 2019 +++ pkgsrc/net/gst-plugins1-soup/Makefile Wed May 29 20:53:25 2019 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2019/04/03 00:32:58 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2019/05/29 20:53:25 adam Exp $ GST_PLUGINS1_NAME= soup GST_PLUGINS1_DIRS= ext/soup -PKGREVISION= 3 .include "../../multimedia/gst-plugins1-good/Makefile.common" .include "../../net/libsoup/buildlink3.mk" --_----------=_155916320545000--