From bb45ede5532665d85be0a3a847fb6bff43137c14 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sat, 20 Mar 2004 00:31:07 +0000 Subject: - fix minor bug in testsuite script. - while here fix up home page --- cad/gnucap/Makefile | 4 ++-- cad/gnucap/distinfo | 3 ++- cad/gnucap/patches/patch-ae | 11 +++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 cad/gnucap/patches/patch-ae (limited to 'cad/gnucap') diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile index 2efacbac7c1..a74609d52ea 100644 --- a/cad/gnucap/Makefile +++ b/cad/gnucap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/02/14 17:18:36 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/20 00:31:07 dmcmahill Exp $ # DISTNAME= gnucap-0.34 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.gnucap.org/ \ http://www.kettering.edu/~adavis/gnucap/ MAINTAINER= dmcmahill@NetBSD.org -HOMEPAGE= http://www.geda.seul.org/tools/acs/index.html +HOMEPAGE= http://www.gnucap.org COMMENT= General purpose circuit simulator PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/cad/gnucap/distinfo b/cad/gnucap/distinfo index 87bfc8440d1..00c7936b057 100644 --- a/cad/gnucap/distinfo +++ b/cad/gnucap/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.5 2004/02/14 17:18:36 dmcmahill Exp $ +$NetBSD: distinfo,v 1.6 2004/03/20 00:31:07 dmcmahill Exp $ SHA1 (gnucap-0.34.tar.gz) = 2094c3b9d6bcc1c036ec2cef5ff35216da24868a Size (gnucap-0.34.tar.gz) = 1412004 bytes SHA1 (patch-aa) = 404d6f926f4985a7d117e1361e9c2c9cabd6323b SHA1 (patch-ac) = b87c6eb33b427a154b03802e7633048b4ed003ab SHA1 (patch-ad) = 58ddab0864cc950e39f46c2230da2280ab26e19c +SHA1 (patch-ae) = 1104114b205ed3d520ca56c39e453f82a18b1d52 diff --git a/cad/gnucap/patches/patch-ae b/cad/gnucap/patches/patch-ae new file mode 100644 index 00000000000..dc51d5200e5 --- /dev/null +++ b/cad/gnucap/patches/patch-ae @@ -0,0 +1,11 @@ +$NetBSD: patch-ae,v 1.1 2004/03/20 00:31:07 dmcmahill Exp $ + +--- test/test.orig Sun Feb 1 22:49:09 2004 ++++ test/test +@@ -1,5 +1,5 @@ + #!/bin/sh +-if [ $# == 0 ] ; then ++if [ $# -eq 0 ] ; then + echo "usage: ./test gnucap \"testcases\" targetdir refdir" + echo "usual testcases is \"\", usual refdir is ==" + echo "example: ./test gnucap \"\" myversion ==" -- cgit v1.2.3