diff options
author | sno <sno@pkgsrc.org> | 2010-08-01 20:41:10 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-01 20:41:10 +0000 |
commit | 30d8e7f6c74abf3a55eb493c9a8cae925ba9363b (patch) | |
tree | 97d45c429bd52973da4ccbf06e772a54bded4369 /time | |
parent | 291b18185d0ff61e9e569f0aede74a3c43e0286c (diff) | |
download | pkgsrc-30d8e7f6c74abf3a55eb493c9a8cae925ba9363b.tar.gz |
Updating time/p5-Calendar-Simple from 1.20nb1 to 1.21
pkgsrc changes:
- add license definition
- don't require a c compiler
- remove executable bits from installed modules
Upstream changes:
2010-04-02 Dave Cross <dave@angel.mag-sol.com>
* Build.PL: Remove signing.
* lib/Calendar/Simple.pm: Bump to version 1.21 for release.
* t/no_dt.t: Patch to fix tests under 5.11.0+. Thanks to Ruslan Zakirov.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Calendar-Simple/Makefile | 11 | ||||
-rw-r--r-- | time/p5-Calendar-Simple/distinfo | 8 |
2 files changed, 12 insertions, 7 deletions
diff --git a/time/p5-Calendar-Simple/Makefile b/time/p5-Calendar-Simple/Makefile index b8191fd027a..96c5e7dbc32 100644 --- a/time/p5-Calendar-Simple/Makefile +++ b/time/p5-Calendar-Simple/Makefile @@ -1,20 +1,25 @@ -# $NetBSD: Makefile,v 1.4 2008/10/19 19:19:00 he Exp $ +# $NetBSD: Makefile,v 1.5 2010/08/01 20:41:10 sno Exp $ -DISTNAME= Calendar-Simple-1.20 +DISTNAME= Calendar-Simple-1.21 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Calendar/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Calendar-Simple/ COMMENT= Perl extension to create simple calendars +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= #empty PERL5_PACKLIST= auto/Calendar/Simple/.packlist PERL5_MODULE_TYPE= Module::Build +post-extract: + ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \; + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Calendar-Simple/distinfo b/time/p5-Calendar-Simple/distinfo index 2c1ec7a1590..3c3f94b4de2 100644 --- a/time/p5-Calendar-Simple/distinfo +++ b/time/p5-Calendar-Simple/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/07/22 13:48:48 rhaen Exp $ +$NetBSD: distinfo,v 1.3 2010/08/01 20:41:10 sno Exp $ -SHA1 (Calendar-Simple-1.20.tar.gz) = 461490908534a073d2665109094ff1a4cb3b361f -RMD160 (Calendar-Simple-1.20.tar.gz) = f74211e40928f9ffd2a9a73017b68110bc98cdcc -Size (Calendar-Simple-1.20.tar.gz) = 7136 bytes +SHA1 (Calendar-Simple-1.21.tar.gz) = a61ad8b1c9032862598b0d3987905c276e1ef6c6 +RMD160 (Calendar-Simple-1.21.tar.gz) = 069a3791321272dbb7d414ac8ef7fd9eba707817 +Size (Calendar-Simple-1.21.tar.gz) = 7007 bytes |