diff options
author | rhaen <rhaen@pkgsrc.org> | 2012-04-01 19:04:34 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2012-04-01 19:04:34 +0000 |
commit | 78ea77d8155c199895fcd6d6ad3ccd2b0b7df945 (patch) | |
tree | 05733130b8c2f881f208993d1358f2fa0b8001de /comms | |
parent | 87387e81b82f54fe135f1ba5df33ccc16b8802a0 (diff) | |
download | pkgsrc-78ea77d8155c199895fcd6d6ad3ccd2b0b7df945.tar.gz |
Updated to 1.06
Changes:
1.06 Wed 9 Nov 2011
- No functional changes
- Moved to production version
- Updating to Module::Install::DSL 1.04
- New Perl back-compatibility target of 5.6
- Made the Perl back-compat target explicit
- Bumping a variety of dependencies to pick up bug fixes
- Don't import from Params::Util
- Various whitespace/tabbing fixes
- Removed the use of base.pm
- Updated bundled author tests and moved to xt
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-SMS-Send/Makefile | 11 | ||||
-rw-r--r-- | comms/p5-SMS-Send/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/comms/p5-SMS-Send/Makefile b/comms/p5-SMS-Send/Makefile index dda0b7cfd28..2507d77af11 100644 --- a/comms/p5-SMS-Send/Makefile +++ b/comms/p5-SMS-Send/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/08/14 07:43:02 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/04/01 19:04:34 rhaen Exp $ -DISTNAME= SMS-Send-0.05 +DISTNAME= SMS-Send-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SMS/} @@ -11,9 +10,9 @@ HOMEPAGE= http://search.cpan.org/dist/SMS-Send/ COMMENT= Driver-based API for sending SMS messages LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.8,p5-Module-Pluggable>=2.5}:../../devel/p5-Module-Pluggable -DEPENDS+= p5-Params-Util>=0.14:../../devel/p5-Params-Util -DEPENDS+= p5-Class-Adapter>=1.00:../../devel/p5-Class-Adapter +DEPENDS+= {perl>=5.8,p5-Module-Pluggable>=3.7}:../../devel/p5-Module-Pluggable +DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util +DEPENDS+= p5-Class-Adapter>=1.05:../../devel/p5-Class-Adapter USE_LANGUAGES= # empty PERL5_PACKLIST= auto/SMS/Send/.packlist diff --git a/comms/p5-SMS-Send/distinfo b/comms/p5-SMS-Send/distinfo index ab294a33d1c..92387b38143 100644 --- a/comms/p5-SMS-Send/distinfo +++ b/comms/p5-SMS-Send/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/05/17 10:31:52 dmcmahill Exp $ +$NetBSD: distinfo,v 1.2 2012/04/01 19:04:34 rhaen Exp $ -SHA1 (SMS-Send-0.05.tar.gz) = 9ae10d916f203f2301c1c85216f3bac97dbcb336 -RMD160 (SMS-Send-0.05.tar.gz) = a8182bef7f61d69b46bbcbc31a353a9e635494cb -Size (SMS-Send-0.05.tar.gz) = 27145 bytes +SHA1 (SMS-Send-1.06.tar.gz) = edb840fc26f2c5353139df8562ea1c1710c66647 +RMD160 (SMS-Send-1.06.tar.gz) = a7b4f712379940554dc929b3ea7c75ca744edfa3 +Size (SMS-Send-1.06.tar.gz) = 35184 bytes |