Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 11:25:28 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308600 - in head: astro/gpsprune audio/musiccontrol benchmarks/scimark2 biology/artemis biology/jalview cad/electric-ng cad/fidocadj cad/impact cad/opencascade comms/java-commapi comms...
Message-ID:  <201212101125.qBABPSa7099982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Dec 10 11:25:27 2012
New Revision: 308600
URL: http://svnweb.freebsd.org/changeset/ports/308600

Log:
  Decommissioning java 1.5 (EOLed since October 2009):
  suppress any reference to USE_JAVA=	1.5+ (part1)

Modified:
  head/astro/gpsprune/Makefile
  head/audio/musiccontrol/Makefile
  head/benchmarks/scimark2/Makefile
  head/biology/artemis/Makefile
  head/biology/jalview/Makefile
  head/cad/electric-ng/Makefile
  head/cad/fidocadj/Makefile
  head/cad/impact/Makefile
  head/cad/opencascade/Makefile
  head/comms/java-commapi-freebsd/Makefile
  head/comms/java-commapi/Makefile
  head/comms/rxtx/Makefile
  head/devel/antlr/Makefile
  head/devel/antlrworks/Makefile
  head/devel/apache-ant/Makefile
  head/devel/argouml/Makefile
  head/devel/avalon-framework/Makefile
  head/devel/charva/Makefile
  head/devel/doctorj/Makefile
  head/devel/flex-sdk/Makefile
  head/devel/flex-sdk2/Makefile
  head/devel/flex-sdk35/Makefile
  head/devel/flex_compiler_shell/Makefile
  head/devel/flexjson/Makefile
  head/devel/fujaba/Makefile
  head/devel/geoip-java/Makefile
  head/devel/glib-java/Makefile
  head/devel/ireport/Makefile
  head/devel/itext/Makefile
  head/devel/jakarta-commons-configuration/Makefile
  head/devel/jakarta-commons-daemon/Makefile
  head/devel/jakarta-commons-jxpath/Makefile
  head/devel/jakarta-commons-modeler/Makefile
  head/devel/java-util-concurrent/Makefile
  head/devel/javolution/Makefile
  head/devel/jcmdline/Makefile
  head/devel/jenkins/Makefile
  head/devel/jep/Makefile
  head/devel/jiic/Makefile
  head/devel/jsap/Makefile
  head/devel/libgconf-java/Makefile
  head/devel/libglade-java/Makefile
  head/devel/looks/Makefile
  head/devel/maven2/Makefile
  head/devel/maven3/Makefile
  head/devel/netscape-java40/Makefile
  head/devel/obfuscatejs/Makefile
  head/devel/p5-Inline-Java/Makefile
  head/devel/p5-Java/Makefile
  head/devel/pmd/Makefile
  head/devel/py-jcc/Makefile
  head/devel/sabre/Makefile
  head/devel/simian/Makefile
  head/devel/smc/Makefile
  head/devel/statcvs/Makefile
  head/devel/statsvn/Makefile
  head/devel/svnkit/Makefile
  head/devel/swank-clojure/Makefile
  head/devel/tinylaf/Makefile
  head/devel/umlgraph/Makefile

Modified: head/astro/gpsprune/Makefile
==============================================================================
--- head/astro/gpsprune/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/astro/gpsprune/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -17,7 +17,7 @@ NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 
 SUB_FILES=	gpsprune.sh
 SUB_LIST=	JARNAME=${DISTNAME}

Modified: head/audio/musiccontrol/Makefile
==============================================================================
--- head/audio/musiccontrol/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/audio/musiccontrol/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   musiccontrol
-# Date created:        9 june 2003
-# Whom:                Christian Laursen <xi@borderworlds.dk>
-#
+# Created by: Christian Laursen <xi@borderworlds.dk>
 # $FreeBSD$
-#
 
 PORTNAME=	musiccontrol
 PORTVERSION=	0.3
