diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-11-02 08:28:34 +0800 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-11-02 08:28:34 +0800 |
commit | 2168f5604afa47de7ac05d7fdd8122a5d2da9dac (patch) | |
tree | 26f22ca8215d2dd0548a2a0d82970745cd6c6845 /misc/ezload | |
parent | b37be069af6c262283e90ceff092c1479ed95441 (diff) | |
download | freebsd-ports-gnome-2168f5604afa47de7ac05d7fdd8122a5d2da9dac.tar.gz freebsd-ports-gnome-2168f5604afa47de7ac05d7fdd8122a5d2da9dac.tar.zst freebsd-ports-gnome-2168f5604afa47de7ac05d7fdd8122a5d2da9dac.zip |
Update to 0.2 of the EZ tools.
- Supports Linux now too (Brad.Hards@dao.defence.gov.au)
- mupdated firmware for the ActiveWire board (bug fixes)
- make the aw board work with CURRENT again.
Diffstat (limited to 'misc/ezload')
-rw-r--r-- | misc/ezload/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/ezload/Makefile b/misc/ezload/Makefile index 9e9fa49a7578..d519224be50a 100644 --- a/misc/ezload/Makefile +++ b/misc/ezload/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: oneko -# Version required: 0.1 +# New ports collection makefile for: ezload +# Version required: 0.2 # Date created: 14 august 1999 # Whom: n_hibma # # $FreeBSD$ # -DISTNAME= ezload-0.1 +DISTNAME= ezload-0.2 CATEGORIES= misc MASTER_SITES= http://www.etla.net/~n_hibma/usb/ |