aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--comms/mgetty+sendfax/Makefile2
-rw-r--r--comms/mgetty+sendfax/files/mgettycfg.in2
-rw-r--r--comms/mgetty+sendfax/pkg-install2
3 files changed, 3 insertions, 3 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
index 9a2ec97e6169..5f577bdf1e4f 100644
--- a/comms/mgetty+sendfax/Makefile
+++ b/comms/mgetty+sendfax/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mgetty
PORTVERSION= 1.1.35
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms
MASTER_SITES= ftp://mgetty.greenie.net/pub/mgetty/source/1.1/
DISTNAME= ${PORTNAME}${PORTVERSION}-Feb22
diff --git a/comms/mgetty+sendfax/files/mgettycfg.in b/comms/mgetty+sendfax/files/mgettycfg.in
index 8e0d3bcf3830..9b76b5a1efcd 100644
--- a/comms/mgetty+sendfax/files/mgettycfg.in
+++ b/comms/mgetty+sendfax/files/mgettycfg.in
@@ -19,7 +19,7 @@ foreach (keys(%var)) {
}
$a = 1;
-$devices = $var{'ports'} ? $var{'ports'} : "cuaa1";
+$devices = $var{'ports'} ? $var{'ports'} : "cuad1";
while ($a) {
$devices = &ask ("list of devices", $devices);
diff --git a/comms/mgetty+sendfax/pkg-install b/comms/mgetty+sendfax/pkg-install
index 8e0d3bcf3830..9b76b5a1efcd 100644
--- a/comms/mgetty+sendfax/pkg-install
+++ b/comms/mgetty+sendfax/pkg-install
@@ -19,7 +19,7 @@ foreach (keys(%var)) {
}
$a = 1;
-$devices = $var{'ports'} ? $var{'ports'} : "cuaa1";
+$devices = $var{'ports'} ? $var{'ports'} : "cuad1";
while ($a) {
$devices = &ask ("list of devices", $devices);