Received: by mail.netbsd.org (Postfix, from userid 605) id 1B2E084E67; Sat, 14 Aug 2021 07:37:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5313684D5D for ; Sat, 14 Aug 2021 07:37:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id G--pXLTOmBkV for ; Sat, 14 Aug 2021 07:37:51 +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 C711284D3A for ; Sat, 14 Aug 2021 07:37:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE9CAFA97; Sat, 14 Aug 2021 07:37:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1628926671252340" MIME-Version: 1.0 Date: Sat, 14 Aug 2021 07:37:51 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/print/zathura-ps To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210814073751.BE9CAFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1628926671252340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Aug 14 07:37:51 UTC 2021 Modified Files: pkgsrc/print/zathura-ps: Makefile distinfo Log Message: zathura-ps: update to 0.2.7 Changelog * Various bug fixes and improvements To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/print/zathura-ps/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/zathura-ps/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1628926671252340 Content-Disposition: inline Content-Length: 1685 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/zathura-ps/Makefile diff -u pkgsrc/print/zathura-ps/Makefile:1.24 pkgsrc/print/zathura-ps/Makefile:1.25 --- pkgsrc/print/zathura-ps/Makefile:1.24 Mon Apr 12 12:56:27 2021 +++ pkgsrc/print/zathura-ps/Makefile Sat Aug 14 07:37:51 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2021/04/12 12:56:27 nia Exp $ +# $NetBSD: Makefile,v 1.25 2021/08/14 07:37:51 nia Exp $ -DISTNAME= zathura-ps-0.2.6 -PKGREVISION= 8 +DISTNAME= zathura-ps-0.2.7 CATEGORIES= print MASTER_SITES= https://pwmt.org/projects/zathura-ps/download/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/print/zathura-ps/distinfo diff -u pkgsrc/print/zathura-ps/distinfo:1.4 pkgsrc/print/zathura-ps/distinfo:1.5 --- pkgsrc/print/zathura-ps/distinfo:1.4 Thu Oct 4 19:15:59 2018 +++ pkgsrc/print/zathura-ps/distinfo Sat Aug 14 07:37:51 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/10/04 19:15:59 leot Exp $ +$NetBSD: distinfo,v 1.5 2021/08/14 07:37:51 nia Exp $ -SHA1 (zathura-ps-0.2.6.tar.xz) = c780a9476204b1dbfc8113fbe871e0913812fe75 -RMD160 (zathura-ps-0.2.6.tar.xz) = de2ba957f476044820f9b11eb15d25796d6f5121 -SHA512 (zathura-ps-0.2.6.tar.xz) = 6631f9b1c951b6f91f2a5217c3de47176205102206f15b596fb21285dae8d01fd759cfaca1b8a23bf47166dfbc3f8cf6061ce5a4d7a1c3a2b671a3beef5a07bb -Size (zathura-ps-0.2.6.tar.xz) = 4336 bytes +SHA1 (zathura-ps-0.2.7.tar.xz) = 9067f159d7c8fe3c4ab87bf70af273e2f3db629a +RMD160 (zathura-ps-0.2.7.tar.xz) = de1fa6fc2c4481f1649ab0bb6aadd234f5371672 +SHA512 (zathura-ps-0.2.7.tar.xz) = 86cf4cea8f32e446960c7727745711d6bb6723bb41127ccba335fbdaeb78e9f681ce4104b2be8718a2f19e06aef30d49ae7c90091fa0774b5ffe22303cf37d5f +Size (zathura-ps-0.2.7.tar.xz) = 4488 bytes --_----------=_1628926671252340--