aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-12-10 21:43:43 +0800
committerbapt <bapt@FreeBSD.org>2012-12-10 21:43:43 +0800
commitdf5a796633ee6560f64caf12574c554e0cdbb659 (patch)
tree8f8068d6ce0708a3892bc9e9b0f0f44e174dfbbc /sysutils
parent62db6380f8cfd8aa33a4a16d2ddae336f67c9745 (diff)
downloadfreebsd-ports-gnome-df5a796633ee6560f64caf12574c554e0cdbb659.tar.gz
freebsd-ports-gnome-df5a796633ee6560f64caf12574c554e0cdbb659.tar.zst
freebsd-ports-gnome-df5a796633ee6560f64caf12574c554e0cdbb659.zip
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/jdiskreport/Makefile2
-rw-r--r--sysutils/sge60/Makefile8
-rw-r--r--sysutils/sge61/Makefile8
3 files changed, 5 insertions, 13 deletions
diff --git a/sysutils/jdiskreport/Makefile b/sysutils/jdiskreport/Makefile
index 35fb8fe2aef1..729b53f1f5f8 100644
--- a/sysutils/jdiskreport/Makefile
+++ b/sysutils/jdiskreport/Makefile
@@ -14,7 +14,7 @@ RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper
USE_ZIP= YES
USE_JAVA= YES
-JAVA_VERSION= 1.5+
+JAVA_VERSION= 1.6+
PLIST_SUB= JDISKDIR=${JDISKDIR:S,${PREFIX}/,,g}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
diff --git a/sysutils/sge60/Makefile b/sysutils/sge60/Makefile
index d059aa3aca98..d5791f771dc1 100644
--- a/sysutils/sge60/Makefile
+++ b/sysutils/sge60/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: sge
-# Date created: Fri Jul 11, 2003
-# Whom: Brooks Davis <brooks@FreeBSD.org>
-#
+# Created by: Brooks Davis <brooks@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= sge
PORTVERSION= ${SGE_VERSION}
@@ -95,7 +91,7 @@ PLIST_SUB+= BDB_SPOOL="@comment "
.if defined(WITH_JAVA)
USE_JAVA= yes
-JAVA_VERSION= 1.5+
+JAVA_VERSION= 1.6+
JAVA_OS= native
JAVA_BUILD= jdk
JAVA_RUN= jre
diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile
index e02a7c6fea41..ebf283052216 100644
--- a/sysutils/sge61/Makefile
+++ b/sysutils/sge61/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: sge
-# Date created: Fri Jul 11, 2003
-# Whom: Brooks Davis <brooks@FreeBSD.org>
-#
+# Created by: Brooks Davis <brooks@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= sge
PORTVERSION= ${SGE_VERSION}
@@ -100,7 +96,7 @@ PLIST_SUB+= BDB_SPOOL="@comment "
.if defined(WITH_JAVA)
USE_JAVA= yes
-JAVA_VERSION= 1.5+
+JAVA_VERSION= 1.6+
PLIST_SUB+= DRMAA=
CATEGORIES+= java
.else