diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 19:56:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 19:56:56 +0000 |
commit | d7340e20ea0ab4bd9c04023841d01d36264d9883 (patch) | |
tree | 82de9609c4760d8daf8b59d481bc6e7127d1a089 /comms/p5-Device-Modem/Makefile | |
parent | ae7145c36fd8b389a2dfe3bb8853908f4b2eff4e (diff) | |
download | pkgsrc-d7340e20ea0ab4bd9c04023841d01d36264d9883.tar.gz |
Update to 1.54:
1.54 Sun May 29 20:53:23 AEST 2011
- Removed uninitialized warning on $obj->{'CONNECTED'}.
Fixes RT #68504.
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 582e1c59c8b..742d77a7744 100644 --- a/comms/p5-Device-Modem/Makefile +++ b/comms/p5-Device-Modem/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2011/08/14 07:43:02 obache Exp $ +# $NetBSD: Makefile,v 1.20 2011/08/16 19:56:56 wiz Exp $ # -DISTNAME= Device-Modem-1.53 +DISTNAME= Device-Modem-1.54 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dmd -PKGREVISION= 1 CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} |