summaryrefslogtreecommitdiff
path: root/comms/rxtx/files/patch-src-gnu-io-CommPortEnumerator.java
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2017-02-09 17:50:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2017-02-09 17:50:06 +0000
commit19a4f0ddb2cb35202cb7fb2d1b30b3401bce9052 (patch)
tree6da50c555bcccbe0eccec3a12762bf36935b4119 /comms/rxtx/files/patch-src-gnu-io-CommPortEnumerator.java
parentUpdate net-mgmt/prometheus to 1.5.1 (diff)
- Added LICENSE
- Fixed patches for portlint - Supressed debug message on RXTXPort:removeEventListener:Exit when not in debug mode - Added java bootstrap class - Updated java source/target directives which will be depreciated in future release, see http://openjdk.java.net/ +jeps/182, and regression tested functionality. PR: 216248 Submitted by: james@elstone.net Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9508
Diffstat (limited to 'comms/rxtx/files/patch-src-gnu-io-CommPortEnumerator.java')
-rw-r--r--comms/rxtx/files/patch-src-gnu-io-CommPortEnumerator.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/rxtx/files/patch-src-gnu-io-CommPortEnumerator.java b/comms/rxtx/files/patch-src-gnu-io-CommPortEnumerator.java
index 876e31b6936f..7ba631e273b2 100644
--- a/comms/rxtx/files/patch-src-gnu-io-CommPortEnumerator.java
+++ b/comms/rxtx/files/patch-src-gnu-io-CommPortEnumerator.java
@@ -1,6 +1,6 @@
---- src/gnu/io/CommPortEnumerator.java.orig 2007-04-26 06:26:05.000000000 +0100
-+++ src/gnu/io/CommPortEnumerator.java 2015-05-11 16:51:34.000000000 +0100
-@@ -69,50 +69,79 @@
+--- src/gnu/io/CommPortEnumerator.java.orig 2007-04-26 05:26:05 UTC
++++ src/gnu/io/CommPortEnumerator.java
+@@ -69,50 +69,79 @@ import java.util.Enumeration;
class CommPortEnumerator implements Enumeration
{
private CommPortIdentifier index;