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 69B921A921F for ; Sun, 17 Apr 2022 10:37:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B0C7584E9D; Sun, 17 Apr 2022 10:37:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8E3E84D54 for ; Sun, 17 Apr 2022 10:37:45 +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 Vl_BvT9VobFz for ; Sun, 17 Apr 2022 10:37:45 +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 6D0EF84D2F for ; Sun, 17 Apr 2022 10:37:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6490AFB19; Sun, 17 Apr 2022 10:37:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650191865156860" MIME-Version: 1.0 Date: Sun, 17 Apr 2022 10:37:45 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/dvipsk To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220417103745.6490AFB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650191865156860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: markd Date: Sun Apr 17 10:37:45 UTC 2022 Modified Files: pkgsrc/print/dvipsk: Makefile distinfo Log Message: dvipsk: update to 2022.1 - texlive 2022 version By default, do not attempt automatic media adjustment for rotated paper sizes; the new option –landscaperotate re-enables. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/dvipsk/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/dvipsk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650191865156860 Content-Disposition: inline Content-Length: 1596 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/dvipsk/Makefile diff -u pkgsrc/print/dvipsk/Makefile:1.27 pkgsrc/print/dvipsk/Makefile:1.28 --- pkgsrc/print/dvipsk/Makefile:1.27 Sun Jun 6 01:17:18 2021 +++ pkgsrc/print/dvipsk/Makefile Sun Apr 17 10:37:45 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2021/06/06 01:17:18 markd Exp $ +# $NetBSD: Makefile,v 1.28 2022/04/17 10:37:45 markd Exp $ .include "../../print/texlive/Makefile.common" -PKGNAME= dvipsk-2021.1 +PKGNAME= dvipsk-2022.1 CATEGORIES= print HOMEPAGE= http://www.radicaleye.com/dvips.html Index: pkgsrc/print/dvipsk/distinfo diff -u pkgsrc/print/dvipsk/distinfo:1.22 pkgsrc/print/dvipsk/distinfo:1.23 --- pkgsrc/print/dvipsk/distinfo:1.22 Tue Oct 26 11:12:05 2021 +++ pkgsrc/print/dvipsk/distinfo Sun Apr 17 10:37:45 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2021/10/26 11:12:05 nia Exp $ +$NetBSD: distinfo,v 1.23 2022/04/17 10:37:45 markd Exp $ -BLAKE2s (texlive-20210325-source.tar.xz) = 1ff1ac8c15651d79483605f071a71c7eb253477627b3f478c261a87bf98a7186 -SHA512 (texlive-20210325-source.tar.xz) = afd6eb24efaeac7c58d43ff24162aece919079a9ae02934509f068c7a3828223c33c14d9db11ff7fea3560b08a06f352446ba7f845eefb4a56a87b96f088f213 -Size (texlive-20210325-source.tar.xz) = 54837368 bytes +BLAKE2s (texlive-20220321-source.tar.xz) = 1f3a5c33cba94663158aba15b12da5a265b8ec44eab741a6b9f1037d0c412341 +SHA512 (texlive-20220321-source.tar.xz) = 1c6b4c80d474b661060c3ac126b41782fd34e883139b9bca89ca1ffe543891bd9451df3be5e6297af965ddbceea9802008a61589344c3dee8075044b1b288dd7 +Size (texlive-20220321-source.tar.xz) = 67975836 bytes --_----------=_1650191865156860--