diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:18:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:18:28 +0000 |
commit | 7c354b1913f01af4543a3be2745370660e7153e4 (patch) | |
tree | 46951eebc3f0fab0c5354d48cdafd62a5f90147d /editors | |
parent | 1dc6a664e3eb746710f5b332ceb06be47ffacbe0 (diff) | |
download | ports-7c354b1913f01af4543a3be2745370660e7153e4.tar.gz ports-7c354b1913f01af4543a3be2745370660e7153e4.zip |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2)
Notes
Notes:
svn path=/head/; revision=308604
Diffstat (limited to 'editors')
-rw-r--r-- | editors/drjava/Makefile | 8 | ||||
-rw-r--r-- | editors/jext/Makefile | 8 | ||||
-rw-r--r-- | editors/openoffice-3/Makefile | 6 | ||||
-rw-r--r-- | editors/treeform/Makefile | 8 | ||||
-rw-r--r-- | editors/xxe/Makefile | 2 |
5 files changed, 8 insertions, 24 deletions
diff --git a/editors/drjava/Makefile b/editors/drjava/Makefile index 2daa2a6e0fd4..e86e83627305 100644 --- a/editors/drjava/Makefile +++ b/editors/drjava/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: drjava -# Date created: 2006-04-13 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= drjava DISTVERSION= 20100913-r5387 @@ -19,7 +15,7 @@ COMMENT= A lightweight IDE for writing Java programs NO_BUILD= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ SUB_FILES= ${PORTNAME} SUB_LIST= DRJAVAJAR=${DRJAVAJAR} diff --git a/editors/jext/Makefile b/editors/jext/Makefile index ce29d7b5f9d7..e57d2720bfc9 100644 --- a/editors/jext/Makefile +++ b/editors/jext/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jext -# Date created: 17 Febrary 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jext PORTVERSION= 3.0.2 @@ -15,7 +11,7 @@ MAINTAINER= vd@FreeBSD.org COMMENT= Powerful 100% pure Java text editor USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_WRKSUBDIR= yes USE_XORG= x11 NO_BUILD= yes diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 357b2bc41512..78fc3839977c 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Apache OpenOffice -# Date created: 28 February 2002 -# Whom: Martin Blapp -# +# Created by: Martin Blapp # $FreeBSD$ -# PORTNAME= apache-openoffice PORTVERSION= 3.4.1 diff --git a/editors/treeform/Makefile b/editors/treeform/Makefile index 374b4f8c6da4..55c5e0c80b25 100644 --- a/editors/treeform/Makefile +++ b/editors/treeform/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: treeform -# Date created: 3 July 2007 -# Whom: buganini@gmail.com -# +# Created by: buganini@gmail.com # $FreeBSD$ -# PORTNAME= treeform PORTVERSION= 1.0.3 @@ -17,7 +13,7 @@ COMMENT= A Linguistic Syntax/Semantics tree drawing editor USE_ZIP= yes NO_BUILD= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ SUB_FILES= treeform WRKSRC= ${WRKDIR}/TreeForm diff --git a/editors/xxe/Makefile b/editors/xxe/Makefile index f9c0525442df..c0506c77bd33 100644 --- a/editors/xxe/Makefile +++ b/editors/xxe/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Validating XML editor featuring a word processor-like view USE_JAVA= YES -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= YES RESTRICTED= Licensee may not distribute the software, evaluation edition |