diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-09 11:38:33 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-03-09 11:38:33 +0000 |
commit | 7d4013314f3f55dd7a4ae3c7dc35559e9c2838af (patch) | |
tree | daaeb1882cd33b7d7af029d4b70f139a282d5147 /cad/dinotrace/Makefile | |
parent | 0d8a8c9385b65fde4e98bb622ebf11f090ce14d6 (diff) | |
download | pkgsrc-7d4013314f3f55dd7a4ae3c7dc35559e9c2838af.tar.gz |
update to dinotrace-9.1b
While here, update MASTER_SITE.
changes from last packaged version:
* Changes in Dinotrace 9.1b 2/13/2001
**** Documentation updates.
* Changes in Dinotrace 9.1a 1/22/2001
** Added analog waveform format. [Dave Colson]
Includes new Signal Waveform menu and signal_waveform command.
* Changes in Dinotrace 9.0m 11/21/2000
**** Fixed a bug reading compressed tempest on Digital UNIX. [Steve Hoover]
Diffstat (limited to 'cad/dinotrace/Makefile')
-rw-r--r-- | cad/dinotrace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 98cff77ef71..0afa0829acf 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 13:46:17 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/09 11:38:33 dmcmahill Exp $ # -DISTNAME= dinotrace-9.0l +DISTNAME= dinotrace-9.1b CATEGORIES= cad -MASTER_SITES= http://www.ultranet.com/~wsnyder/veripool/ftp/ +MASTER_SITES= http://www.veripool.com/ftp/ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.veripool.com/dinotrace/ |