aboutsummaryrefslogtreecommitdiff
path: root/mail/davmail
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2015-07-20 06:31:20 +0000
committerGreg Lewis <glewis@FreeBSD.org>2015-07-20 06:31:20 +0000
commit0fb2d69d9fe77b2994e9f7ae9c330ef4cc0f0ec5 (patch)
tree2683d46521a8281b47d836de35b965dfe3710b7e /mail/davmail
parent1eaf95447f703c6f444ddf9d761af0d76e7cc486 (diff)
downloadports-0fb2d69d9fe77b2994e9f7ae9c330ef4cc0f0ec5.tar.gz
ports-0fb2d69d9fe77b2994e9f7ae9c330ef4cc0f0ec5.zip
. Fix the build for Java 8.
PR: 201347 Approved by: Maintainer timeout
Notes
Notes: svn path=/head/; revision=392549
Diffstat (limited to 'mail/davmail')
-rw-r--r--mail/davmail/files/patch-build.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/mail/davmail/files/patch-build.xml b/mail/davmail/files/patch-build.xml
index 9bd8df1e8b33..1026b3728346 100644
--- a/mail/davmail/files/patch-build.xml
+++ b/mail/davmail/files/patch-build.xml
@@ -1,6 +1,14 @@
---- build.xml.orig 2015-05-23 02:27:12 UTC
-+++ build.xml
-@@ -59,7 +59,7 @@
+--- build.xml.orig 2015-07-04 15:28:32.000000000 -0700
++++ build.xml 2015-07-04 15:28:59.000000000 -0700
+@@ -26,6 +26,7 @@
+ <or>
+ <equals arg1="${ant.java.version}" arg2="1.6"/>
+ <equals arg1="${ant.java.version}" arg2="1.7"/>
++ <equals arg1="${ant.java.version}" arg2="1.8"/>
+ </or>
+ </condition>
+
+@@ -59,7 +60,7 @@
</target>
<target name="defaultrelease" unless="is.svn">