diff options
author | rene <rene@FreeBSD.org> | 2011-06-28 22:21:12 +0000 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-06-28 22:21:12 +0000 |
commit | a8f9f413fa6d3f495e228059c8d363647362ba63 (patch) | |
tree | 411ff69dacacbc1821d645390918eb26b212c119 | |
parent | 90ddaef55a37218958a3ae06704493da9ebb8aae (diff) | |
download | FreeBSD-ports-a8f9f413fa6d3f495e228059c8d363647362ba63.zip FreeBSD-ports-a8f9f413fa6d3f495e228059c8d363647362ba63.tar.gz |
These ports depend on deprecated Java 1.4, set them to expire in one month.
-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 90185f4..4b1d4a2 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 a74e22d..115f7a0 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 5cfeb96d..56a6ce2 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 |