Received: by mail.netbsd.org (Postfix, from userid 605) id 790C484D4B; Sun, 4 Aug 2019 09:38:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F287E84D3F for ; Sun, 4 Aug 2019 09:38:18 +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 t_HI5J8DbjOa for ; Sun, 4 Aug 2019 09:38:18 +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 1E2D384CCF for ; Sun, 4 Aug 2019 09:38:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 12185FBF4; Sun, 4 Aug 2019 09:38:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156491149896740" MIME-Version: 1.0 Date: Sun, 4 Aug 2019 09:38:18 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/print/mupdf To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190804093818.12185FBF4@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. --_----------=_156491149896740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Aug 4 09:38:17 UTC 2019 Modified Files: pkgsrc/print/mupdf: Makefile distinfo Log Message: mupdf: Update to 1.16.1 Changes: 1.16.1 ------ - Misc minor bug fixes (released to fix a build issue on Android) To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/print/mupdf/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/print/mupdf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156491149896740 Content-Disposition: inline Content-Length: 1853 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/mupdf/Makefile diff -u pkgsrc/print/mupdf/Makefile:1.70 pkgsrc/print/mupdf/Makefile:1.71 --- pkgsrc/print/mupdf/Makefile:1.70 Sat Aug 3 14:47:41 2019 +++ pkgsrc/print/mupdf/Makefile Sun Aug 4 09:38:17 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2019/08/03 14:47:41 leot Exp $ +# $NetBSD: Makefile,v 1.71 2019/08/04 09:38:17 leot Exp $ -DISTNAME= mupdf-1.16.0-source +DISTNAME= mupdf-1.16.1-source PKGNAME= ${DISTNAME:S/-source//} CATEGORIES= print MASTER_SITES= https://mupdf.com/downloads/archive/ Index: pkgsrc/print/mupdf/distinfo diff -u pkgsrc/print/mupdf/distinfo:1.47 pkgsrc/print/mupdf/distinfo:1.48 --- pkgsrc/print/mupdf/distinfo:1.47 Sat Aug 3 14:47:41 2019 +++ pkgsrc/print/mupdf/distinfo Sun Aug 4 09:38:17 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.47 2019/08/03 14:47:41 leot Exp $ +$NetBSD: distinfo,v 1.48 2019/08/04 09:38:17 leot Exp $ -SHA1 (mupdf-1.16.0-source.tar.gz) = 18f069b7cc125e53f541163ac305c588c94dea97 -RMD160 (mupdf-1.16.0-source.tar.gz) = b3d96cc1cc381c9e95f516680a9c64b17e388bc5 -SHA512 (mupdf-1.16.0-source.tar.gz) = d3eaa9cb4b13af6c35826a878eb8a80707e1ba402665d7f38a93343c09e36aef6a38b67eee70a0cdd74e037282defa12b377f49cb5837de7cf0aff8a5ebcf4ac -Size (mupdf-1.16.0-source.tar.gz) = 60805124 bytes +SHA1 (mupdf-1.16.1-source.tar.gz) = ccbef63c3d43d6a866b7978db5674dc4b1719f0f +RMD160 (mupdf-1.16.1-source.tar.gz) = 4787d4699504cab9e3fee9884f1faaa410f805c9 +SHA512 (mupdf-1.16.1-source.tar.gz) = d4e789bd7b1ba8f01bff1e68df3a980c79230e0a28d6d6e709169a2822ac6240aad185c2d8d4f55ba8d2451e5738801f6b490683c239543d27efc4e960a673e7 +Size (mupdf-1.16.1-source.tar.gz) = 60805318 bytes SHA1 (patch-Makethird) = 027f69be8ab3bb29535d3315d85c2d5d32a4dccf SHA1 (patch-ab) = 18bc9e283624ec810662d29309db9a8dd9268bb8 SHA1 (patch-ac) = 97442b78e52e57b783d93771c6002702dda38e8f --_----------=_156491149896740--