diff options
author | sno <sno@pkgsrc.org> | 2009-07-21 22:43:16 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-21 22:43:16 +0000 |
commit | 6954e07d2aa2e62a857e6c9ba74559862f186136 (patch) | |
tree | 86787dbaa0dbc06503ea40a9d80bc0bccc802036 | |
parent | 2a6d907682d755451d522a6a3264305bc9f24a34 (diff) | |
download | pkgsrc-6954e07d2aa2e62a857e6c9ba74559862f186136.tar.gz |
pkgsrc changes:
- Updating package for p5 module Device::Modem from 1.50nb1 to 1.51
- Setting license to perl license (according to module POD)
Upstream changes:
1.51 Sun Jul 5 09:46:08 CEST 2009
- Fixed documentation for answer() method, timeout was declared
to be in seconds instead of milliseconds.
Thanks to Mikko Puisto for reporting.
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 6 | ||||
-rw-r--r-- | comms/p5-Device-Modem/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile index b09d1b21b3e..fd10a158c34 100644 --- a/comms/p5-Device-Modem/Makefile +++ b/comms/p5-Device-Modem/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2008/10/19 19:17:42 he Exp $ +# $NetBSD: Makefile,v 1.16 2009/07/21 22:43:16 sno Exp $ # -DISTNAME= Device-Modem-1.50 +DISTNAME= Device-Modem-1.51 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5dmd CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} @@ -11,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Device-Modem/ COMMENT= Perl module to talk to modem devices connected via serial port +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/comms/p5-Device-Modem/distinfo b/comms/p5-Device-Modem/distinfo index 4a7e3e889f3..5eaa6c47d19 100644 --- a/comms/p5-Device-Modem/distinfo +++ b/comms/p5-Device-Modem/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/10/12 21:10:04 he Exp $ +$NetBSD: distinfo,v 1.6 2009/07/21 22:43:16 sno Exp $ -SHA1 (Device-Modem-1.50.tar.gz) = 2b3cfc3374206da7d139499d564f7fb6b4419b13 -RMD160 (Device-Modem-1.50.tar.gz) = 1973006f80d1cccb4499dd1e75f41a36b4d3e1e9 -Size (Device-Modem-1.50.tar.gz) = 42093 bytes +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 |