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-Format Updating mail/p5-Email-Date-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dde4925f3dac
branches:  trunk
changeset: 573017:dde4925f3dac
user:      sno <sno%pkgsrc.org@localhost>
date:      Thu Mar 11 09:20:32 2010 +0000

description:
Updating mail/p5-Email-Date-Format from 1.002nb1 to 1.002nb2

pkgsrc changes:
- Add license definition
- Time::Local is in Perl core since Perl 5.0 - adjust dependency

diffstat:

 mail/p5-Email-Date-Format/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 9ad97444be94 -r dde4925f3dac mail/p5-Email-Date-Format/Makefile
--- a/mail/p5-Email-Date-Format/Makefile        Thu Mar 11 08:54:53 2010 +0000
+++ b/mail/p5-Email-Date-Format/Makefile        Thu Mar 11 09:20:32 2010 +0000
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:11 he Exp $
+# $NetBSD: Makefile,v 1.4 2010/03/11 09:20:32 sno Exp $
 #
 
 DISTNAME=      Email-Date-Format-1.002
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Email/}
 
 MAINTAINER=    rhaen%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Email-Date-Format/
 COMMENT=       Perl Module to produce RFC 2822 date strings
+LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-Time-Local>=0.000:../../time/p5-Time-Local
+DEPENDS+=      {perl>=5,p5-Time-Local-[0-9]*}:../../time/p5-Time-Local
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 



Home | Main Index | Thread Index | Old Index