diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2015-06-28 03:34:48 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2015-06-28 03:34:48 +0800 |
commit | a67b50b47e9380a58f8be2f2e9ec4c86811b8631 (patch) | |
tree | 6edeee1213d856d40b2e389bfb639be97842f67d /comms | |
parent | 232c42f59c0377c3e9a454bc572d92ff7ddd1d19 (diff) | |
download | freebsd-ports-gnome-a67b50b47e9380a58f8be2f2e9ec4c86811b8631.tar.gz freebsd-ports-gnome-a67b50b47e9380a58f8be2f2e9ec4c86811b8631.tar.zst freebsd-ports-gnome-a67b50b47e9380a58f8be2f2e9ec4c86811b8631.zip |
comms/rxtx: pass maintainer to submitter
550 5.1.1 <mirror176@cox.net> invalid recipient
Requested by: Submitter
Diffstat (limited to 'comms')
-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 a849bc7a31a0..66031f8c8dcf 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://rxtx.qbang.org/pub/rxtx/ \ PKGNAMESUFFIX= -${JAVA_PORT:S/java\///} DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} -MAINTAINER= mirror176@cox.net +MAINTAINER= james@elstone.net COMMENT= Native interface to serial ports in Java USES= gmake libtool zip |