aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>