diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-10 21:43:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-10 21:43:43 +0800 |
commit | df5a796633ee6560f64caf12574c554e0cdbb659 (patch) | |
tree | 8f8068d6ce0708a3892bc9e9b0f0f44e174dfbbc /science | |
parent | 62db6380f8cfd8aa33a4a16d2ddae336f67c9745 (diff) | |
download | freebsd-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 'science')
-rw-r--r-- | science/colt/Makefile | 8 | ||||
-rw-r--r-- | science/devisor/Makefile | 8 | ||||
-rw-r--r-- | science/jmol/Makefile | 2 | ||||
-rw-r--r-- | science/ovt/Makefile | 8 |
4 files changed, 7 insertions, 19 deletions
diff --git a/science/colt/Makefile b/science/colt/Makefile index 98eda3920e98..a38f33d4f642 100644 --- a/science/colt/Makefile +++ b/science/colt/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: colt -# Date created: April 19, 2008 -# Whom: Wen heping <wenheping@gmail.com> -# +# Created by: Wen heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= colt PORTVERSION= 1.2.0 @@ -15,7 +11,7 @@ MAINTAINER= wenheping@gmail.com COMMENT= Java package for scalable scientific and technical computing USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ WRKSRC= ${WRKDIR}/${PORTNAME} .if !defined(WITHOUT_COMPILE) diff --git a/science/devisor/Makefile b/science/devisor/Makefile index 97f1c3efc646..f8f0705f4bc7 100644 --- a/science/devisor/Makefile +++ b/science/devisor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: DeViSoR -# Date created: Jan. 2005 -# Whom: Pedro F. Giffuni -# +# Created by: Pedro F. Giffuni # $FreeBSD$ -# PORTNAME= devisor PORTVERSION= 2.1 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Design and Visualization Software Resource for FeatFlow USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes # Sources are available though SUB_FILES= devisorgrid.sh diff --git a/science/jmol/Makefile b/science/jmol/Makefile index c97af875dfa3..c656d20cc6df 100644 --- a/science/jmol/Makefile +++ b/science/jmol/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An Open-Source Java Viewer for Chemical Structures in 3D USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} JMOL_FILES= Jmol.jar JmolApplet.jar JmolApplet0.jar \ JmolApplet0_Console.jar \ diff --git a/science/ovt/Makefile b/science/ovt/Makefile index adc0e2a4dcb3..ca3a95876d63 100644 --- a/science/ovt/Makefile +++ b/science/ovt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ovt -# Date created: 16 Sept 2003 -# Whom: Mykola Khotyaintsev <ko@nest.irfu.se> -# +# Created by: Mykola Khotyaintsev <ko@nest.irfu.se> # $FreeBSD$ -# PORTNAME= ovt PORTVERSION= 2.3 @@ -26,7 +22,7 @@ GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native CONFIGURE_ARGS= --with-jdk=${JAVA_HOME} |