From owner-svn-ports-all@FreeBSD.ORG Fri Jun 6 17:52:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50654966; Fri, 6 Jun 2014 17:52:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DE9C2CE9; Fri, 6 Jun 2014 17:52:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56HqZwe060992; Fri, 6 Jun 2014 17:52:35 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56HqZZY060991; Fri, 6 Jun 2014 17:52:35 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201406061752.s56HqZZY060991@svn.freebsd.org> From: Steve Wills Date: Fri, 6 Jun 2014 17:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356826 - head/math/jakarta-commons-math3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 17:52:35 -0000 Author: swills Date: Fri Jun 6 17:52:34 2014 New Revision: 356826 URL: http://svnweb.freebsd.org/changeset/ports/356826 QAT: https://qat.redports.org/buildarchive/r356826/ Log: - Doesn't actually build with OpenJDK 1.7, so mark it as 1.6 only With hat: portmgr@ Modified: head/math/jakarta-commons-math3/Makefile Modified: head/math/jakarta-commons-math3/Makefile ============================================================================== --- head/math/jakarta-commons-math3/Makefile Fri Jun 6 17:50:28 2014 (r356825) +++ head/math/jakarta-commons-math3/Makefile Fri Jun 6 17:52:34 2014 (r356826) @@ -20,7 +20,7 @@ LICENSE= APACHE20 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.6 USE_ANT= yes ALL_TARGET= jar