From owner-svn-ports-head@FreeBSD.ORG Thu Mar 21 21:02:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 35F0AAB4; Thu, 21 Mar 2013 21:02:12 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 28391AAD; Thu, 21 Mar 2013 21:02:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2LL2BfV026855; Thu, 21 Mar 2013 21:02:11 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2LL2Baw026854; Thu, 21 Mar 2013 21:02:11 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201303212102.r2LL2Baw026854@svn.freebsd.org> From: Pawel Pekala Date: Thu, 21 Mar 2013 21:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314874 - head/games/robocode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 21:02:12 -0000 Author: pawel Date: Thu Mar 21 21:02:11 2013 New Revision: 314874 URL: http://svnweb.freebsd.org/changeset/ports/314874 Log: Bump java version, no more 1.5 in ports Noticed by: jgh@ Modified: head/games/robocode/Makefile Modified: head/games/robocode/Makefile ============================================================================== --- head/games/robocode/Makefile Thu Mar 21 20:43:14 2013 (r314873) +++ head/games/robocode/Makefile Thu Mar 21 21:02:11 2013 (r314874) @@ -18,7 +18,7 @@ LICENSE= EPL USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_EXTRACT= yes JAVA_RUN= yes NO_WRKSUBDIR= yes