diff options
author | linimon <linimon@FreeBSD.org> | 2004-03-17 19:54:01 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-03-17 19:54:01 +0800 |
commit | cdae93fc5f62980a5103baf075d973b2064dc09c (patch) | |
tree | d177994aa08449243b52d80a3cf14c08c7b4ea1f /devel | |
parent | a661630f7f134eea56a8b4279e0b285416c6aa4a (diff) | |
download | freebsd-ports-gnome-cdae93fc5f62980a5103baf075d973b2064dc09c.tar.gz freebsd-ports-gnome-cdae93fc5f62980a5103baf075d973b2064dc09c.tar.zst freebsd-ports-gnome-cdae93fc5f62980a5103baf075d973b2064dc09c.zip |
Maintainer reports that distfile is unfetchable and that the port has
basically been replaced by devel/avrdude. Reset maintainer as per his
request and start the de-orbit burn.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/uisp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/uisp/Makefile b/devel/uisp/Makefile index 403518cac599..edefaae7d31c 100644 --- a/devel/uisp/Makefile +++ b/devel/uisp/Makefile @@ -11,9 +11,12 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= bruno@tinkerbox.org +MAINTAINER= ports@FreeBSD.org COMMENT= A versatile programmer for atmel AVR microcontrollers +DEPRECATED= "distfile unfetchable\; superceded by devel/avrdude" +EXPIRATION_DATE= "April 17, 2004" + GNU_CONFIGURE= yes .include <bsd.port.mk> |