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/p5-Device-Modem/Makefile | |
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/p5-Device-Modem/Makefile')
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 5 |
1 files changed, 2 insertions, 3 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/} |