Received: by mail.netbsd.org (Postfix, from userid 605) id 689B584DB9; Fri, 16 Dec 2022 11:24:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 99E4C84DA9 for ; Fri, 16 Dec 2022 11:24:24 +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 cft03aalh1HD for ; Fri, 16 Dec 2022 11:24:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 169B784D26 for ; Fri, 16 Dec 2022 11:24:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F396FA90; Fri, 16 Dec 2022 11:24:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167118986462400" MIME-Version: 1.0 Date: Fri, 16 Dec 2022 11:24:24 +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: <20221216112424.0F396FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167118986462400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Dec 16 11:24:23 UTC 2022 Modified Files: pkgsrc/cad/klayout: Makefile distinfo Log Message: (cad/klayout) Updated 0.27.12 to 0.27.13 0.27.13 (2022-11-30): * Bugfixes: - selection did not work in non-editable mode - partial selection did not work for guiding shapes - compile issue: NDEBUG is not usable after ruby.h To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/cad/klayout/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/cad/klayout/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167118986462400 Content-Disposition: inline Content-Length: 1799 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.55 pkgsrc/cad/klayout/Makefile:1.56 --- pkgsrc/cad/klayout/Makefile:1.55 Wed Nov 23 16:19:25 2022 +++ pkgsrc/cad/klayout/Makefile Fri Dec 16 11:24:23 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2022/11/23 16:19:25 adam Exp $ +# $NetBSD: Makefile,v 1.56 2022/12/16 11:24:23 mef Exp $ -DISTNAME= klayout-0.27.12 -PKGREVISION= 1 +DISTNAME= klayout-0.27.13 CATEGORIES= cad MASTER_SITES= http://www.klayout.org/downloads/source/ Index: pkgsrc/cad/klayout/distinfo diff -u pkgsrc/cad/klayout/distinfo:1.25 pkgsrc/cad/klayout/distinfo:1.26 --- pkgsrc/cad/klayout/distinfo:1.25 Wed Nov 9 14:54:26 2022 +++ pkgsrc/cad/klayout/distinfo Fri Dec 16 11:24:23 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2022/11/09 14:54:26 mef Exp $ +$NetBSD: distinfo,v 1.26 2022/12/16 11:24:23 mef Exp $ -BLAKE2s (klayout-0.27.12.tar.gz) = 472ae4077aceb799a7e84887a016ec4b219232236ecced12b3383286d38b6d9b -SHA512 (klayout-0.27.12.tar.gz) = 25bb854b9f265801a9ee13bdead0ae1fa4ce21bd0d018c10b0c89aff72f48d4131e80987750bd47e3996296ced1936fffb4ed02daa5a7bdff5f05ae6e820e067 -Size (klayout-0.27.12.tar.gz) = 57616686 bytes +BLAKE2s (klayout-0.27.13.tar.gz) = 24bd0a99ffe64cea908be2fcdbe582a2f007ac4a181e99709cd3bec6b82a9295 +SHA512 (klayout-0.27.13.tar.gz) = effe24287ea5ff54839a65dda472be2363dbae8dc645a854011504cfe986b9c4a019843fdb75c0b7c7514479cadf1a9d2e5300dadd50f50e6458367847cc7c7f +Size (klayout-0.27.13.tar.gz) = 57993759 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 --_----------=_167118986462400--