diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-06 10:51:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-06 10:51:56 +0000 |
commit | 2513dee6c106dd2bea4d2503e4960e1e94697124 (patch) | |
tree | 237d29c30211a2c3887a2eb71405cd7f73b176da /comms | |
parent | e62ae7de6aac428b2ee4c73715ced60a8e33bb08 (diff) | |
download | pkgsrc-2513dee6c106dd2bea4d2503e4960e1e94697124.tar.gz |
Update to 1.53:
1.53 Thu Apr 01 13:49:00 CET 2010
- ***CHANGED*** default log file position
from /var/log/modem.log to /tmp/modem.log.
Too many failed tests and user reports made me
reconsider my poor default choice.
- Added voice dialing. Just dialing though.
You can't perform real voice calls through Device::Modem (yet :)
Thanks to Marek Jaros.
- Added ';' (voice dialing) and 'p' (pause) as valid values
for dial() number.
1.52 Sun Mar 28 15:50:00 CET 2010
- Added automatic port reconnection in the port() method.
This should improve connection reliability and reduce risk
of "Can't call method XXXXXX on undefined value YYYYYY" errors.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 5 | ||||
-rw-r--r-- | comms/p5-Device-Modem/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile index aadce6f3ad8..b1f7ec3fc09 100644 --- a/comms/p5-Device-Modem/Makefile +++ b/comms/p5-Device-Modem/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2010/08/21 16:32:48 seb Exp $ +# $NetBSD: Makefile,v 1.18 2010/09/06 10:51:56 wiz Exp $ # -DISTNAME= Device-Modem-1.51 +DISTNAME= Device-Modem-1.53 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5dmd CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} diff --git a/comms/p5-Device-Modem/distinfo b/comms/p5-Device-Modem/distinfo index 5eaa6c47d19..a20f623c076 100644 --- a/comms/p5-Device-Modem/distinfo +++ b/comms/p5-Device-Modem/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2009/07/21 22:43:16 sno Exp $ +$NetBSD: distinfo,v 1.7 2010/09/06 10:51:56 wiz Exp $ -SHA1 (Device-Modem-1.51.tar.gz) = c301fb707e35857bbfce9fc0948c411abc7fc028 -RMD160 (Device-Modem-1.51.tar.gz) = aa97a27ca7991f98bd4ed25040036b7986c7d107 -Size (Device-Modem-1.51.tar.gz) = 42268 bytes +SHA1 (Device-Modem-1.53.tar.gz) = 186f937cad8f58b86fe52ca7d27bcd9d13205604 +RMD160 (Device-Modem-1.53.tar.gz) = af49fdd7903463ec323d997bc6f9d816f1787ca4 +Size (Device-Modem-1.53.tar.gz) = 44062 bytes |