diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-22 13:30:24 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-22 13:30:24 +0000 |
commit | 4abc8df4687f15681d6f43a407a51a5875db90c4 (patch) | |
tree | 729b5e028da3d7be1aad021360c0b0bee029e8d1 /mail/p5-Email-Send | |
parent | 97221c8ea0bc50a7ee72c4926cc4cd60196acc35 (diff) | |
download | pkgsrc-4abc8df4687f15681d6f43a407a51a5875db90c4.tar.gz |
updated to 2.192
ChangeLog:
2.192 2007-11-01
horrible hack to fix regrettable decision in use of Module::Pluggable
(see https://rt.cpan.org/Ticket/Display.html?id=30183)
2.191 2007-10-21
use Test mailer, not IO::All, to test internal interfaces
(thanks, Andreas)
2.190 2007-09-18
fix bugs exposed by new Test::More
2.189 2007-09-17
fix bugs exposed by new Test::More
2.188 2007-06-19
added ->deliveries to Test mailer
2.187 2007-04-05
Email::Send::IO removed to Email-Send-IO distribution
2.186 2007-04-02
fix test libraries to work on 5.005
Diffstat (limited to 'mail/p5-Email-Send')
-rw-r--r-- | mail/p5-Email-Send/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Email-Send/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/p5-Email-Send/Makefile b/mail/p5-Email-Send/Makefile index 85fbc7c2981..fc4b0a84611 100644 --- a/mail/p5-Email-Send/Makefile +++ b/mail/p5-Email-Send/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2008/07/20 16:09:34 heinz Exp $ +# $NetBSD: Makefile,v 1.6 2008/07/22 13:30:24 rhaen Exp $ -DISTNAME= Email-Send-2.185 +DISTNAME= Email-Send-2.192 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple DEPENDS+= p5-Email-Address>=1.80:../../mail/p5-Email-Address DEPENDS+= p5-Email-Simple>=1.92:../../mail/p5-Email-Simple -DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable +DEPENDS+= p5-Module-Pluggable>=2.97:../../devel/p5-Module-Pluggable DEPENDS+= p5-Return-Value>=1.28:../../devel/p5-Return-Value PERL5_REQD+= 5.6.0 diff --git a/mail/p5-Email-Send/distinfo b/mail/p5-Email-Send/distinfo index a811d00577d..e15c3ea4d23 100644 --- a/mail/p5-Email-Send/distinfo +++ b/mail/p5-Email-Send/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/08/27 17:23:14 adrianp Exp $ +$NetBSD: distinfo,v 1.3 2008/07/22 13:30:24 rhaen Exp $ -SHA1 (Email-Send-2.185.tar.gz) = e3504864b6d913006ef9ec01733a6e07242e4f28 -RMD160 (Email-Send-2.185.tar.gz) = ea8db113affb3c7ceea1b7e141c45db2aee3d064 -Size (Email-Send-2.185.tar.gz) = 26001 bytes +SHA1 (Email-Send-2.192.tar.gz) = 782bf0408f68d7fcb1e9a267a3db9333f0cf312c +RMD160 (Email-Send-2.192.tar.gz) = 7bc2dfcf9a00a3e649e7c17c80a7076e4fc53b6d +Size (Email-Send-2.192.tar.gz) = 24850 bytes |