Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2724684CFE for ; Thu, 7 Sep 2023 15:08:46 +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 Gj2DxUSUc13J for ; Thu, 7 Sep 2023 15:08: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 AC95384CDC for ; Thu, 7 Sep 2023 15:08:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A053EFBDB; Thu, 7 Sep 2023 15:08:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694099325289360" MIME-Version: 1.0 Date: Thu, 7 Sep 2023 15:08:45 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/print/zathura-pdf-mupdf To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230907150845.A053EFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694099325289360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Thu Sep 7 15:08:45 UTC 2023 Modified Files: pkgsrc/print/zathura-pdf-mupdf: Makefile Log Message: zathura-pdf-mupdf: bump revision after mupdf update. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/print/zathura-pdf-mupdf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694099325289360 Content-Disposition: inline Content-Length: 619 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/zathura-pdf-mupdf/Makefile diff -u pkgsrc/print/zathura-pdf-mupdf/Makefile:1.61 pkgsrc/print/zathura-pdf-mupdf/Makefile:1.62 --- pkgsrc/print/zathura-pdf-mupdf/Makefile:1.61 Mon Aug 14 05:25:08 2023 +++ pkgsrc/print/zathura-pdf-mupdf/Makefile Thu Sep 7 15:08:45 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2023/08/14 05:25:08 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2023/09/07 15:08:45 vins Exp $ DISTNAME= zathura-pdf-mupdf-0.3.9 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= print MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ EXTRACT_SUFX= .tar.xz --_----------=_1694099325289360--