Mark DEPRECATED. The coda5 ports no longer fetch; the coda6 ports are

almost 2 years out-of-date; none of them compile on 5-STABLE or 6-STABLE
at this point.

Reset maintainer of coda6_* due to no response to questions about status.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2006-07-04 23:19:50 +00:00
parent 0bc560fc74
commit 7e2a23110e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166945
2 changed files with 18 additions and 2 deletions

View File

@ -32,4 +32,13 @@ CONFIGURE_ARGS?= --sysconfdir=${PREFIX}/etc/rc.d
CODA_SUITE?= server
CODA_VERSION?= 5.3.20
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 505000
BROKEN= does not compile
.endif
DEPRECATED= no longer available from mastersite
EXPIRATION_DATE= 2006-10-04
.include <bsd.port.post.mk>

View File

@ -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>