Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2019584F83 for ; Tue, 30 May 2023 12:01:04 +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 C7O1oF0MOlI9 for ; Tue, 30 May 2023 12:01:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6CA4884CF9 for ; Tue, 30 May 2023 12:01:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66896FA85; Tue, 30 May 2023 12:01:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685448063264900" MIME-Version: 1.0 Date: Tue, 30 May 2023 12:01:03 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-pictures To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230530120103.66896FA85@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685448063264900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Tue May 30 12:01:03 UTC 2023 Modified Files: pkgsrc/meta-pkgs/texlive-collection-pictures: Makefile Log Message: texlive-collection-pictures: add tex-smartdiagram tex-worldflags To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 \ pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685448063264900 Content-Disposition: inline Content-Length: 1317 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile:1.37 pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile:1.38 --- pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile:1.37 Tue Apr 11 01:55:58 2023 +++ pkgsrc/meta-pkgs/texlive-collection-pictures/Makefile Tue May 30 12:01:03 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2023/04/11 01:55:58 markd Exp $ +# $NetBSD: Makefile,v 1.38 2023/05/30 12:01:03 markd Exp $ DISTNAME= collection-pictures -PKGNAME= texlive-${DISTNAME}-2023pre1 +PKGNAME= texlive-${DISTNAME}-2023pre2 CATEGORIES= meta-pkgs MASTER_SITES= # empty TEXLIVE_REV= 66684 @@ -164,7 +164,7 @@ DEPENDS+= tex-qrcode-[0-9]*:../../graphi # depend signchart # depend simplenodes # depend simpleoptics -# depend smartdiagram +DEPENDS+= tex-smartdiagram-[0-9]*:../../graphics/tex-smartdiagram # depend spath3 # depend spectralsequences # depend strands @@ -247,7 +247,7 @@ DEPENDS+= tex-tufte-latex-[0-9]*:../../p DEPENDS+= tex-venndiagram-[0-9]*:../../graphics/tex-venndiagram # depend visualpstricks # depend wheelchart -# depend worldflags +DEPENDS+= tex-worldflags-[0-9]*:../../graphics/tex-worldflags # depend xistercian # depend xpicture DEPENDS+= tex-xypic-[0-9]*:../../graphics/tex-xypic --_----------=_1685448063264900--