@@ -22,7 +18,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/mpg123:${P
 		${LOCALBASE}/bin/simplemod:${PORTSDIR}/audio/simplemod
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 PLIST_FILES=	share/java/classes/MusicControl-${PORTVERSION}.jar bin/musiccontrol
 

Modified: head/benchmarks/scimark2/Makefile
==============================================================================
--- head/benchmarks/scimark2/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/benchmarks/scimark2/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	scimark2-java
-# Date created:		Sat Apr 05 2003
-# Whom:			thierry@pompo.net
-#
+# Created by: thierry@pompo.net
 # $FreeBSD$
-#
 
 PORTNAME=	scimark2
 PORTVERSION=	2.0
@@ -20,7 +16,7 @@ WRKSRC=		${WRKDIR}
 USE_ZIP=	yes
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NEED_JAVAC=	yes
 JAVAC_OPTS?=	-O
 

Modified: head/biology/artemis/Makefile
==============================================================================
--- head/biology/artemis/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/biology/artemis/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -15,7 +15,7 @@ COMMENT=	A DNA sequence viewer and annot
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 
 NO_BUILD=	yes
 PLIST_SUB=	PORTVERSION="${PORTVERSION}"

Modified: head/biology/jalview/Makefile
==============================================================================
--- head/biology/jalview/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/biology/jalview/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -12,7 +12,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A viewer and editor for multiple sequence alignments
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 USE_ANT=	yes
 ALL_TARGET=	makejars
 WRKSRC=		${WRKDIR}/${PORTNAME}

Modified: head/cad/electric-ng/Makefile
==============================================================================
--- head/cad/electric-ng/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/cad/electric-ng/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,8 +1,4 @@
-# New ports collection makefile for:	electric-ng
-# Date created:		2006-07-14
-# Whom:			Stanislav Sedov <ssedov@mbsd.msk.ru>
-#
-# $MBSDlabs$
+# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
 # $FreeBSD$
 #
 
@@ -21,7 +17,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A sophisticated VLSI design system
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 PLIST_FILES=	%%JAVAJARDIR%%/${JARFILE} \
 		bin/electric-ng

Modified: head/cad/fidocadj/Makefile
==============================================================================
--- head/cad/fidocadj/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/cad/fidocadj/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	fidocadj
-# Date created:		2012-05-02
-# Whom:			Nicola Vitale <nivit@FreeBSD.org>
-#
+# Created by: Nicola Vitale <nivit@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	fidocadj
 PORTVERSION=	0.24
@@ -25,7 +21,7 @@ NO_BUILD=	yes
 
 SUB_FILES=	${PORTNAME}.sh
 
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 USE_JAVA=	yes
 
 OPTIONS_DEFINE=	DOCS
@@ -43,10 +39,8 @@ do-install:
 	${INSTALL_DATA} ${DISTDIR}/${FDCJ_MANUAL} ${DOCSDIR}/
 .endif
 
-.include <bsd.port.pre.mk>
-
 .if ${PORT_OPTIONS:MDOCS}
 DISTFILES+=	${PORTNAME}_manual_en.pdf:docs
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/cad/impact/Makefile
==============================================================================
--- head/cad/impact/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/cad/impact/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	impact
-# Date created:			Mar 4, 2005
-# Whom:				ijliao
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	impact
 PORTVERSION=	0.7.5.3
@@ -18,7 +13,7 @@ COMMENT=	Dynamic Finite Element Program 
 USE_ZIP=	yes
 WRKSRC=		${WRKDIR}/Impact
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/cad/opencascade/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:  opencascade
-# Date created:               29 November 2005
-# Whom:                       Thierry Thomas <thierry@pompo.net>
-#
+# Created by: Thierry Thomas <thierry@pompo.net>
 # $FreeBSD$
-#
 
 PORTNAME=		opencascade
 PORTVERSION=		6.3
@@ -33,7 +29,7 @@ USE_TCL_RUN=	84+
 USE_TCL_THREADS=yes
 USE_JAVA=	yes
 USE_XORG=	xmu
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 #.if defined(MAINTAINER_MODE)
 # linux-sun-jdk was required for 6.1, but 6.2 is OK with diablo-jdk.
 #JAVA_OS=	linux

Modified: head/comms/java-commapi-freebsd/Makefile
==============================================================================
--- head/comms/java-commapi-freebsd/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/comms/java-commapi-freebsd/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	java freebsd-commapi
-# Date created:         2001/07/01
-# Whom:			Ari Suutari <ari.suutari@syncrontech.com>
-#
+# Created by: Ari Suutari <ari.suutari@syncrontech.com>
 # $FreeBSD$
-#
 
 PORTNAME=	java-commapi-freebsd
 PORTVERSION=	0.9
@@ -18,7 +14,7 @@ BUILD_DEPENDS=	${JDKDIR}/jre/lib/ext/com
 RUN_DEPENDS=	${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 JAVA_OS=	native
 JAVA_BUILD=	yes
 

Modified: head/comms/java-commapi/Makefile
==============================================================================
--- head/comms/java-commapi/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/comms/java-commapi/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,6 +1,4 @@
-# New ports collection makefile for:    Java Commapi
-# Date created:		2001/07/01
-# Whom:			Ari Suutari <ari.suutari@syncrontech.com>
+# Created by: Ari Suutari <ari.suutari@syncrontech.com>
 #
 # $FreeBSD$
 #
@@ -17,7 +15,7 @@ COMMENT=	Sun's Java Communications API
 
 USE_ZIP=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 
 NO_CDROM=	Sun has a funky license for this software
 RESTRICTED=	no commercial use

Modified: head/comms/rxtx/Makefile
==============================================================================
--- head/comms/rxtx/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/comms/rxtx/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	rxtx
-# Whom:					Jean-Baptiste Quenot <jb.quenot@caraldi.com>
-# Date Created:				2004-04-10 00:15:35
-#
+# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
 # $FreeBSD$
-#
 
 PORTNAME=	rxtx
 PORTVERSION=	2.2p2
@@ -19,7 +15,7 @@ COMMENT=	Native interface to serial port
 USE_ZIP=	yes
 USE_GMAKE=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 JAVA_OS=	native
 GNU_CONFIGURE=	yes
 

Modified: head/devel/antlr/Makefile
==============================================================================
--- head/devel/antlr/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/antlr/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	antlr
-# Date created:		5 July 2002
-# Whom:			Geoffrey Mainland <mainland@apeiron.net>
-#
+# Created by: Geoffrey Mainland <mainland@apeiron.net>
 # $FreeBSD$
-#
 
 PORTNAME=	antlr
 PORTVERSION=	2.7.7
@@ -19,7 +15,7 @@ CONFLICTS=	pccts-[0-9]*
 
 USE_GMAKE=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 
 OPTIONS_DEFINE=	PYTHON DOCS
 

Modified: head/devel/antlrworks/Makefile
==============================================================================
--- head/devel/antlrworks/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/antlrworks/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:    antlrworks
-# Date created:                         December, 5th 2006
-# Whom:                                 Matthias Sund <m.sund@arcor.de>
-#
+# Created by: Matthias Sund <m.sund@arcor.de>
 # $FreeBSD$
 
 PORTNAME=	antlrworks
@@ -17,7 +14,7 @@ COMMENT=	The ANTLR GUI Development Envir
 NO_BUILD=	yes
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 
 DESKTOP_ENTRIES="ANTLRWorks" \
 	"ANTLR GUI Development Environment" \

Modified: head/devel/apache-ant/Makefile
==============================================================================
--- head/devel/apache-ant/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/apache-ant/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -22,7 +22,7 @@ MANPAGE_DISTFILE=	${PORTNAME}-manpage-${
 MANPAGE_VERSION=	20030908
 USE_BZIP2=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 
 NO_BUILD=	YES
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}

Modified: head/devel/argouml/Makefile
==============================================================================
--- head/devel/argouml/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/argouml/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -25,7 +25,7 @@ RUN_DEPENDS=	java:${PORTSDIR}/java/javav
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 NO_BUILD=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 
 SUB_FILES=	argouml.sh
 SUB_LIST=	JAVA_VERSION=${JAVA_VERSION}

Modified: head/devel/avalon-framework/Makefile
==============================================================================
--- head/devel/avalon-framework/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/avalon-framework/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	avalon-framework
-# Date created:		2004-03-31
-# Whom:			Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
-#
+# Created by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
 # $FreeBSD$
-#
 
 PORTNAME=	avalon-framework
 PORTVERSION=	4.2.0
@@ -16,7 +12,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Apache Avalon core framework for component programming
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}

Modified: head/devel/charva/Makefile
==============================================================================
--- head/devel/charva/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/charva/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,6 +1,4 @@
-# Ports collection makefile for:	charva
-# Date created:			12 December 2006
-# Whom:				Alex Dupre <ale@FreeBSD.org>
+# Created by: Alex Dupre <ale@FreeBSD.org>
 #
 # $FreeBSD$
 #
@@ -20,7 +18,7 @@ RUN_DEPENDS=	${JAVAJARDIR}/commons-loggi
 
 USE_ZIP=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 USE_ANT=	yes
 ALL_TARGET=	clean makeDLL dist
 

Modified: head/devel/doctorj/Makefile
==============================================================================
--- head/devel/doctorj/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/doctorj/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:  doctorj
-# Date created:                   Wed Apr 16, 2003
-# Whom:                           Michael L. Hostbaek (mich@freebsdcluster.org)
-#
+# Created by: Michael L. Hostbaek <mich@freebsdcluster.org>
 # $FreeBSD$
-#
 
 PORTNAME=	doctorj
 PORTVERSION=	5.1.2
@@ -16,7 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A tool for analyzing Java code and documentation
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 USE_ANT=	yes
 
 ALL_TARGET=	jarfile

Modified: head/devel/flex-sdk/Makefile
==============================================================================
--- head/devel/flex-sdk/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/flex-sdk/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Adobe Flex SDK
-# Date created:		18 Oct 2007
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
+# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	flex-sdk
 PORTVERSION=	4.6.0.23201
@@ -19,7 +15,7 @@ RUN_DEPENDS=	javavm:${PORTSDIR}/java/jav
 CONFLICTS=	ja-flex-sdk-2.* flex-sdk-2.* flex-sdk-3.*
 USE_ZIP=	YES
 USE_JAVA=	YES
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 WRKSRC=		${WRKDIR}
 SUB_FILES=	${SCRIPTS:C/\$/.sh/g}
 NO_BUILD=	YES

Modified: head/devel/flex-sdk2/Makefile
==============================================================================
--- head/devel/flex-sdk2/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/flex-sdk2/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Adobe Flex SDK
-# Date created:		18 Oct 2007
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
+# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	flex-sdk
 PORTVERSION=	2.0.1.194515
@@ -23,7 +19,7 @@ CONFLICTS=	ja-flex-sdk-2.* flex-sdk-3.* 
 NO_LATEST_LINK=	YES
 USE_ZIP=	YES
 USE_JAVA=	YES
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 WRKSRC=		${WRKDIR}
 DOWNLOAD_URL=	http://labs.adobe.com/technologies/flex/sdk/flex2sdk.html
 SUB_FILES=	asdoc.sh compc.sh fdb.sh mxmlc.sh

Modified: head/devel/flex-sdk35/Makefile
==============================================================================
--- head/devel/flex-sdk35/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/flex-sdk35/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Adobe Flex SDK
-# Date created:		18 Oct 2007
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
+# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	flex-sdk
 PORTVERSION=	3.5.0.12683
@@ -21,7 +17,7 @@ CONFLICTS=	ja-flex-sdk-2.* flex-sdk-2.* 
 NO_LATEST_LINK=	YES
 USE_ZIP=	YES
 USE_JAVA=	YES
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 WRKSRC=		${WRKDIR}
 SUB_FILES=	${SCRIPTS:C/\$/.sh/g}
 NO_BUILD=	YES

Modified: head/devel/flex_compiler_shell/Makefile
==============================================================================
--- head/devel/flex_compiler_shell/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/flex_compiler_shell/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Flex Compiler Shell
-# Date created:		1 Dec 2007
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
+# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	flex_compiler_shell
 PORTVERSION=	0.20070123
@@ -23,7 +19,7 @@ CONFLICTS=	flex-sdk-3.*
 
 USE_ZIP=	YES
 USE_JAVA=	YES
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 WRKSRC=		${WRKDIR}
 NO_BUILD=	YES
 SUB_FILES=	fcsh

Modified: head/devel/flexjson/Makefile
==============================================================================
--- head/devel/flexjson/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/flexjson/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	FlexJson
-# Date created:			20 Apr 2006
-# Whom:				Nemo Liu <nemoliu@FreeBSD.org>
-#
+# Created by: Nemo Liu <nemoliu@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	flexjson
 PORTVERSION=	1.6
@@ -16,7 +12,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A lightweight Java library to write JSON
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 USE_ZIP=	yes
 

Modified: head/devel/fujaba/Makefile
==============================================================================
--- head/devel/fujaba/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/fujaba/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	Fujaba
-# Date created:			July 14, 2005
-# Whom:				Gerrit Beine (<tux@pinguru.net>)
-#
+# Created by: Gerrit Beine <tux@pinguru.net>
 # $FreeBSD$
-#
 
 PORTNAME=	fujaba
 PORTVERSION=	4.3.2
@@ -19,7 +15,7 @@ RUN_DEPENDS=	java:${PORTSDIR}/java/javav
 
 USE_ZIP=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/Fujaba\ Tool\ Suite\ ${PORTVERSION}
 

Modified: head/devel/geoip-java/Makefile
==============================================================================
--- head/devel/geoip-java/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/geoip-java/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -17,7 +17,7 @@ PKGNAMESUFFIX:=	-java
 USE_ZIP=	YES
 
 USE_JAVA=	YES
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 USE_ANT=	YES
 ALL_TARGET=	jar
 

Modified: head/devel/glib-java/Makefile
==============================================================================
--- head/devel/glib-java/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/glib-java/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:   glib-java
-# Date created:        26 Oct 2005
-# Whom:                Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/devel/glib-java/Makefile,v 1.4 2006/09/14 12:37:40 ahze Exp $
-#
 
 PORTNAME=	glib-java
 PORTVERSION=	0.4.2
@@ -21,7 +17,7 @@ USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 JAVA_OS=	native
 USE_GNOME=	gnomehack glib20
 CONFIGURE_ARGS=	--without-gcj-compile --with-jardir=${JAVAJARDIR}

Modified: head/devel/ireport/Makefile
==============================================================================
--- head/devel/ireport/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/ireport/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ireport
-# Date created:		21 May 2005
-# Whom:			Thierry Thomas <thierry@pompo.net>
-#
+# Created by: Thierry Thomas <thierry@pompo.net>
 # $FreeBSD$
-#
 
 PORTNAME=	ireport
 PORTVERSION=	3.7.6
@@ -17,7 +13,7 @@ COMMENT=	A visual report builder/designe
 RUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 USE_DOS2UNIX=	*.txt
 NO_BUILD=	yes
 

Modified: head/devel/itext/Makefile
==============================================================================
--- head/devel/itext/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/itext/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	itext
-# Date created:			Apr 2, 2004
-# Whom:				ijliao
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	itext
 PORTVERSION=	4.2.0
@@ -26,7 +21,7 @@ RUN_DEPENDS=	${JAVAJARDIR}/bcmail.jar:${
 
 USE_BZIP2=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 USE_ANT=	yes
 ALL_TARGET=	jar jar.rtf jar.rups
 MAKE_ENV=	ANT_INCLUDE_SHARED_JARS=YES

Modified: head/devel/jakarta-commons-configuration/Makefile
==============================================================================
--- head/devel/jakarta-commons-configuration/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/jakarta-commons-configuration/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Jakarta Commons Configuration
-# Date created:				November 22nd, 2005
-# Whom:					Herve Quiroz <hq@FreeBSD.org>
-#
+# Created by: Herve Quiroz <hq@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	commons-configuration
 PORTVERSION=	1.3
@@ -21,7 +17,7 @@ RUN_DEPENDS=	${JAVALIBDIR}/commons-beanu
 		${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 
 .if !defined(NOPORTDOCS)

Modified: head/devel/jakarta-commons-daemon/Makefile
==============================================================================
--- head/devel/jakarta-commons-daemon/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/jakarta-commons-daemon/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   commons-daemon
-# Date created:        9 July 2007
-# Whom:                Ronald Klop <ronald@echteman.nl>
-#
+# Created by: Ronald Klop <ronald@echteman.nl>
 # $FreeBSD$
-#
 
 PORTNAME=	commons-daemon
 PORTVERSION=	1.0.10
@@ -22,7 +18,7 @@ COMMENT=	Wrapper code to start/stop a Ja
 LICENSE=	AL2
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 JAVA_OS=	native
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-java=${JAVA_HOME}

Modified: head/devel/jakarta-commons-jxpath/Makefile
==============================================================================
--- head/devel/jakarta-commons-jxpath/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/jakarta-commons-jxpath/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	Jakarta Commons JXPATH
-# Date created:                         February 08, 2007
-# Whom:                                 Nemo Liu <nemoliu@FreeBSD.org>
-#
+# Created by: Nemo Liu <nemoliu@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	commons-jxpath
 PORTVERSION=	1.3
@@ -17,7 +13,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Utilities for manipulating Java Beans using the XPath syntax
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 
 .include <bsd.port.pre.mk>

Modified: head/devel/jakarta-commons-modeler/Makefile
==============================================================================
--- head/devel/jakarta-commons-modeler/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/jakarta-commons-modeler/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# ports collection makefile for:    Jakarta Commons Modeler
-# Date created:                         February 08, 2007
-# Whom:                                 Nemo Liu <nemoliu@FreeBSD.org>
-#
+# Created by: Nemo Liu <nemoliu@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	commons-modeler
 PORTVERSION=	2.0.1
@@ -17,7 +13,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Mechanisms to create Model MBeans compatible with JMX specification
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 
 .include <bsd.port.pre.mk>

Modified: head/devel/java-util-concurrent/Makefile
==============================================================================
--- head/devel/java-util-concurrent/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/java-util-concurrent/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	java-util-concurrent
-# Date created:				2004-11-19
-# Whom:					Herve Quiroz <hq@FreeBSD.org>
-#
+# Created by: Herve Quiroz <hq@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	util-concurrent
 PORTVERSION=	1.3.4
@@ -17,7 +13,7 @@ MAINTAINER=	hq@FreeBSD.org
 COMMENT=	Utility classes for concurrent Java programming
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 
 USE_ANT=	yes
 ALL_TARGET=	dist

Modified: head/devel/javolution/Makefile
==============================================================================
--- head/devel/javolution/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/javolution/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	javolution
-# Date created:			22 September 2007
-# Whom:				Alex Dupre <ale@FreeBSD.org>
-#
+# Created by: Alex Dupre <ale@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	javolution
 PORTVERSION=	5.5.1
@@ -18,7 +14,7 @@ LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 JDKMVERSION=	${JAVA_PORT_VERSION:C/^([0-9]\.[0-9])(.*)$/\1/}
 USE_ANT=	yes
 ALL_TARGET=	${JDKMVERSION}

Modified: head/devel/jcmdline/Makefile
==============================================================================
--- head/devel/jcmdline/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/jcmdline/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	jcmdline
-# Date created:		22 May 2005
-# Whom:			Thierry Thomas <thierry@pompo.net>
-#
+# Created by: Thierry Thomas <thierry@pompo.net>
 # $FreeBSD$
-#
 
 PORTNAME=	jcmdline
 PORTVERSION=	2.0.0
@@ -14,7 +10,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Java command line processor
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 
 LICENSE=	MPL

Modified: head/devel/jenkins/Makefile
==============================================================================
--- head/devel/jenkins/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/jenkins/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -13,7 +13,7 @@ MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	Open-source continuous integration server
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 
 FETCH_ARGS=	-Fpr
 NO_BUILD=	yes

Modified: head/devel/jep/Makefile
==============================================================================
--- head/devel/jep/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/jep/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	jep
-# Date created:		2005-03-04
-# Whom:			Choe, Cheng-Dae
-#
+# Created by: Choe, Cheng-Dae
 # $FreeBSD$
-#
 
 PORTNAME=	jep
 PORTVERSION=	2.4
@@ -18,7 +14,7 @@ CONFIGURE_ENV=	JAVA_HOME=${JAVA_HOME}
 MAKE_ENV=	JAVA_HOME=${JAVA_HOME}
 CONFIGURE_ARGS=	--prefix=${PREFIX} --exec-prefix=${PREFIX}
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 USE_PYTHON=	2.2+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/devel/jiic/Makefile
==============================================================================
--- head/devel/jiic/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/jiic/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -21,7 +21,7 @@ LICENSE=	LGPL21
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 USE_ANT=	yes
 MAKE_ENV=	ANT_INCLUDE_SHARED_JARS=YES
 ALL_TARGET=	jar

Modified: head/devel/jsap/Makefile
==============================================================================
--- head/devel/jsap/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/jsap/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -16,7 +16,7 @@ MAINTAINER=	hq@FreeBSD.org
 COMMENT=	Java package to parse command-line arguments
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 
 .if !defined(NOPORTDOCS)

Modified: head/devel/libgconf-java/Makefile
==============================================================================
--- head/devel/libgconf-java/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/libgconf-java/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:   libgconf-java
-# Date created:        09 January 2004
-# Whom:                Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/devel/libgconf-java/Makefile,v 1.9 2005/10/29 22:06:05 marcus Exp $
-#
 
 PORTNAME=	libgconf-java
 PORTVERSION=	2.12.6
@@ -24,7 +20,7 @@ USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 JAVA_OS=	native
 USE_GNOME=	gnomehack gconf2
 CONFIGURE_ARGS=	--without-gcj-compile --with-jardir=${JAVAJARDIR}

Modified: head/devel/libglade-java/Makefile
==============================================================================
--- head/devel/libglade-java/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/libglade-java/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:   libglade-java
-# Date created:        28 February 2004
-# Whom:                Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/devel/libglade-java/Makefile,v 1.8 2005/10/29 22:06:06 marcus Exp $
-#
 
 PORTNAME=	libglade-java
 PORTVERSION=	2.12.8
@@ -26,7 +22,7 @@ USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 JAVA_OS=	native
 USE_GNOME=	gnomehack libglade2
 CONFIGURE_ARGS=	--without-gcj-compile --with-jardir=${JAVAJARDIR}

Modified: head/devel/looks/Makefile
==============================================================================
--- head/devel/looks/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/looks/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	looks
-# Date created:		22 May 2005
-# Whom:			Thierry Thomas <thierry@pompo.net>
-#
+# Created by: Thierry Thomas <thierry@pompo.net>
 # $FreeBSD$
-#
 
 PORTNAME=	looks
 PORTVERSION=	2.0.4
@@ -20,7 +16,7 @@ EXPIRATION_DATE=	2012-10-20
 
 USE_ZIP=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/devel/maven2/Makefile
==============================================================================
--- head/devel/maven2/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/maven2/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	maven2
-# Date created:				18 August 2005
-# Whom:					Herve Quiroz <hq@FreeBSD.org>
-#
+# Created by: Herve Quiroz <hq@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	maven2
 DISTVERSION=	2.2.1
@@ -19,7 +15,7 @@ COMMENT=	Java project management tool, 2
 RUN_DEPENDS=	mvn:${PORTSDIR}/devel/maven-wrapper
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 SUB_FILES=	m2.sh

Modified: head/devel/maven3/Makefile
==============================================================================
--- head/devel/maven3/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/maven3/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	maven3
-# Date created:		2011-08-24
-# Whom:			Herve Quiroz <hq@FreeBSD.org>
-#
+# Created by: Herve Quiroz <hq@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	maven3
 DISTVERSION=	3.0.4
@@ -20,7 +16,7 @@ LICENSE=	AL2
 RUN_DEPENDS=	mvn:${PORTSDIR}/devel/maven-wrapper
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 WRKSRC=		${WRKDIR}/apache-maven-${DISTVERSION}

Modified: head/devel/netscape-java40/Makefile
==============================================================================
--- head/devel/netscape-java40/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/netscape-java40/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	netscape-java40
-# Date created:		25 January 2006
-# Whom:			Thierry Thomas <thierry@pompo.net>
-#
+# Created by: Thierry Thomas <thierry@pompo.net>
 # $FreeBSD$
-#
 
 PORTNAME=	netscape-java40
 PORTVERSION=	1999.11.15
@@ -17,7 +13,7 @@ MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Classes to allow a Java applet access to JavaScript objects
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 
 JARFILES=	java40.jar LICENSE.java40.txt

Modified: head/devel/obfuscatejs/Makefile
==============================================================================
--- head/devel/obfuscatejs/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/obfuscatejs/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	obfuscatejs
-# Date created:		2006-04-21
-# Whom:			Nicola Vitale	<nivit@email.it>
-#
+# Created by: Nicola Vitale	<nivit@email.it>
 # $FreeBSD$
-#
 
 PORTNAME=	obfuscatejs
 PORTVERSION=	0.3.6
@@ -24,7 +20,7 @@ RUN_DEPENDS=	java:${PORTSDIR}/java/javav
 
 NO_BUILD=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 
 SUB_FILES=	${PORTNAME}
 SUB_LIST=	OBFUSCATEJSJAR=${DATADIR}/${OBFUSCATEJSJAR}

Modified: head/devel/p5-Inline-Java/Makefile
==============================================================================
--- head/devel/p5-Inline-Java/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/p5-Inline-Java/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	Inline::Java
-# Date created:			Aug 15, 2002
-# Whom:				ijliao
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Inline-Java
 PORTVERSION=	0.53
@@ -20,7 +15,7 @@ BUILD_DEPENDS=	p5-Inline>=0.44:${PORTSDI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_JAVA=       yes
-JAVA_VERSION=   1.5+
+JAVA_VERSION=   1.6+
 JAVA_OS=        native
 
 MAKE_JOBS_UNSAFE=	yes

Modified: head/devel/p5-Java/Makefile
==============================================================================
--- head/devel/p5-Java/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/p5-Java/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Java
-# Date Created:				27 January 2006
-# Whom:					Simun Mikecin <numisemis@yahoo.com>
-#
+# Created by: Simun Mikecin <numisemis@yahoo.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Java
 PORTVERSION=	4.7
@@ -18,7 +14,7 @@ COMMENT=	Perl extension for accessing a 
 USE_RC_SUBR=	javaserver
 PERL_CONFIGURE=	YES
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6+
 
 MAN3=		Java.3 JavaArray.3
 

Modified: head/devel/pmd/Makefile
==============================================================================
--- head/devel/pmd/Makefile	Mon Dec 10 11:06:14 2012	(r308599)
+++ head/devel/pmd/Makefile	Mon Dec 10 11:25:27 2012	(r308600)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pmd
-# Date created:				2006-06-07
-# Whom:	      				Alex Varju <freebsd-ports@varju.ca>
-#
+# Created by: Alex Varju <freebsd-ports@varju.ca>
 # $FreeBSD$
-#
 

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212101125.qBABPSa7099982>