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 4B4441A9239 for ; Sun, 12 Dec 2021 09:38:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 834E284EA5; Sun, 12 Dec 2021 09:38:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD90C84E98 for ; Sun, 12 Dec 2021 09:38:04 +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 b9XLjns8kjvq for ; Sun, 12 Dec 2021 09:38:04 +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 3E16184CEF for ; Sun, 12 Dec 2021 09:38:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B2BEFAEC; Sun, 12 Dec 2021 09:38:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639301884248550" MIME-Version: 1.0 Date: Sun, 12 Dec 2021 09:38:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/p5-PerlMagick To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211212093804.3B2BEFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639301884248550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Dec 12 09:38:04 UTC 2021 Modified Files: pkgsrc/graphics/p5-PerlMagick: Makefile Log Message: p5-PerlMagick: reset PKGREVISION after ImageMagick update To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 pkgsrc/graphics/p5-PerlMagick/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639301884248550 Content-Disposition: inline Content-Length: 553 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/p5-PerlMagick/Makefile diff -u pkgsrc/graphics/p5-PerlMagick/Makefile:1.168 pkgsrc/graphics/p5-PerlMagick/Makefile:1.169 --- pkgsrc/graphics/p5-PerlMagick/Makefile:1.168 Wed Dec 8 16:05:03 2021 +++ pkgsrc/graphics/p5-PerlMagick/Makefile Sun Dec 12 09:38:04 2021 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.168 2021/12/08 16:05:03 adam Exp $ +# $NetBSD: Makefile,v 1.169 2021/12/12 09:38:04 wiz Exp $ -PKGREVISION= 1 .include "../../graphics/ImageMagick/Makefile.common" PKGNAME= p5-PerlMagick-${DISTVERSION} --_----------=_1639301884248550--