pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/gnucap - fix minor bug in testsuite script.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b4ecea4fbbfb
branches: trunk
changeset: 471142:b4ecea4fbbfb
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Sat Mar 20 00:31:07 2004 +0000
description:
- fix minor bug in testsuite script.
- while here fix up home page
diffstat:
cad/gnucap/Makefile | 4 ++--
cad/gnucap/distinfo | 3 ++-
cad/gnucap/patches/patch-ae | 11 +++++++++++
3 files changed, 15 insertions(+), 3 deletions(-)
diffs (46 lines):
diff -r 97b73c1005e4 -r b4ecea4fbbfb cad/gnucap/Makefile
--- a/cad/gnucap/Makefile Sat Mar 20 00:10:10 2004 +0000
+++ b/cad/gnucap/Makefile Sat Mar 20 00:31:07 2004 +0000
@@ -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 @@
http://www.kettering.edu/~adavis/gnucap/
MAINTAINER= dmcmahill%NetBSD.org@localhost
-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 -r 97b73c1005e4 -r b4ecea4fbbfb cad/gnucap/distinfo
--- a/cad/gnucap/distinfo Sat Mar 20 00:10:10 2004 +0000
+++ b/cad/gnucap/distinfo Sat Mar 20 00:31:07 2004 +0000
@@ -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 -r 97b73c1005e4 -r b4ecea4fbbfb cad/gnucap/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gnucap/patches/patch-ae Sat Mar 20 00:31:07 2004 +0000
@@ -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 =="
Home |
Main Index |
Thread Index |
Old Index