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 /net-im | |
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 'net-im')
-rw-r--r-- | net-im/convey/Makefile | 8 | ||||
-rw-r--r-- | net-im/mercury/Makefile | 8 | ||||
-rw-r--r-- | net-im/openfire-devel/Makefile | 8 | ||||
-rw-r--r-- | net-im/openfire/Makefile | 8 |
4 files changed, 8 insertions, 24 deletions
diff --git a/net-im/convey/Makefile b/net-im/convey/Makefile index d42b0a4ad4ba..5ddcf84941f5 100644 --- a/net-im/convey/Makefile +++ b/net-im/convey/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: convey -# Date created: 2005-07-18 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= convey PORTVERSION= 0.3 @@ -21,7 +17,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USE_ANT= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ MAKE_ARGS= -quiet diff --git a/net-im/mercury/Makefile b/net-im/mercury/Makefile index e79c0f4948df..5fa374221df8 100644 --- a/net-im/mercury/Makefile +++ b/net-im/mercury/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mercury -# Date created: 1 May 2005 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= mercury DISTVERSION= 2.0${RCVER:U} @@ -26,7 +22,7 @@ RCVER= rc8a USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes JMF_JARS= customizer jmf mediaplayer multiplayer diff --git a/net-im/openfire-devel/Makefile b/net-im/openfire-devel/Makefile index 09743e2898de..ef5fe13bbe6b 100644 --- a/net-im/openfire-devel/Makefile +++ b/net-im/openfire-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openfire-devel -# Date created: 24 January 2011 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= openfire DISTVERSION= 3.7.0.beta @@ -24,7 +20,7 @@ CONFLICTS= openfire-[0-9]* USE_LDCONFIG= yes USE_ANT= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ CONFLICTS= wildfire-[0-9]* diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index 70a49722d2d6..e51303bef68b 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openfire -# Date created: 2006-11-12 -# Whom: Nikolay Pavlov <qpadla@gmail.com> -# +# Created by: Nikolay Pavlov <qpadla@gmail.com> # $FreeBSD$ -# PORTNAME= openfire PORTVERSION= 3.7.1 @@ -23,7 +19,7 @@ USE_ZIP= yes USE_LDCONFIG= yes USE_ANT= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ CONFLICTS= wildfire-[0-9]* |