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 062BB1A921F for ; Mon, 28 Mar 2022 21:38:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E400384EB7; Mon, 28 Mar 2022 21:38:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A65784EB6 for ; Mon, 28 Mar 2022 21:38:33 +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 hiEgvADVr5t2 for ; Mon, 28 Mar 2022 21:38:32 +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 9EACA84D3A for ; Mon, 28 Mar 2022 21:38:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92689FB24; Mon, 28 Mar 2022 21:38:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164850351278460" MIME-Version: 1.0 Date: Mon, 28 Mar 2022 21:38:32 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20220328213832.92689FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164850351278460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Mon Mar 28 21:38:32 UTC 2022 Modified Files: pkgsrc/print/tex-media9: Makefile pkgsrc/print/tex-ocgx2: Makefile Log Message: print/tex-media9, ocgx2: media9 depends on ocgx2, not vice versa. Bump PKGREVISIONs to force update with new dependency. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/tex-media9/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/tex-ocgx2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164850351278460 Content-Disposition: inline Content-Length: 1666 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-media9/Makefile diff -u pkgsrc/print/tex-media9/Makefile:1.16 pkgsrc/print/tex-media9/Makefile:1.17 --- pkgsrc/print/tex-media9/Makefile:1.16 Sat Jun 5 04:17:59 2021 +++ pkgsrc/print/tex-media9/Makefile Mon Mar 28 21:38:32 2022 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2021/06/05 04:17:59 markd Exp $ +# $NetBSD: Makefile,v 1.17 2022/03/28 21:38:32 riastradh Exp $ DISTNAME= media9 PKGNAME= tex-${DISTNAME}-1.15 +PKGREVISION= 1 TEXLIVE_REV= 58025 MAINTAINER= pkgsrc-users@NetBSD.org @@ -12,6 +13,7 @@ LICENSE= lppl-1.3c DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel DEPENDS+= tex-l3experimental-[0-9]*:../../devel/tex-l3experimental DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages +DEPENDS+= tex-ocgx2-[0-9]*:../../print/tex-ocgx2 DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf .include "../../print/texlive/package.mk" Index: pkgsrc/print/tex-ocgx2/Makefile diff -u pkgsrc/print/tex-ocgx2/Makefile:1.8 pkgsrc/print/tex-ocgx2/Makefile:1.9 --- pkgsrc/print/tex-ocgx2/Makefile:1.8 Sat Feb 20 10:36:35 2021 +++ pkgsrc/print/tex-ocgx2/Makefile Mon Mar 28 21:38:32 2022 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2021/02/20 10:36:35 markd Exp $ +# $NetBSD: Makefile,v 1.9 2022/03/28 21:38:32 riastradh Exp $ DISTNAME= ocgx2 PKGNAME= tex-${DISTNAME}-0.50 +PKGREVISION= 1 TEXLIVE_REV= 57531 MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,7 +10,5 @@ HOMEPAGE= https://ctan.org/pkg/ocgx2 COMMENT= Drop-in replacement for 'ocgx' and 'ocg-p' LICENSE= lppl-1.3c -DEPENDS+= tex-media9-[0-9]*:../../print/tex-media9 - .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" --_----------=_164850351278460--