diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-04 23:17:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-04 23:17:23 +0800 |
commit | a865acba4b1129c3f436d9bd0444306473d95edd (patch) | |
tree | 07f7f85ef81aef1560374f71081954de37f94992 /comms/rxtx/Makefile | |
parent | 6ed70086e31fe462465497802e220f821acc69aa (diff) | |
download | freebsd-ports-graphics-a865acba4b1129c3f436d9bd0444306473d95edd.tar.gz freebsd-ports-graphics-a865acba4b1129c3f436d9bd0444306473d95edd.tar.zst freebsd-ports-graphics-a865acba4b1129c3f436d9bd0444306473d95edd.zip |
- Update list of supported serial ports in RXTX library
PR: 140187
Submitted by: Brian Williamson <bwilliamson@bex.net>
Diffstat (limited to 'comms/rxtx/Makefile')
-rw-r--r-- | comms/rxtx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index 68c0237965d..9fed6facbfa 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -7,7 +7,7 @@ PORTNAME= rxtx PORTVERSION= 2.1.7r2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms java MASTER_SITES= ftp://jarvi.dsl.frii.com/pub/rxtx/ PKGNAMESUFFIX= -${JAVA_PORT:S/java\///} |