Update to magic 8.3.393.

Various bug fixes.

The bash patch merged upstream. Plus as I was doing so I noticed two other
shell scripts that were being installed also needed the same change.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/cad/magic/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile    4 Apr 2023 06:26:35 -0000       1.11
+++ Makefile    23 Apr 2023 08:00:35 -0000
@@ -1,6 +1,6 @@
 COMMENT =      interactive system for VLSI circuit layouts
 
-DISTNAME =     magic-8.3.365
+DISTNAME =     magic-8.3.393
 EXTRACT_SUFX = .tgz
 
 CATEGORIES =   cad
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/cad/magic/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo    4 Apr 2023 06:26:35 -0000       1.6
+++ distinfo    23 Apr 2023 07:58:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (magic-8.3.365.tgz) = lbPWZtRV8S11kC45MPT8WFl/7sLkf+5M4Fu6DgqCL6o=
-SIZE (magic-8.3.365.tgz) = 4206213
+SHA256 (magic-8.3.393.tgz) = aOqjNt4zLR8SQrUU1blVw8bqadQaaAzKnLoywPBhQTk=
+SIZE (magic-8.3.393.tgz) = 4209393
Index: patches/patch-tcltk_magic_sh_in
===================================================================
RCS file: patches/patch-tcltk_magic_sh_in
diff -N patches/patch-tcltk_magic_sh_in
--- patches/patch-tcltk_magic_sh_in     11 Mar 2022 18:24:29 -0000      1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,9 +0,0 @@
-Index: tcltk/magic.sh.in
---- tcltk/magic.sh.in.orig
-+++ tcltk/magic.sh.in
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/usr/bin/env bash
- #
- # For installation, put this file (magic.sh) in a known executable path.
- # Put startup script "magic.tcl", shared library "tclmagic.so", and

Reply via email to