Update to ngspice-31.

Release notes:
https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/NEWS
This commit is contained in:
bentley 2019-11-01 02:17:35 +00:00
parent c2930d2447
commit 04d37fe2d7
5 changed files with 9 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile.inc,v 1.1 2019/10/31 06:05:13 bentley Exp $
# $OpenBSD: Makefile.inc,v 1.2 2019/11/01 02:17:35 bentley Exp $
V ?= 30
V ?= 31
DISTNAME ?= ngspice-${V}

View File

@ -1,2 +1,2 @@
SHA256 (ngspice-30.tar.gz) = CP4OLzdoBZQRMooz5zbfRB1+bnME+NrQ7V8o4V2TYJc=
SIZE (ngspice-30.tar.gz) = 7147044
SHA256 (ngspice-31.tar.gz) = hF87DJYuR97QUd+8E0w8HkrJJcnwzhyz32Trm52lwoI=
SIZE (ngspice-31.tar.gz) = 7250057

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile,v 1.1.1.1 2019/10/31 06:01:00 bentley Exp $
# $OpenBSD: Makefile,v 1.2 2019/11/01 02:17:35 bentley Exp $
COMMENT = circuit simulator, based on Berkeley SPICE
REVISION = 0
WANTLIB += ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xpm Xt c m xcb
post-install:

View File

@ -1,2 +1,2 @@
SHA256 (ngspice-30.tar.gz) = CP4OLzdoBZQRMooz5zbfRB1+bnME+NrQ7V8o4V2TYJc=
SIZE (ngspice-30.tar.gz) = 7147044
SHA256 (ngspice-31.tar.gz) = hF87DJYuR97QUd+8E0w8HkrJJcnwzhyz32Trm52lwoI=
SIZE (ngspice-31.tar.gz) = 7250057

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-tests_bin_check_sh,v 1.1.1.1 2019/10/31 06:01:00 bentley Exp $
$OpenBSD: patch-tests_bin_check_sh,v 1.2 2019/11/01 02:17:36 bentley Exp $
Index: tests/bin/check.sh
--- tests/bin/check.sh.orig
@ -6,7 +6,7 @@ Index: tests/bin/check.sh
@@ -40,8 +40,8 @@ case $HOST_TYPE in
rm -f $testname.test_tmp $testname.out_tmp
;;
SunOS*|OpenBSD*)
FreeBSD*|SunOS*|OpenBSD*)
- $SPICE --batch $testdir/$testname.cir >$testname.test &&\
- sed -e '/^$/d' $testname.test | egrep -v "$FILTER" > $testname.test_tmp &&\
+ $SPICE --batch $testdir/$testname.cir >$testname.test