Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 77BE91A9239 for ; Thu, 13 Jan 2022 04:00:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8BACF84EC7; Thu, 13 Jan 2022 04:00:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C36CA84EBD for ; Thu, 13 Jan 2022 04:00:02 +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 2eBSkALlSPRB for ; Thu, 13 Jan 2022 04:00:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 215E984D31 for ; Thu, 13 Jan 2022 04:00:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B22EFB24; Thu, 13 Jan 2022 04:00:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164204640222960" MIME-Version: 1.0 Date: Thu, 13 Jan 2022 04:00:02 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/www/webkit-gtk To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20220113040002.1B22EFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164204640222960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Jan 13 04:00:02 UTC 2022 Modified Files: pkgsrc/www/webkit-gtk: Makefile Log Message: webkit-gtk: address some items noted by pkglint To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 pkgsrc/www/webkit-gtk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164204640222960 Content-Disposition: inline Content-Length: 1184 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/webkit-gtk/Makefile diff -u pkgsrc/www/webkit-gtk/Makefile:1.219 pkgsrc/www/webkit-gtk/Makefile:1.220 --- pkgsrc/www/webkit-gtk/Makefile:1.219 Thu Jan 13 03:57:27 2022 +++ pkgsrc/www/webkit-gtk/Makefile Thu Jan 13 04:00:01 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.219 2022/01/13 03:57:27 gutteridge Exp $ +# $NetBSD: Makefile,v 1.220 2022/01/13 04:00:01 gutteridge Exp $ DISTNAME= webkitgtk-2.34.3 PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} @@ -155,12 +155,10 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.3 .include "../../graphics/lcms2/buildlink3.mk" BUILDLINK_API_DEPENDS.png+= png>=1.5.1beta08 .include "../../graphics/png/buildlink3.mk" -BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.0.3 .include "../../multimedia/gstreamer1/buildlink3.mk" BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.0.3 .include "../../multimedia/gst-plugins1-base/buildlink3.mk" .include "../../multimedia/gst-plugins1-good/buildlink3.mk" -BUILDLINK_API_DEPENDS.libsoup+= libsoup>=2.42.2nb3 .include "../../net/libsoup/buildlink3.mk" .include "../../security/libsecret/buildlink3.mk" .include "../../security/libtasn1/buildlink3.mk" --_----------=_164204640222960--