diff options
author | sno <sno@pkgsrc.org> | 2009-07-19 10:45:19 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-19 10:45:19 +0000 |
commit | 13a2ad2ccbe6a1546cb97dc922f73d817ede7cfa (patch) | |
tree | 4fb2c3a00591896452f84643d5b1e9e81411b77e | |
parent | 489f7ba10e10f87190d0462a75ca5dcc874cf528 (diff) | |
download | pkgsrc-13a2ad2ccbe6a1546cb97dc922f73d817ede7cfa.tar.gz |
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
-rw-r--r-- | time/p5-Data-ICal/Makefile | 7 | ||||
-rw-r--r-- | time/p5-Data-ICal/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/time/p5-Data-ICal/Makefile b/time/p5-Data-ICal/Makefile index bd04ea3343d..b459a28985d 100644 --- a/time/p5-Data-ICal/Makefile +++ b/time/p5-Data-ICal/Makefile @@ -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 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} MAINTAINER= pkgsrc-users@NetBSD.org 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 @@ BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn 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 --git a/time/p5-Data-ICal/distinfo b/time/p5-Data-ICal/distinfo index 88d137116a8..4367867e61b 100644 --- a/time/p5-Data-ICal/distinfo +++ b/time/p5-Data-ICal/distinfo @@ -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 |