aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-01-04 18:26:12 +0800
committerlinimon <linimon@FreeBSD.org>2010-01-04 18:26:12 +0800
commit24aeada7433c6fc6fa1fbc1190e88d1b8b63d33a (patch)
tree625b61657fd6ee3d89d867238c8667bc36c53f53
parent2690208b57cb7cd40f8751478bc4da83a81967e6 (diff)
downloadfreebsd-ports-gnome-24aeada7433c6fc6fa1fbc1190e88d1b8b63d33a.tar.gz
freebsd-ports-gnome-24aeada7433c6fc6fa1fbc1190e88d1b8b63d33a.tar.zst
freebsd-ports-gnome-24aeada7433c6fc6fa1fbc1190e88d1b8b63d33a.zip
Reset maintainer (who is also upstream author) at his request. This code
needs to be updated to work with the new USB stack. While here, set for deprecation (with long cycle) and fix WWW site.
-rw-r--r--misc/ezload/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/ezload/Makefile b/misc/ezload/Makefile
index bcd2f8c401c2..117e61253e1d 100644
--- a/misc/ezload/Makefile
+++ b/misc/ezload/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://proj.bpsw.biz/ezload/downloads/
-MAINTAINER= bahamasfranks@gmail.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Firmware down/uploader for Cypress' EZ-USB chip
MAN1= ezupload.1 ezdownload.1 aw.1
@@ -25,4 +25,7 @@ MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" MKDIR="${MKDIR}" INS
BROKEN= does not build
.endif
+DEPRECATED= does not build with new USB stack in 8-STABLE
+EXPIRATION_DATE= 2010-04-04
+
.include <bsd.port.post.mk>