pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Data-ICal pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb9ce0de950c
branches:  trunk
changeset: 393555:cb9ce0de950c
user:      sno <sno%pkgsrc.org@localhost>
date:      Thu May 21 14:06:55 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module Data::ICal from 0.13nb1 to 0.15
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies according to META.yml

Upstream changes:
0.15
    * Escaping fixes
0.14
    * No longer explodes if your .ics file lacks a VERSION property
    * Perl 5.11 adds additional strictures. Patch from ANDK to deal [rt.cpan.org #34717]

diffstat:

 time/p5-Data-ICal/Makefile |  7 ++++---
 time/p5-Data-ICal/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r 72933986c8d3 -r cb9ce0de950c time/p5-Data-ICal/Makefile
--- a/time/p5-Data-ICal/Makefile        Thu May 21 13:59:19 2009 +0000
+++ b/time/p5-Data-ICal/Makefile        Thu May 21 14:06:55 2009 +0000
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.3 2008/10/19 19:19:00 he Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/21 14:06:55 sno Exp $
 
-DISTNAME=              Data-ICal-0.13
+DISTNAME=              Data-ICal-0.15
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            time perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Data/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://search.cpan.org/dist/Data-ICal
 COMMENT=               Generates iCalendar (RFC 2445) calendar files
+LICENSE=               gnu-gpl-v2 # OR artistic
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=              p5-Class-Accessor>=0.30:../../devel/p5-Class-Accessor
 DEPENDS+=              p5-Class-ReturnValue>=0.53:../../devel/p5-Class-ReturnValue
+DEPENDS+=              p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
 DEPENDS+=              p5-Text-vFile-asData>=0.05:../../textproc/p5-Text-vFile-asData
 
 BUILD_DEPENDS+=                p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
diff -r 72933986c8d3 -r cb9ce0de950c time/p5-Data-ICal/distinfo
--- a/time/p5-Data-ICal/distinfo        Thu May 21 13:59:19 2009 +0000
+++ b/time/p5-Data-ICal/distinfo        Thu May 21 14:06:55 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/06/06 12:12:35 markd Exp $
+$NetBSD: distinfo,v 1.2 2009/05/21 14:06:55 sno Exp $
 
-SHA1 (Data-ICal-0.13.tar.gz) = 7c9c01a3aa26eaa76eb6224d84349ffe66068f21
-RMD160 (Data-ICal-0.13.tar.gz) = 24f1abf90d7121b2dec6c0aee965806cdf0ccceb
-Size (Data-ICal-0.13.tar.gz) = 103742 bytes
+SHA1 (Data-ICal-0.15.tar.gz) = a69a221b071a83cdfa89bfd5e9282efddf8bfaae
+RMD160 (Data-ICal-0.15.tar.gz) = dd039b75bb0a8b8e206d481d3bf893db60598357
+Size (Data-ICal-0.15.tar.gz) = 106802 bytes



Home | Main Index | Thread Index | Old Index