Tue Aug 16 19:58:06 2011 UTC ()
Update to 1.58:

1.58  Mon Mar  7 22:31:22 EST 2011
    - Fixed RT #48229, an uninitialized value when registering to the network
      but getting no answer from the phone.

1.57  Mon Mar  7 20:53:03 EST 2011
    - Fixed a bug in send_sms() that prevented it from working at all.
      The bug was introduced with the "assume_registered" option.
    - Fixed RT #57585. Thanks to Eric Kæ—¦ssldorfer for his patch and
      test case.
    - Added PDU<->latin1 conversion functions in Device::Gsm::Pdu
    - Note to self: first release from Australia!


(wiz)
diff -r1.23 -r1.24 pkgsrc/comms/p5-Device-Gsm/Makefile
diff -r1.11 -r1.12 pkgsrc/comms/p5-Device-Gsm/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/comms/p5-Device-Gsm/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/p5-Device-Gsm/Makefile 2011/08/14 07:43:02 1.23
+++ pkgsrc/comms/p5-Device-Gsm/Makefile 2011/08/16 19:58:06 1.24
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.23 2011/08/14 07:43:02 obache Exp $ 1# $NetBSD: Makefile,v 1.24 2011/08/16 19:58:06 wiz Exp $
2# 2#
3 3
4DISTNAME= Device-Gsm-1.56 4DISTNAME= Device-Gsm-1.58
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5dgs 6SVR4_PKGNAME= p5dgs
7PKGREVISION= 1 
8CATEGORIES= comms perl5 7CATEGORIES= comms perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Device-Gsm/ 11HOMEPAGE= http://search.cpan.org/dist/Device-Gsm/
13COMMENT= Perl module to interface GSM cellular / modems 12COMMENT= Perl module to interface GSM cellular / modems
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17 16
18DEPENDS+= p5-Device-Modem>=1.47:../../comms/p5-Device-Modem 17DEPENDS+= p5-Device-Modem>=1.47:../../comms/p5-Device-Modem
19DEPENDS+= p5-Device-SerialPort-[0-9]*:../../comms/p5-Device-SerialPort 18DEPENDS+= p5-Device-SerialPort-[0-9]*:../../comms/p5-Device-SerialPort
20 19

cvs diff -r1.11 -r1.12 pkgsrc/comms/p5-Device-Gsm/distinfo (expand / switch to unified diff)

--- pkgsrc/comms/p5-Device-Gsm/distinfo 2010/12/02 12:07:59 1.11
+++ pkgsrc/comms/p5-Device-Gsm/distinfo 2011/08/16 19:58:06 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2010/12/02 12:07:59 wiz Exp $ 1$NetBSD: distinfo,v 1.12 2011/08/16 19:58:06 wiz Exp $
2 2
3SHA1 (Device-Gsm-1.56.tar.gz) = f127f5f795c33d355045a89036fe07cef9836da6 3SHA1 (Device-Gsm-1.58.tar.gz) = 01a1d15ba606d2760d6f6091f1693afe89eea1b2
4RMD160 (Device-Gsm-1.56.tar.gz) = 81e51f30b154fe32e9e760730a7d2d9601648b65 4RMD160 (Device-Gsm-1.58.tar.gz) = a18da5132776ff2e2228efdb5c7fd6bf7017e7fc
5Size (Device-Gsm-1.56.tar.gz) = 46397 bytes 5Size (Device-Gsm-1.58.tar.gz) = 48197 bytes