pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Email-Date updated to 1.103



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11b0920dc88b
branches:  trunk
changeset: 544907:11b0920dc88b
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Tue Jul 22 12:34:18 2008 +0000

description:
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:

 mail/p5-Email-Date/Makefile |  8 +++++---
 mail/p5-Email-Date/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r b346ee4cf240 -r 11b0920dc88b mail/p5-Email-Date/Makefile
--- a/mail/p5-Email-Date/Makefile       Tue Jul 22 12:30:59 2008 +0000
+++ b/mail/p5-Email-Date/Makefile       Tue Jul 22 12:34:18 2008 +0000
@@ -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@localhost
+MAINTAINER=    rhaen%NetBSD.org@localhost
 HOMEPAGE=      http://cpan.uwinnipeg.ca/dist/Email-Date
 COMMENT=       Find and Format Date Headers
 
@@ -16,6 +16,8 @@
 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 -r b346ee4cf240 -r 11b0920dc88b mail/p5-Email-Date/distinfo
--- a/mail/p5-Email-Date/distinfo       Tue Jul 22 12:30:59 2008 +0000
+++ b/mail/p5-Email-Date/distinfo       Tue Jul 22 12:34:18 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index