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/4aefe0803b53
branches: trunk
changeset: 396152:4aefe0803b53
user: sno <sno%pkgsrc.org@localhost>
date: Sun Jul 19 10:45:19 2009 +0000
description:
pkgsrc changes:
- Updating package for p5 module Data::ICal from 0.15 to 0.16
- Setting Module::Install as module type
- Adjusting license to perl license
Upstream changes:
0.16
* Use \r\n as the newline character, per RFC 3445
* Escaping of \ was being done incorrectly, and tested incorrectly
* Remove a useless and incorrect "escape code"
* Mention Data::ICal::DateTime (patch from Mark Stosberg)
* Update copyright
* POD cleanup
* Update README from POD
* POD nits; mostly reflowing and whitespace fixes
* Perltidy
diffstat:
time/p5-Data-ICal/Makefile | 7 ++++---
time/p5-Data-ICal/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r 3162ede539e3 -r 4aefe0803b53 time/p5-Data-ICal/Makefile
--- a/time/p5-Data-ICal/Makefile Sun Jul 19 10:40:10 2009 +0000
+++ b/time/p5-Data-ICal/Makefile Sun Jul 19 10:45:19 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2009/05/21 14:06:55 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/07/19 10:45:19 sno Exp $
-DISTNAME= Data-ICal-0.15
+DISTNAME= Data-ICal-0.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -8,7 +8,7 @@
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
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
@@ -24,6 +24,7 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Data/ICal/.packlist
+PERL5_MODULE_TYPE= Module::Install
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 3162ede539e3 -r 4aefe0803b53 time/p5-Data-ICal/distinfo
--- a/time/p5-Data-ICal/distinfo Sun Jul 19 10:40:10 2009 +0000
+++ b/time/p5-Data-ICal/distinfo Sun Jul 19 10:45:19 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/05/21 14:06:55 sno Exp $
+$NetBSD: distinfo,v 1.3 2009/07/19 10:45:19 sno Exp $
-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
+SHA1 (Data-ICal-0.16.tar.gz) = deaaa5bba850fc20162e9efc19fd82f99b24293d
+RMD160 (Data-ICal-0.16.tar.gz) = 27236dc078514f4c63837afdd603b75dcd96319d
+Size (Data-ICal-0.16.tar.gz) = 111056 bytes
Home |
Main Index |
Thread Index |
Old Index