diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-08-23 20:00:02 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-08-23 20:00:02 +0000 |
commit | 4a4afb317e17f4914f639af64c9ddcb46d25955b (patch) | |
tree | f7b75cdc5195b14c2cb4b4c861f7b2209439b477 | |
parent | 3cebc3416e19af7faa0ab0dd1f5feb2104255c1e (diff) | |
download | FreeBSD-ports-4a4afb317e17f4914f639af64c9ddcb46d25955b.zip FreeBSD-ports-4a4afb317e17f4914f639af64c9ddcb46d25955b.tar.gz |
Mark Broken due to "extended vacation" of project
PR: 29945
Submitted by: maintainer
-rw-r--r-- | misc/upclient/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile index 7752bfa..dda524e 100644 --- a/misc/upclient/Makefile +++ b/misc/upclient/Makefile @@ -7,6 +7,7 @@ PORTNAME= upclient PORTVERSION= 4.2.1.21 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://uptimes.atomicvoid.net/files/ \ ftp://ftp.uptimes.net/pub/uptimes/ \ @@ -14,6 +15,11 @@ MASTER_SITES= http://uptimes.atomicvoid.net/files/ \ MAINTAINER= clefevre@redirect.to +BROKEN= The 'uptime' project is closed for an undetermined period of \ + time. You are advised to shutdown your uptime client until \ + the new version is ready. See http://www.uptimes.net/ for \ + details. + ALL_TARGET= bsd BUILD_WRKSRC= ${WRKSRC}/src |