diff options
-rw-r--r-- | devel/colorer/Makefile | 3 | ||||
-rw-r--r-- | java/jboss3/Makefile | 3 | ||||
-rw-r--r-- | textproc/galax/Makefile | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/devel/colorer/Makefile b/devel/colorer/Makefile index 90185f40bc3b..4b1d4a2b0f47 100644 --- a/devel/colorer/Makefile +++ b/devel/colorer/Makefile @@ -16,6 +16,9 @@ DISTNAME= Colorer-take5.beta2 MAINTAINER= ports@FreeBSD.org COMMENT= A syntax highlighting and text parsing library +DEPRECATED= Depends on deprecated Java 1.4 +EXPIRATION_DATE=2011-07-28 + BUILD_DEPENDS= fop:${PORTSDIR}/textproc/fop \ ${LOCALBASE}/share/xsl/docbook/catalog:${PORTSDIR}/textproc/docbook-xsl \ ${LOCALBASE}/share/docbook-xsd/docbook.xsd:${PORTSDIR}/textproc/docbook-xsd \ diff --git a/java/jboss3/Makefile b/java/jboss3/Makefile index a74e22d98c61..115f7a0ed8fa 100644 --- a/java/jboss3/Makefile +++ b/java/jboss3/Makefile @@ -14,6 +14,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= JBoss 3.x, an open-source J2EE application server +DEPRECATED= Depends on expired Java 1.4 +EXPIRATION_DATE=2011-07-28 + LATEST_LINK= jboss3 USE_JAVA= yes JAVA_VERSION= 1.4 diff --git a/textproc/galax/Makefile b/textproc/galax/Makefile index 5cfeb96d4004..56a6ce2b73e8 100644 --- a/textproc/galax/Makefile +++ b/textproc/galax/Makefile @@ -15,6 +15,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Galax is a full-featured, fully compliant implementation of XQuery BROKEN= Does not fetch +DEPRECATED= Depends on expired Java 1.4 +EXPIRATION_DATE=2011-07-28 BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml |