diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-02 12:07:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-02 12:07:59 +0000 |
commit | 6a9b75fb0916ea0358098f42baf367d0080898ee (patch) | |
tree | 374210294f1c754ee854ca59b536963934b354f9 /comms/p5-Device-Gsm | |
parent | 5d36e8c54570a050619fa5cb9cfdc5c8f781e2a8 (diff) | |
download | pkgsrc-6a9b75fb0916ea0358098f42baf367d0080898ee.tar.gz |
Update to 1.56:
1.56 Mon Nov 15 21:00:00 CET 2010
- When sending messages in text mode, now we wait a bit
between the +CMSG command and the actual text.
Fixes RT #61729. Thanks to Boris Ivanov for the report.
- Added clear example of logging to a custom file
- Added a warning for not implemented _read_messages_text()
- Added a "assume_registered" option to skip GSM network
registration on buggy/problematic devices.
Diffstat (limited to 'comms/p5-Device-Gsm')
-rw-r--r-- | comms/p5-Device-Gsm/Makefile | 4 | ||||
-rw-r--r-- | comms/p5-Device-Gsm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/comms/p5-Device-Gsm/Makefile b/comms/p5-Device-Gsm/Makefile index 93d29ce3cb2..6594eb40caf 100644 --- a/comms/p5-Device-Gsm/Makefile +++ b/comms/p5-Device-Gsm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2010/09/06 10:52:27 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2010/12/02 12:07:59 wiz Exp $ # -DISTNAME= Device-Gsm-1.55 +DISTNAME= Device-Gsm-1.56 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dgs CATEGORIES= comms perl5 diff --git a/comms/p5-Device-Gsm/distinfo b/comms/p5-Device-Gsm/distinfo index c9d00fe815c..f73e75ce996 100644 --- a/comms/p5-Device-Gsm/distinfo +++ b/comms/p5-Device-Gsm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/09/06 10:52:27 wiz Exp $ +$NetBSD: distinfo,v 1.11 2010/12/02 12:07:59 wiz Exp $ -SHA1 (Device-Gsm-1.55.tar.gz) = 8a69eacaa7204bba77def4e5e49a90dee845711f -RMD160 (Device-Gsm-1.55.tar.gz) = ae548a348e4728e7f16a33e164bd58a32b767dcc -Size (Device-Gsm-1.55.tar.gz) = 46072 bytes +SHA1 (Device-Gsm-1.56.tar.gz) = f127f5f795c33d355045a89036fe07cef9836da6 +RMD160 (Device-Gsm-1.56.tar.gz) = 81e51f30b154fe32e9e760730a7d2d9601648b65 +Size (Device-Gsm-1.56.tar.gz) = 46397 bytes |