Received: by mail.netbsd.org (Postfix, from userid 605) id EA8A184DB8; Fri, 26 Feb 2021 21:15:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3086384CEC for ; Fri, 26 Feb 2021 21:15:08 +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 sCzuoNlacMda for ; Fri, 26 Feb 2021 21:15:07 +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 8683E84CE7 for ; Fri, 26 Feb 2021 21:15:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7AE2FFA95; Fri, 26 Feb 2021 21:15:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614374107156540" MIME-Version: 1.0 Date: Fri, 26 Feb 2021 21:15:07 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/tex-l3packages To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210226211507.7AE2FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614374107156540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Fri Feb 26 21:15:07 UTC 2021 Modified Files: pkgsrc/devel/tex-l3packages: Makefile Log Message: tex-l3packages: restore tex-amsmath dependency tex-amsmath now doesn't depend on tex-latex-bin To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/tex-l3packages/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614374107156540 Content-Disposition: inline Content-Length: 908 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/tex-l3packages/Makefile diff -u pkgsrc/devel/tex-l3packages/Makefile:1.15 pkgsrc/devel/tex-l3packages/Makefile:1.16 --- pkgsrc/devel/tex-l3packages/Makefile:1.15 Thu Feb 25 10:19:29 2021 +++ pkgsrc/devel/tex-l3packages/Makefile Fri Feb 26 21:15:07 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2021/02/25 10:19:29 markd Exp $ +# $NetBSD: Makefile,v 1.16 2021/02/26 21:15:07 markd Exp $ DISTNAME= l3packages PKGNAME= tex-${DISTNAME}-2020.57600 -PKGREVISION= 1 +PKGREVISION= 3 TEXLIVE_REV= 57600 MAINTAINER= minskim@NetBSD.org @@ -10,6 +10,7 @@ HOMEPAGE= https://ctan.org/pkg/l3package COMMENT= High-level LaTeX3 concepts LICENSE= lppl-1.3c +DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex --_----------=_1614374107156540--