diff options
author | db <db@FreeBSD.org> | 2016-03-19 06:42:21 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2016-03-19 06:42:21 +0800 |
commit | f7ded6506dd16a0a826f17067c397f48732fa1e0 (patch) | |
tree | 173bdb84b199bb4fa12fce4e9c7e7d22f257845d /comms | |
parent | 43f37051c09878e0a7c48987f847850d63247e74 (diff) | |
download | freebsd-ports-gnome-f7ded6506dd16a0a826f17067c397f48732fa1e0.tar.gz freebsd-ports-gnome-f7ded6506dd16a0a826f17067c397f48732fa1e0.tar.zst freebsd-ports-gnome-f7ded6506dd16a0a826f17067c397f48732fa1e0.zip |
As Jeff's baitisj@pcbsd.org keeps bouncing, replace with a working email
Approved by: baitisj@pcbsd.org via email
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libsdr-gui/Makefile | 4 | ||||
-rw-r--r-- | comms/libsdr/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/libsdr-gui/Makefile b/comms/libsdr-gui/Makefile index 8b175b036274..82c90bc4b5b7 100644 --- a/comms/libsdr-gui/Makefile +++ b/comms/libsdr-gui/Makefile @@ -1,11 +1,11 @@ -# Created by: Jeffrey Baitis <baitisj@pcbsd.org> +# Created by: Jeffrey Baitis <jeff@baitis.net> # $FreeBSD$ PORTNAME= libsdr-gui PORTVERSION= 0.1.0 CATEGORIES= comms hamradio -MAINTAINER= baitisj@pcbsd.org +MAINTAINER= jeff@baitis.net COMMENT= GUI functions (e.g. waterfall) for libsdr library LICENSE= GPLv2 diff --git a/comms/libsdr/Makefile b/comms/libsdr/Makefile index 4f8a6b031880..39fe5efcaec2 100644 --- a/comms/libsdr/Makefile +++ b/comms/libsdr/Makefile @@ -1,11 +1,11 @@ -# Created by: Jeffrey Baitis <baitisj@pcbsd.org> +# Created by: Jeffrey Baitis <jeff@baitis.net> # $FreeBSD$ PORTNAME= libsdr PORTVERSION= 0.1.0 CATEGORIES= comms hamradio -MAINTAINER= baitisj@pcbsd.org +MAINTAINER= jeff@baitis.net COMMENT= Simple software defined radio (SDR) library LICENSE= GPLv2 |