Received: by mail.netbsd.org (Postfix, from userid 605) id 1304F84EB3; Sun, 12 Feb 2023 14:46:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43D2684E99 for ; Sun, 12 Feb 2023 14:46:07 +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 N7u97f-wIqEl for ; Sun, 12 Feb 2023 14:46:06 +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 8B70384E88 for ; Sun, 12 Feb 2023 14:46:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84826FA90; Sun, 12 Feb 2023 14:46:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167621316667370" MIME-Version: 1.0 Date: Sun, 12 Feb 2023 14:46:06 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20230212144606.84826FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167621316667370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Feb 12 14:46:06 UTC 2023 Modified Files: pkgsrc/cad: Makefile pkgsrc/doc: CHANGES-2023 Log Message: doc: replaced cad/oce with cad/occt To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 pkgsrc/cad/Makefile cvs rdiff -u -r1.1152 -r1.1153 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167621316667370 Content-Disposition: inline Content-Length: 1309 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/Makefile diff -u pkgsrc/cad/Makefile:1.105 pkgsrc/cad/Makefile:1.106 --- pkgsrc/cad/Makefile:1.105 Fri Jun 17 11:40:56 2022 +++ pkgsrc/cad/Makefile Sun Feb 12 14:46:06 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2022/06/17 11:40:56 mef Exp $ +# $NetBSD: Makefile,v 1.106 2023/02/12 14:46:06 tnn Exp $ # COMMENT= Computer Aided Design tools @@ -51,7 +51,7 @@ SUBDIR+= mpac SUBDIR+= nelma SUBDIR+= ng-spice SUBDIR+= ntesla -SUBDIR+= oce +SUBDIR+= occt SUBDIR+= openscad SUBDIR+= p5-gds2 SUBDIR+= pcb Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.1152 pkgsrc/doc/CHANGES-2023:1.1153 --- pkgsrc/doc/CHANGES-2023:1.1152 Sun Feb 12 12:41:18 2023 +++ pkgsrc/doc/CHANGES-2023 Sun Feb 12 14:46:06 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.1152 2023/02/12 12:41:18 wen Exp $ +$NetBSD: CHANGES-2023,v 1.1153 2023/02/12 14:46:06 tnn Exp $ Changes to the packages collection and infrastructure in 2023: @@ -1462,3 +1462,5 @@ Changes to the packages collection and i Updated sysutils/zabbix50-agent to 5.0.31 [otis 2023-02-12] Updated pkgtools/import-package to 1.1 [tnn 2023-02-12] Updated www/p5-Dancer to 1.3521 [wen 2023-02-12] + Added cad/occt version 7.7.0 [tnn 2023-02-12] + Removed cad/oce successor cad/occt [tnn 2023-02-12] --_----------=_167621316667370--