svn commit: r555631 - head/java/apache-commons-beanutils/files

Max Brazhnikov makc at FreeBSD.org
Wed Nov 18 11:15:54 UTC 2020


Author: makc
Date: Wed Nov 18 11:15:53 2020
New Revision: 555631
URL: https://svnweb.freebsd.org/changeset/ports/555631

Log:
  java/apache-commons-beanutils: fix build with modern JDK

Added:
  head/java/apache-commons-beanutils/files/
  head/java/apache-commons-beanutils/files/patch-build.xml   (contents, props changed)

Added: head/java/apache-commons-beanutils/files/patch-build.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/apache-commons-beanutils/files/patch-build.xml	Wed Nov 18 11:15:53 2020	(r555631)
@@ -0,0 +1,15 @@
+--- build.xml.orig	2020-11-17 15:42:56 UTC
++++ build.xml
+@@ -62,10 +62,10 @@
+ 
+ 
+   <!-- Compiler source JDK version -->
+-  <property name="compile.source"          value="1.5"/>
++  <property name="compile.source"          value="1.6"/>
+ 
+   <!-- Compiler target JDK version -->
+-  <property name="compile.target"          value="1.5"/>
++  <property name="compile.target"          value="1.6"/>
+ 
+   <!-- Should Java compilations set the 'debug' compiler option? -->
+   <property name="compile.debug"           value="true"/>


More information about the svn-ports-all mailing list