pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/klayout



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Dec 30 05:04:06 UTC 2022

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/kayout) Updated 0.28 to 0.28.2

0.28.2           (2022-12-22):
* Bugfix: %GITHUB%/issues/1230 LVS browser crashes

0.28.1           (2022-12-21):
* Bugfix: %GITHUB%/issues/1225 XML error prevents generation of help index
* Bugfix: Python module now has py.typed
* Bugfix: Some segfaults fixed on MacOS, other Linux systems
* Bugfix: dropped Python modules from RPM and DEB packages as this creates conflicts with pip-installed modules
* Bugfix: OASIS reader error with CBLOCK byte counts larger than 4G


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/cad/klayout/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/klayout/Makefile
diff -u pkgsrc/cad/klayout/Makefile:1.57 pkgsrc/cad/klayout/Makefile:1.58
--- pkgsrc/cad/klayout/Makefile:1.57    Sun Dec 18 22:29:02 2022
+++ pkgsrc/cad/klayout/Makefile Fri Dec 30 05:04:06 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2022/12/18 22:29:02 mef Exp $
+# $NetBSD: Makefile,v 1.58 2022/12/30 05:04:06 mef Exp $
 
-DISTNAME=      klayout-0.28
+DISTNAME=      klayout-0.28.2
 CATEGORIES=    cad
 MASTER_SITES=  http://www.klayout.org/downloads/source/
 
@@ -32,9 +32,9 @@ INSTALL_LIBDIR=               ${DESTDIR}${PREFIX}/lib
 REL_DIR=               bin-release
 PLUGINS_DIRS=          db_plugins lay_plugins pymod
 
-#LIST_SUBST+=          PKGVERSION_MAJOR_MINOR=${PKGVERSION_NOREV:C/([0-9]+\.[0-9]+)[.0-9]*/\1/}
+PLIST_SUBST+=          PKGVERSION_MAJOR_MINOR=${PKGVERSION_NOREV:C/([0-9]+\.[0-9]+)[.0-9]*/\1/}
 # temporarily for 0.28
-PLIST_SUBST+=          PKGVERSION_MAJOR_MINOR=${PKGVERSION_NOREV}.0
+#PLIST_SUBST+=         PKGVERSION_MAJOR_MINOR=${PKGVERSION_NOREV}.0
 
 .include "../../mk/bsd.prefs.mk"
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.27 pkgsrc/cad/klayout/distinfo:1.28
--- pkgsrc/cad/klayout/distinfo:1.27    Sun Dec 18 22:29:02 2022
+++ pkgsrc/cad/klayout/distinfo Fri Dec 30 05:04:06 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2022/12/18 22:29:02 mef Exp $
+$NetBSD: distinfo,v 1.28 2022/12/30 05:04:06 mef Exp $
 
-BLAKE2s (klayout-0.28.tar.gz) = e78dbe3faeed75dc7e58b66a05a0818cbb8a469cd9cff27f29032d28c763dd32
-SHA512 (klayout-0.28.tar.gz) = e3625f9317e0f9d0f66d5e83d446fb38063fc5564973e4b0b6fd224aee7d4a5d06dd926a0cf8fc6489491d6ab92330189a515334ce420b08fa16ba4a1a657771
-Size (klayout-0.28.tar.gz) = 62435515 bytes
+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
 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



Home | Main Index | Thread Index | Old Index