diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-22 12:34:18 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-22 12:34:18 +0000 |
commit | ce851d3f049fbd168d89c26740b40e3e2c1a8cda (patch) | |
tree | fda8b5409f15468ced4b0817c318aa10d7e4132a /mail | |
parent | 58ed71515b72715fa9f16586d7baeed0a14715a2 (diff) | |
download | pkgsrc-ce851d3f049fbd168d89c26740b40e3e2c1a8cda.tar.gz |
updated to 1.103
took maintainership
added missing dependencies to p5-Email-Abstract, p5-Email-Date-Format
ChangeLog:
1.103 2007-11-30
generation of dates now done by Email::Date::Format
1.102 2007-03-22
remove uneeded dep on Email::Simple
packaging improvements
1.101 2006-08-01
fix a bug in testing; tests would only pass in second 2/3 of month
(thanks Danial Pearce)
1.10 2006-07-21
add format_gmdate
if no date was found, return undef, not the current time
tests
list Email::Abstract as a prereq
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Date/Makefile | 8 | ||||
-rw-r--r-- | mail/p5-Email-Date/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/mail/p5-Email-Date/Makefile b/mail/p5-Email-Date/Makefile index 300d3f4003b..fa39f7d32bd 100644 --- a/mail/p5-Email-Date/Makefile +++ b/mail/p5-Email-Date/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2008/07/20 16:09:34 heinz Exp $ +# $NetBSD: Makefile,v 1.4 2008/07/22 12:34:18 rhaen Exp $ -DISTNAME= Email-Date-1.03 +DISTNAME= Email-Date-1.103 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://cpan.uwinnipeg.ca/dist/Email-Date COMMENT= Find and Format Date Headers @@ -16,6 +16,8 @@ DEPENDS+= p5-Email-Simple>=1.9:../../mail/p5-Email-Simple DEPENDS+= p5-Time-Piece>=1.08:../../time/p5-Time-Piece DEPENDS+= p5-Time-Local>=1.07:../../time/p5-Time-Local DEPENDS+= p5-TimeDate>=1.16:../../time/p5-TimeDate +DEPENDS+= p5-Email-Abstract>=2.10:../../mail/p5-Email-Abstract +DEPENDS+= p5-Email-Date-Format>=1.000:../../mail/p5-Email-Date-Format PERL5_PACKLIST= auto/Email/Date/.packlist diff --git a/mail/p5-Email-Date/distinfo b/mail/p5-Email-Date/distinfo index 2e9af5d7e25..e9157a818e8 100644 --- a/mail/p5-Email-Date/distinfo +++ b/mail/p5-Email-Date/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/07/29 11:57:14 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2008/07/22 12:34:18 rhaen Exp $ -SHA1 (Email-Date-1.03.tar.gz) = 287189d89ea038507df9a05274faa1cc48cccb7c -RMD160 (Email-Date-1.03.tar.gz) = f04438783dcdaab6f39ae0f03ed2f6583260ccac -Size (Email-Date-1.03.tar.gz) = 3056 bytes +SHA1 (Email-Date-1.103.tar.gz) = 6ff3301e04add789a36f67385fb8e5982661b77a +RMD160 (Email-Date-1.103.tar.gz) = 57d02a4cb951b8fecd5f5cbde8a8ffb09a656a8d +Size (Email-Date-1.103.tar.gz) = 11124 bytes |