diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-23 20:00:02 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-23 20:00:02 +0000 |
commit | 5cb3fdccc5b2553a9dfe36d2ead99fa1c6a1cfa7 (patch) | |
tree | a9b69d96b440895b35cc48c8779b65be6032f754 /misc/upclient | |
parent | d053d6ed74d1d11e0881fb478c4c57a60d197d46 (diff) | |
download | ports-5cb3fdccc5b2553a9dfe36d2ead99fa1c6a1cfa7.tar.gz ports-5cb3fdccc5b2553a9dfe36d2ead99fa1c6a1cfa7.zip |
Notes
Diffstat (limited to 'misc/upclient')
-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 7752bfa110bd..dda524ef3ecc 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 |