diff options
author | mef <mef@pkgsrc.org> | 2022-12-16 11:24:23 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2022-12-16 11:24:23 +0000 |
commit | 3941b1f5eef7e8ab0c4ad169770bbbe4239fde1a (patch) | |
tree | cab061abaaa27060c6181063c31045ddc135d740 | |
parent | 5569bea8c8ac80a4f32431f7ef48e77f4bdf0d9d (diff) | |
download | pkgsrc-3941b1f5eef7e8ab0c4ad169770bbbe4239fde1a.tar.gz |
(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
-rw-r--r-- | cad/klayout/Makefile | 5 | ||||
-rw-r--r-- | cad/klayout/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index d65e5414094..7a6c378cc1b 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -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/ diff --git a/cad/klayout/distinfo b/cad/klayout/distinfo index ad770279a18..27494dfb27b 100644 --- a/cad/klayout/distinfo +++ b/cad/klayout/distinfo @@ -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 |