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.
This commit is contained in:
parent
ccdf016473
commit
97714d4cb8
2 changed files with 12 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue