Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 40E4684F13 for ; Mon, 13 Nov 2023 11:49:42 +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 fSV8qOEGAz45 for ; Mon, 13 Nov 2023 11:49:41 +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 A576884D47 for ; Mon, 13 Nov 2023 11:49:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99A1EFA3D; Mon, 13 Nov 2023 11:49:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699876181199240" MIME-Version: 1.0 Date: Mon, 13 Nov 2023 11:49:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/mupdf To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231113114941.99A1EFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699876181199240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 13 11:49:41 UTC 2023 Modified Files: pkgsrc/print/mupdf: Makefile distinfo Log Message: mupdf: update to 1.23.5. Changes not found. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 pkgsrc/print/mupdf/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/print/mupdf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699876181199240 Content-Disposition: inline Content-Length: 2114 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.113 pkgsrc/print/mupdf/Makefile:1.114 --- pkgsrc/print/mupdf/Makefile:1.113 Sun Nov 12 13:23:19 2023 +++ pkgsrc/print/mupdf/Makefile Mon Nov 13 11:49:41 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.113 2023/11/12 13:23:19 wiz Exp $ +# $NetBSD: Makefile,v 1.114 2023/11/13 11:49:41 wiz Exp $ -DISTNAME= mupdf-1.23.4-source +DISTNAME= mupdf-1.23.5-source PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 3 CATEGORIES= print MASTER_SITES= https://mupdf.com/downloads/archive/ @@ -11,9 +10,12 @@ HOMEPAGE= https://mupdf.com/ COMMENT= Lightweight PDF, XPS and E-book viewer and toolkit LICENSE= gnu-agpl-v3 -USE_LANGUAGES= c99 c++11 +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config gmake +USE_CC_FEATURES= c99 +USE_CXX_FEATURES= c++11 + CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 LDFLAGS+= ${COMPILER_RPATH_FLAG}${X11BASE}/lib Index: pkgsrc/print/mupdf/distinfo diff -u pkgsrc/print/mupdf/distinfo:1.71 pkgsrc/print/mupdf/distinfo:1.72 --- pkgsrc/print/mupdf/distinfo:1.71 Thu Oct 19 15:02:52 2023 +++ pkgsrc/print/mupdf/distinfo Mon Nov 13 11:49:41 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.71 2023/10/19 15:02:52 wiz Exp $ +$NetBSD: distinfo,v 1.72 2023/11/13 11:49:41 wiz Exp $ -BLAKE2s (mupdf-1.23.4-source.tar.gz) = 953b25bbf7e8fbbba483b1e0eeb54f380cc1859280c914e4e8dc1d7ac06ce5c6 -SHA512 (mupdf-1.23.4-source.tar.gz) = 038b80f5ca37c675069dd14d9f93f18548b765eb0e7f0063d433716a0e85941b6dc4bc5080866843d6bbe376c5666bc9f79210b8a045ca352bdff0728eff3802 -Size (mupdf-1.23.4-source.tar.gz) = 55146083 bytes +BLAKE2s (mupdf-1.23.5-source.tar.gz) = f154318faf4cb36fae0206a6748424d5e124303e0f4edac4a471025a76df1aa5 +SHA512 (mupdf-1.23.5-source.tar.gz) = 9a9101e2a505520cd89247ee6cd1dd2cdeca50aef1d23fe7c34eed74c87657545b2987e93af328b99336817cc099e94373f0407082996ebaa1c4870125628b83 +Size (mupdf-1.23.5-source.tar.gz) = 55162335 bytes SHA1 (patch-Makelists) = 714157e21b2b609ac4f0adacc73c3e3a2156640a SHA1 (patch-ab) = 548361a64a7ef6777e60e48a2653120034a35338 SHA1 (patch-ac) = 2377fe83c6ff3b976a20a912087694fcfe0e9168 --_----------=_1699876181199240--