Received: by mail.netbsd.org (Postfix, from userid 605) id E758384EFC; Mon, 18 Jul 2022 20:49:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D35884EFA for ; Mon, 18 Jul 2022 20:49:22 +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 H6UaA6fStHCG for ; Mon, 18 Jul 2022 20:49:21 +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 72C4184D17 for ; Mon, 18 Jul 2022 20:49:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 620B1FB1A; Mon, 18 Jul 2022 20:49:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16581773618780" MIME-Version: 1.0 Date: Mon, 18 Jul 2022 20:49:21 +0000 From: "Yorick Hardy" Subject: CVS commit: pkgsrc/print/tex-pdfpages To: pkgsrc-changes@NetBSD.org Reply-To: yhardy@netbsd.org X-Mailer: log_accum Message-Id: <20220718204921.620B1FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16581773618780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: yhardy Date: Mon Jul 18 20:49:21 UTC 2022 Modified Files: pkgsrc/print/tex-pdfpages: Makefile Log Message: print/tex-pdfpages: add dependency: print/tex-pdflscape pdflscape is required as part of the package's AtBeginDocument hook. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/tex-pdfpages/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16581773618780 Content-Disposition: inline Content-Length: 879 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-pdfpages/Makefile diff -u pkgsrc/print/tex-pdfpages/Makefile:1.18 pkgsrc/print/tex-pdfpages/Makefile:1.19 --- pkgsrc/print/tex-pdfpages/Makefile:1.18 Thu Apr 14 03:10:21 2022 +++ pkgsrc/print/tex-pdfpages/Makefile Mon Jul 18 20:49:21 2022 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2022/04/14 03:10:21 markd Exp $ +# $NetBSD: Makefile,v 1.19 2022/07/18 20:49:21 yhardy Exp $ DISTNAME= pdfpages +PKGREVISION= 1 PKGNAME= tex-${DISTNAME}-0.5u TEXLIVE_REV= 61801 @@ -15,6 +16,7 @@ DEPENDS+= tex-latex-[0-9]*:../../print/t DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek +DEPENDS+= tex-pdflscape-[0-9]*:../../print/tex-pdflscape DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools .include "../../print/texlive/package.mk" --_----------=_16581773618780--