Received: by mail.netbsd.org (Postfix, from userid 605) id 3E1C184D72; Wed, 15 Mar 2023 05:53:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6ADD184D26 for ; Wed, 15 Mar 2023 05:53:56 +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 LoDmYsCBbB-s for ; Wed, 15 Mar 2023 05:53:56 +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 AFAB784CF9 for ; Wed, 15 Mar 2023 05:53:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E1B2FA90; Wed, 15 Mar 2023 05:53:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167885963572220" MIME-Version: 1.0 Date: Wed, 15 Mar 2023 05:53:55 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/texlive-collection-pstricks To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230315055355.9E1B2FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167885963572220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Wed Mar 15 05:53:55 UTC 2023 Modified Files: pkgsrc/meta-pkgs/texlive-collection-pstricks: Makefile Log Message: texlive-collection-pstricks: update to revision 65367 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \ pkgsrc/meta-pkgs/texlive-collection-pstricks/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167885963572220 Content-Disposition: inline Content-Length: 999 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/texlive-collection-pstricks/Makefile diff -u pkgsrc/meta-pkgs/texlive-collection-pstricks/Makefile:1.17 pkgsrc/meta-pkgs/texlive-collection-pstricks/Makefile:1.18 --- pkgsrc/meta-pkgs/texlive-collection-pstricks/Makefile:1.17 Tue Jun 28 11:34:46 2022 +++ pkgsrc/meta-pkgs/texlive-collection-pstricks/Makefile Wed Mar 15 05:53:55 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2022/06/28 11:34:46 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2023/03/15 05:53:55 markd Exp $ DISTNAME= collection-pstricks PKGNAME= texlive-${DISTNAME}-2021pre1 PKGREVISION= 1 CATEGORIES= meta-pkgs MASTER_SITES= # empty -TEXLIVE_REV= 61329 +TEXLIVE_REV= 65367 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.tug.org/texlive/ @@ -52,6 +52,7 @@ DEPENDS+= tex-pst-eps-[0-9]*:../../graph # depend pst-feyn DEPENDS+= tex-pst-fill-[0-9]*:../../graphics/tex-pst-fill # depend pst-fit +# depend pst-flags # depend pst-fr3d # depend pst-fractal # depend pst-fun --_----------=_167885963572220--