diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-09 09:48:11 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-09 09:48:11 +0800 |
commit | eb1221028bf4fede5dc01dc23b74966d773c049b (patch) | |
tree | 153fb0d88bd6601344c2524ac04cbc8ae17c769d /java | |
parent | a15575996b7a05b74a53ffd92fcd79e396aca6ad (diff) | |
download | freebsd-ports-gnome-eb1221028bf4fede5dc01dc23b74966d773c049b.tar.gz freebsd-ports-gnome-eb1221028bf4fede5dc01dc23b74966d773c049b.tar.zst freebsd-ports-gnome-eb1221028bf4fede5dc01dc23b74966d773c049b.zip |
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.
Diffstat (limited to 'java')
-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 |