Received: by mail.netbsd.org (Postfix, from userid 605) id D563784D9B; Sat, 5 Jun 2021 05:42:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BF7A84D9E for ; Sat, 5 Jun 2021 05:42:53 +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 m5SiwLC1EgUo for ; Sat, 5 Jun 2021 05:42:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 912A284D9B for ; Sat, 5 Jun 2021 05:42:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 859C6FA95; Sat, 5 Jun 2021 05:42:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622871772190860" MIME-Version: 1.0 Date: Sat, 5 Jun 2021 05:42:52 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/tex-powerdot To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210605054252.859C6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622871772190860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Jun 5 05:42:52 UTC 2021 Modified Files: pkgsrc/print/tex-powerdot: Makefile distinfo Log Message: tex-powerdot: update to 1.7 1.7 Added paper with 16:9 ratio 1.6 fixed issue with references due to reusing a LaTeX resource fixed issue with the rotation of the clock on smartboard paper To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex-powerdot/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex-powerdot/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622871772190860 Content-Disposition: inline Content-Length: 2043 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-powerdot/Makefile diff -u pkgsrc/print/tex-powerdot/Makefile:1.7 pkgsrc/print/tex-powerdot/Makefile:1.8 --- pkgsrc/print/tex-powerdot/Makefile:1.7 Sat Jan 18 23:34:42 2020 +++ pkgsrc/print/tex-powerdot/Makefile Sat Jun 5 05:42:52 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2020/01/18 23:34:42 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2021/06/05 05:42:52 markd Exp $ DISTNAME= powerdot -PKGNAME= tex-${DISTNAME}-1.5c -TEXLIVE_REV= 45165 +PKGNAME= tex-${DISTNAME}-1.7 +TEXLIVE_REV= 59272 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/powerdot @@ -14,6 +14,5 @@ DEPENDS+= tex-graphics-[0-9]*:../../prin DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/tex-powerdot/distinfo diff -u pkgsrc/print/tex-powerdot/distinfo:1.5 pkgsrc/print/tex-powerdot/distinfo:1.6 --- pkgsrc/print/tex-powerdot/distinfo:1.5 Sat Oct 21 03:23:52 2017 +++ pkgsrc/print/tex-powerdot/distinfo Sat Jun 5 05:42:52 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/10/21 03:23:52 markd Exp $ +$NetBSD: distinfo,v 1.6 2021/06/05 05:42:52 markd Exp $ -SHA1 (tex-powerdot-45165/powerdot.tar.xz) = 5dd2537d6c8524c3fbe767b86e88841275c2ab51 -RMD160 (tex-powerdot-45165/powerdot.tar.xz) = 323c89eb06b3b2e8a3153101752b32914223d2c7 -SHA512 (tex-powerdot-45165/powerdot.tar.xz) = 3fcfa89bd7e903d662fa7726efe4b70fbec2660484c804f86f8f4a1d29ea088656ac9d9e6018020dd08e2dc0dc776c8618c4a1475cf410bb698f13523f9a3120 -Size (tex-powerdot-45165/powerdot.tar.xz) = 26288 bytes +SHA1 (powerdot.r59272.tar.xz) = 27040806c62eca1a831325e33a5b915aa3fec775 +RMD160 (powerdot.r59272.tar.xz) = 3bcee24305322873ad7e96a8f819825157877488 +SHA512 (powerdot.r59272.tar.xz) = c8ab1d65e2ac0695cac0e8a0a683fe712ba51e8aa028316901e1ab6e31b0be68348066fcf290b03321c0bacbf5c0b16265b28022ef38137a3d89bd25aac58dd7 +Size (powerdot.r59272.tar.xz) = 26268 bytes --_----------=_1622871772190860--