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 F295C1A9239 for ; Sun, 16 Jan 2022 04:52:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6329084E61; Sun, 16 Jan 2022 04:52:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C99684D4C for ; Sun, 16 Jan 2022 04:52:10 +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 90NZQJm4d0_J for ; Sun, 16 Jan 2022 04:52:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 01BD384CD8 for ; Sun, 16 Jan 2022 04:52:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E5A20FB24; Sun, 16 Jan 2022 04:52:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642308729263380" MIME-Version: 1.0 Date: Sun, 16 Jan 2022 04:52:09 +0000 From: "Santhosh Raju" Subject: CVS commit: pkgsrc/print/foliate To: pkgsrc-changes@NetBSD.org Reply-To: fox@netbsd.org X-Mailer: log_accum Message-Id: <20220116045209.E5A20FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642308729263380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fox Date: Sun Jan 16 04:52:09 UTC 2022 Modified Files: pkgsrc/print/foliate: Makefile PLIST distinfo Log Message: print/foliate: Update to 2.6.4 Changes since 2.6.3: 2.6.4 Changes: * Fixed various bugs To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/print/foliate/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/foliate/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/foliate/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642308729263380 Content-Disposition: inline Content-Length: 3068 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/foliate/Makefile diff -u pkgsrc/print/foliate/Makefile:1.23 pkgsrc/print/foliate/Makefile:1.24 --- pkgsrc/print/foliate/Makefile:1.23 Wed Dec 8 16:06:13 2021 +++ pkgsrc/print/foliate/Makefile Sun Jan 16 04:52:09 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2021/12/08 16:06:13 adam Exp $ +# $NetBSD: Makefile,v 1.24 2022/01/16 04:52:09 fox Exp $ -DISTNAME= foliate-2.6.3 -PKGREVISION= 3 +DISTNAME= foliate-2.6.4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GITHUB:=johnfactotum/} EXTRACT_USING= bsdtar Index: pkgsrc/print/foliate/PLIST diff -u pkgsrc/print/foliate/PLIST:1.7 pkgsrc/print/foliate/PLIST:1.8 --- pkgsrc/print/foliate/PLIST:1.7 Sat Mar 27 08:18:29 2021 +++ pkgsrc/print/foliate/PLIST Sun Jan 16 04:52:09 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2021/03/27 08:18:29 fox Exp $ +@comment $NetBSD: PLIST,v 1.8 2022/01/16 04:52:09 fox Exp $ bin/foliate libexec/foliate/com.github.johnfactotum.Foliate share/applications/com.github.johnfactotum.Foliate.desktop @@ -55,6 +55,7 @@ share/locale/fr/LC_MESSAGES/com.github.j share/locale/id/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/ie/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/it/LC_MESSAGES/com.github.johnfactotum.Foliate.mo +share/locale/ko/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/nb/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/nl/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/nn/LC_MESSAGES/com.github.johnfactotum.Foliate.mo @@ -64,4 +65,4 @@ share/locale/sv/LC_MESSAGES/com.github.j share/locale/uk/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/zh_CN/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/zh_TW/LC_MESSAGES/com.github.johnfactotum.Foliate.mo -share/metainfo/com.github.johnfactotum.Foliate.appdata.xml +share/metainfo/com.github.johnfactotum.Foliate.metainfo.xml Index: pkgsrc/print/foliate/distinfo diff -u pkgsrc/print/foliate/distinfo:1.14 pkgsrc/print/foliate/distinfo:1.15 --- pkgsrc/print/foliate/distinfo:1.14 Tue Oct 26 11:12:06 2021 +++ pkgsrc/print/foliate/distinfo Sun Jan 16 04:52:09 2022 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 11:12:06 nia Exp $ +$NetBSD: distinfo,v 1.15 2022/01/16 04:52:09 fox Exp $ -BLAKE2s (foliate-2.6.3.tar.gz) = ce1f7163015478a5faf7bbb5991ee2b0125554fd6f82bf3198b972589b815296 -SHA512 (foliate-2.6.3.tar.gz) = b3dd5bc5a02d3f2210b0c7376426a7ea1668a81fa64fea179da2ab1d852778414cce45171143814d2010d6c03b0287dbbc512884107774ec211e24c6ed8127cb -Size (foliate-2.6.3.tar.gz) = 4822251 bytes +BLAKE2s (foliate-2.6.4.tar.gz) = fe46223a9ffe020021adc32148c43f61a5d033bfc00325f6932df9cd40542c44 +SHA512 (foliate-2.6.4.tar.gz) = af58efa2c33451617dbf7327b56551557d762ac80f1b489d5da1c5a46ebbfe329052149deb8b2f4c7729a7fd46deccd5500fd96c0a662b731c871c1ad8061cd3 +Size (foliate-2.6.4.tar.gz) = 4824560 bytes SHA1 (patch-src_assets_KindleUnpack_kindleunpack.py) = 2b558fe842669982aec6087e9ce1c72f1fc52315 SHA1 (patch-src_epubView.js) = de7ab2f79d0d7b6eb379686b6091f6f7bfda95e2 --_----------=_1642308729263380--