Received: by mail.netbsd.org (Postfix, from userid 605) id B242084EBA; Wed, 28 Sep 2022 19:56:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E18DE84E7C for ; Wed, 28 Sep 2022 19:56:54 +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 GPDFDLId1b_1 for ; Wed, 28 Sep 2022 19:56:54 +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 7785A84C2C for ; Wed, 28 Sep 2022 19:56:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 70BE7FA90; Wed, 28 Sep 2022 19:56:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166439501473940" MIME-Version: 1.0 Date: Wed, 28 Sep 2022 19:56:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/cairo To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220928195654.70BE7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166439501473940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Sep 28 19:56:54 UTC 2022 Modified Files: pkgsrc/graphics/cairo: Makefile Log Message: cairo: bump PKGREVISION to make sure cairo quartz option change is picked up To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 pkgsrc/graphics/cairo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166439501473940 Content-Disposition: inline Content-Length: 509 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/cairo/Makefile diff -u pkgsrc/graphics/cairo/Makefile:1.151 pkgsrc/graphics/cairo/Makefile:1.152 --- pkgsrc/graphics/cairo/Makefile:1.151 Thu May 12 17:13:55 2022 +++ pkgsrc/graphics/cairo/Makefile Wed Sep 28 19:56:54 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.151 2022/05/12 17:13:55 tnn Exp $ +# $NetBSD: Makefile,v 1.152 2022/09/28 19:56:54 wiz Exp $ .include "../../graphics/cairo/Makefile.common" -PKGREVISION= 6 +PKGREVISION= 7 TEST_TARGET= check --_----------=_166439501473940--