aboutsummaryrefslogtreecommitdiff
path: root/net/coda6_server
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-04 23:19:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-04 23:19:50 +0000
commit7e2a23110eeaca676f93b47f921311dc30ccbbb8 (patch)
tree4cdb04a7df53e4fa6a36f9748ccd1549ff5b51b5 /net/coda6_server
parent0bc560fc746b00fe18f0cc13298ae067a81641d7 (diff)
downloadports-7e2a23110eeaca676f93b47f921311dc30ccbbb8.tar.gz
ports-7e2a23110eeaca676f93b47f921311dc30ccbbb8.zip
Notes
Diffstat (limited to 'net/coda6_server')
-rw-r--r--net/coda6_server/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile
index 98f65d62f7fa..6a7bc511d421 100644
--- a/net/coda6_server/Makefile
+++ b/net/coda6_server/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
PKGNAMESUFFIX= -${CODA_SUITE}
DISTNAME= coda-${PORTVERSION}
-MAINTAINER?= tim@robbins.dropbear.id.au
+MAINTAINER?= ports@FreeBSD.org
COMMENT= Server programs for a replicated high-performance network file system
LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp \
@@ -50,4 +50,11 @@ IGNORE= makes a kernel panic on this version of FreeBSD
.endif
.endif
+.if ${OSVERSION} > 505000
+BROKEN= does not compile
+.endif
+
+DEPRECATED= compiles neither on 5-STABLE nor 6-STABLE; current version is quite old
+EXPIRATION_DATE= 2006-10-04
+
.include <bsd.port.post.mk>