diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-03-17 11:54:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-03-17 11:54:01 +0000 |
commit | d965d46a96ff199de9e014c9b438543699f4cd6b (patch) | |
tree | 0088330858473f08760c958d667760d0d4fab95c | |
parent | Ok, fix it once more, I swear I won't be doint sh scripts for a while (diff) |
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.
Notes
Notes:
svn path=/head/; revision=104278
-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> |