aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-01-04 18:26:12 +0800
committerMark Linimon <linimon@FreeBSD.org>2010-01-04 18:26:12 +0800
commit5f341f4004b1ab527a845c38d5e507334cb64dd9 (patch)
treeb3f04cfcccf0f2e334736b7350f8b2e11d2508e5 /misc
parentc75c4f7ffac27f5555793731e0c015f22b755d1a (diff)
downloadfreebsd-ports-gnome-5f341f4004b1ab527a845c38d5e507334cb64dd9.tar.gz
freebsd-ports-gnome-5f341f4004b1ab527a845c38d5e507334cb64dd9.tar.zst
freebsd-ports-gnome-5f341f4004b1ab527a845c38d5e507334cb64dd9.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.
Diffstat (limited to 'misc')
-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>