Received: by mail.netbsd.org (Postfix, from userid 605) id 6B45384D60; Sun, 29 Jan 2023 14:17:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9CEA284D4B for ; Sun, 29 Jan 2023 14:17:43 +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 D8k_L_67Ff9p for ; Sun, 29 Jan 2023 14:17:43 +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 0C08F84D1C for ; Sun, 29 Jan 2023 14:17:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F38A0FA90; Sun, 29 Jan 2023 14:17:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675001862233700" MIME-Version: 1.0 Date: Sun, 29 Jan 2023 14:17:42 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/cad/klayout To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230129141742.F38A0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675001862233700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jan 29 14:17:42 UTC 2023 Modified Files: pkgsrc/cad/klayout: Makefile distinfo Log Message: (cad/klayout) Udated 0.28.2 to 0.28.3 0.28.3 (2023-01-12): * Bugfix: %GITHUB%/issues/1247 Layer stipples not updated after editing custom stipples with high-DPI displays * Bugfix: %GITHUB%/issues/1245 Connectivity not preserved when loading/saving technology * Bugfix: %GITHUB%/issues/1242 KLayout 0.28.2 crashes when registering a plugin if a layout exists * Bugfix: %GITHUB%/issues/1240 Layer is not activated from layer properties file on first creation * Bugfix: %GITHUB%/issues/1238 Macro IDE: breakpoints not effective on Windows * Bugfix: %GITHUB%/issues/1234 "Clone view": layer list is empty * Enhancement: %GITHUB%/issues/1228 Add option to have Show parameter names on by default * Enhancement: Improved performance of layer list with many layers * Bugfix: Restored ability to build with Python 2.7 * Enhancement: Compatibility with Qt 6.4.1 To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/cad/klayout/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/cad/klayout/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675001862233700 Content-Disposition: inline Content-Length: 1774 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/klayout/Makefile diff -u pkgsrc/cad/klayout/Makefile:1.58 pkgsrc/cad/klayout/Makefile:1.59 --- pkgsrc/cad/klayout/Makefile:1.58 Fri Dec 30 05:04:06 2022 +++ pkgsrc/cad/klayout/Makefile Sun Jan 29 14:17:42 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2022/12/30 05:04:06 mef Exp $ +# $NetBSD: Makefile,v 1.59 2023/01/29 14:17:42 mef Exp $ -DISTNAME= klayout-0.28.2 +DISTNAME= klayout-0.28.3 CATEGORIES= cad MASTER_SITES= http://www.klayout.org/downloads/source/ Index: pkgsrc/cad/klayout/distinfo diff -u pkgsrc/cad/klayout/distinfo:1.28 pkgsrc/cad/klayout/distinfo:1.29 --- pkgsrc/cad/klayout/distinfo:1.28 Fri Dec 30 05:04:06 2022 +++ pkgsrc/cad/klayout/distinfo Sun Jan 29 14:17:42 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2022/12/30 05:04:06 mef Exp $ +$NetBSD: distinfo,v 1.29 2023/01/29 14:17:42 mef Exp $ -BLAKE2s (klayout-0.28.2.tar.gz) = 0ebb52530a6eb5d39efd4146471fc23a56f18e7dba73d510c3123f8b9e4b36c7 -SHA512 (klayout-0.28.2.tar.gz) = cf86a1348d4bd2b03e5a307600afbb0cbd8303b9d197a533f020e09f798a087d7133b6da9620e9513d8bfd28bdc7911851961895b674588b2da0b184873a3658 -Size (klayout-0.28.2.tar.gz) = 62443267 bytes +BLAKE2s (klayout-0.28.3.tar.gz) = bd4ed4ac0f115a0014d86979a08515874b2f92a077d630c462bfd21c1ad0e0dd +SHA512 (klayout-0.28.3.tar.gz) = 6585522ebf78e577fd4d65effd3063ff13d8b007d2acd82692568d898302c94a5953b8b2294fb3a5ffcea0b9922516961c9e3e4e475676d499f1beac4a21ab83 +Size (klayout-0.28.3.tar.gz) = 84567390 bytes SHA1 (patch-config_Makefile.conf.freebsd-32-gcc-release) = 0eaac4f5bd5441976f6113f37b1643653f4fdea4 SHA1 (patch-config_Makefile.conf.netbsd-32-gcc-release) = b18e6708a2b40c69275bb6c285ddebb49e9808bb SHA1 (patch-src_lay_lay_layApplication.cc) = fa42542213519e8c04820ab08ce5c1385bf8b860 --_----------=_1675001862233700--