Sun Apr 1 19:04:34 2012 UTC ()
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


(rhaen)
diff -r1.3 -r1.4 pkgsrc/comms/p5-SMS-Send/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/comms/p5-SMS-Send/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/comms/p5-SMS-Send/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/p5-SMS-Send/Makefile 2011/08/14 07:43:02 1.3
+++ pkgsrc/comms/p5-SMS-Send/Makefile 2012/04/01 19:04:34 1.4
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.3 2011/08/14 07:43:02 obache Exp $ 1# $NetBSD: Makefile,v 1.4 2012/04/01 19:04:34 rhaen Exp $
2 2
3DISTNAME= SMS-Send-0.05 3DISTNAME= SMS-Send-1.06
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= comms perl5 5CATEGORIES= comms perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SMS/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SMS/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/SMS-Send/ 9HOMEPAGE= http://search.cpan.org/dist/SMS-Send/
11COMMENT= Driver-based API for sending SMS messages 10COMMENT= Driver-based API for sending SMS messages
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= {perl>=5.8,p5-Module-Pluggable>=2.5}:../../devel/p5-Module-Pluggable 13DEPENDS+= {perl>=5.8,p5-Module-Pluggable>=3.7}:../../devel/p5-Module-Pluggable
15DEPENDS+= p5-Params-Util>=0.14:../../devel/p5-Params-Util 14DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util
16DEPENDS+= p5-Class-Adapter>=1.00:../../devel/p5-Class-Adapter 15DEPENDS+= p5-Class-Adapter>=1.05:../../devel/p5-Class-Adapter
17 16
18USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty
19PERL5_PACKLIST= auto/SMS/Send/.packlist 18PERL5_PACKLIST= auto/SMS/Send/.packlist
20 19
21PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
22 21
23.include "../../lang/perl5/module.mk" 22.include "../../lang/perl5/module.mk"
24.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/comms/p5-SMS-Send/distinfo (expand / switch to unified diff)

--- pkgsrc/comms/p5-SMS-Send/distinfo 2011/05/17 10:31:52 1.1.1.1
+++ pkgsrc/comms/p5-SMS-Send/distinfo 2012/04/01 19:04:34 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/05/17 10:31:52 dmcmahill Exp $ 1$NetBSD: distinfo,v 1.2 2012/04/01 19:04:34 rhaen Exp $
2 2
3SHA1 (SMS-Send-0.05.tar.gz) = 9ae10d916f203f2301c1c85216f3bac97dbcb336 3SHA1 (SMS-Send-1.06.tar.gz) = edb840fc26f2c5353139df8562ea1c1710c66647
4RMD160 (SMS-Send-0.05.tar.gz) = a8182bef7f61d69b46bbcbc31a353a9e635494cb 4RMD160 (SMS-Send-1.06.tar.gz) = a7b4f712379940554dc929b3ea7c75ca744edfa3
5Size (SMS-Send-0.05.tar.gz) = 27145 bytes 5Size (SMS-Send-1.06.tar.gz) = 35184 bytes