Received: by mail.netbsd.org (Postfix, from userid 605) id 1DBB584D79; Tue, 9 Oct 2018 12:34:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 507BD84D82 for ; Tue, 9 Oct 2018 12:34:17 +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 GXLhOZjZlViL for ; Tue, 9 Oct 2018 12:34:16 +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 A2AFD84D22 for ; Tue, 9 Oct 2018 12:34:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F73BFBEE; Tue, 9 Oct 2018 12:34:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1539088456293920" MIME-Version: 1.0 Date: Tue, 9 Oct 2018 12:34:16 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/print/mupdf To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20181009123416.8F73BFBEE@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. --_----------=_1539088456293920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Oct 9 12:34:16 UTC 2018 Modified Files: pkgsrc/print/mupdf: Makefile distinfo Log Message: Upstream replaced tarball. Set DIST_SUBDIR for new one To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/print/mupdf/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/print/mupdf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1539088456293920 Content-Disposition: inline Content-Length: 2038 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.62 pkgsrc/print/mupdf/Makefile:1.63 --- pkgsrc/print/mupdf/Makefile:1.62 Thu Oct 4 19:02:33 2018 +++ pkgsrc/print/mupdf/Makefile Tue Oct 9 12:34:16 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2018/10/04 19:02:33 leot Exp $ +# $NetBSD: Makefile,v 1.63 2018/10/09 12:34:16 ryoon Exp $ DISTNAME= mupdf-1.14.0-source PKGNAME= ${DISTNAME:S/-source//} @@ -10,6 +10,8 @@ HOMEPAGE= https://mupdf.com/ COMMENT= Lightweight PDF, XPS and E-book viewer and toolkit LICENSE= gnu-agpl-v3 +DIST_SUBDIR= ${PKGNAME_NOREV} + USE_LANGUAGES= c99 USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake Index: pkgsrc/print/mupdf/distinfo diff -u pkgsrc/print/mupdf/distinfo:1.41 pkgsrc/print/mupdf/distinfo:1.42 --- pkgsrc/print/mupdf/distinfo:1.41 Thu Oct 4 19:02:33 2018 +++ pkgsrc/print/mupdf/distinfo Tue Oct 9 12:34:16 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.41 2018/10/04 19:02:33 leot Exp $ +$NetBSD: distinfo,v 1.42 2018/10/09 12:34:16 ryoon Exp $ -SHA1 (mupdf-1.14.0-source.tar.gz) = 289023cd4d10cc42177cd5ee3f20a936f35c84a4 -RMD160 (mupdf-1.14.0-source.tar.gz) = 5b0d14594da547dd80332b96dad93477b6a5d096 -SHA512 (mupdf-1.14.0-source.tar.gz) = 9a8c5d7ce8336fd2cc2d49574a9f3909900e77a734e804380c17a30df1b10bb9c35d781f43dd70b423bf3c607575ef5a901bb70c1b6ce703fe27e03818fc2a62 -Size (mupdf-1.14.0-source.tar.gz) = 55652044 bytes +SHA1 (mupdf-1.14.0/mupdf-1.14.0-source.tar.gz) = b55179569716b9fd85655f6018ffd999b101f3c5 +RMD160 (mupdf-1.14.0/mupdf-1.14.0-source.tar.gz) = 4bff6300792025f5bd76b46d010dcfc8d2edeeb1 +SHA512 (mupdf-1.14.0/mupdf-1.14.0-source.tar.gz) = 2dbe4e1d02e296dd01f59471d34771066eaab10b81d9a357f5ea9661298116b5dbfec61858dc0fb3e6714d66bde9fa22d2b665b90165b8642342ec838289dcf9 +Size (mupdf-1.14.0/mupdf-1.14.0-source.tar.gz) = 55654104 bytes SHA1 (patch-Makethird) = 33b7ccf235e971c44e159a687cecc033155957ba SHA1 (patch-ab) = 5ef190923d648165cdf29174f1521bd069c7e6f9 SHA1 (patch-ac) = 4f685e425bff4d257ca3bce3d2b536d5cea1e8aa --_----------=_1539088456293920--