diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 01:48:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 01:48:11 +0000 |
commit | 2d94dc2a57e15ef36ef6232f10f83d7d835ed86f (patch) | |
tree | fa77975e558b22de534bb213b1f0a5ddc6816c02 /java/jboss4 | |
parent | Remove optional dependencies on databases/xbase, which is about to be removed (diff) |
For ports that have an EXPIRATION_DATE which has already passed, but
that have other ports that depend on them, mark the ports that depend
on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
Notes
Notes:
svn path=/head/; revision=283224
Diffstat (limited to 'java/jboss4')
-rw-r--r-- | java/jboss4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/jboss4/Makefile b/java/jboss4/Makefile index 14add5fb1f01..07264eef6417 100644 --- a/java/jboss4/Makefile +++ b/java/jboss4/Makefile @@ -15,10 +15,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Open-source J2EE application server (4.x family) -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2011-09-01 - +# Depended on by mail/jboss-mailservices BROKEN= does not build with new ant +DEPRECATED= BROKEN for more than 6 months +EXPIRATION_DATE= 2011-10-31 LATEST_LINK= jboss4 USE_JAVA= yes |