summaryrefslogtreecommitdiff
path: root/mail/p5-Email-Sender/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-03-11 10:56:51 +0000
committersno <sno@pkgsrc.org>2010-03-11 10:56:51 +0000
commit13db5add664b47c4f699b9e3add2c9b1a67faa81 (patch)
tree4147e7ba9a14dbb1012963a514b0bcdb88ef1094 /mail/p5-Email-Sender/Makefile
parent1e3e3bbe367d3ffcd94948eab07973a17838f333 (diff)
downloadpkgsrc-13db5add664b47c4f699b9e3add2c9b1a67faa81.tar.gz
Updating mail/p5-Email-Sender from 0.004nb1 to 0.100460
pkgsrc changes: - Adjust license - Adjust dependencies Upstream changes: 0.100460 2010-02-15 12:58:18 America/New_York avoid using AutoPrereq, as it brings in build_requires as requires 0.100450 2010-02-14 17:55:48 America/New_York allow timeout option to SMTP transport 0.100110 2010-01-11 10:43:57 America/New_York Email::Sender::Failure is now a Throwable::Error now uses Try::Tiny for internal exception handling 0.093380 2009-12-04 12:29:55 America/New_York bump Moose prereq to 0.70 based on feedback from ANDK 0.093110 2009-11-07 allow uppercase env vars to set transport attributes (charsbar) add "message" attribute to successes returned by SMTP transports 0.092840 2009-10-10 fix packaging error 0.092820 2009-10-09 improve reliability of t/sendmail.t (thanks, Mark Grimes) 0.091940 2009-07-12 packaging fixes (EU:MM version for LICENSE param) rt #47817 0.091930 2009-07-12 add some more common sendmail locations to default search 0.091870 2009-07-06 exclude unwanted methods from Email::Sender::Transport to suppress a new warning from Moose role composition 0.091740 2009-06-23 no code changes remove prereq of Test::More 0.88; weird things happened 0.091661 2009-06-15 THIS RELEASE MAY BREAK YOUR CODE... but probably not Email::Sender::Simple has been added, along with a manual Email::Sender is now a role Email::Sender::Transport is now a role, too; subclasses will break
Diffstat (limited to 'mail/p5-Email-Sender/Makefile')
-rw-r--r--mail/p5-Email-Sender/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/p5-Email-Sender/Makefile b/mail/p5-Email-Sender/Makefile
index 900cb329f58..a40350b8d18 100644
--- a/mail/p5-Email-Sender/Makefile
+++ b/mail/p5-Email-Sender/Makefile
@@ -1,29 +1,29 @@
-# $NetBSD: Makefile,v 1.5 2009/09/24 06:50:17 sno Exp $
+# $NetBSD: Makefile,v 1.6 2010/03/11 10:56:51 sno Exp $
-DISTNAME= Email-Sender-0.004
+DISTNAME= Email-Sender-0.100460
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Email-Sender/
COMMENT= Email::Sender - a library for sending email
-LICENSE= artistic-2.0
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
-DEPENDS+= p5-Class-Method-Modifiers>=0:../../devel/p5-Class-Method-Modifiers
+#DEPENDS+= p5-Class-Method-Modifiers>=0:../../devel/p5-Class-Method-Modifiers
DEPENDS+= p5-Email-Abstract>=3:../../mail/p5-Email-Abstract
-DEPENDS+= p5-Email-Address>=0:../../mail/p5-Email-Address
+DEPENDS+= p5-Email-Address-[0-9]*:../../mail/p5-Email-Address
DEPENDS+= p5-Email-Simple>=1.998:../../mail/p5-Email-Simple
-DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
-DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+DEPENDS+= p5-Moose>=0.70:../../devel/p5-Moose
DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net
DEPENDS+= p5-Sys-Hostname-Long>=0:../../sysutils/p5-Sys-Hostname-Long
-
-PERL5_REQD+= 5.8.0
+DEPENDS+= p5-Throwable>=0.100090:../../devel/p5-Throwable
+DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
PERL5_PACKLIST= auto/Email/Sender/.packlist