Updating package for p5 module Date::Calc from 5.4nb3 to 5.6
pkgsrc changes: - Adding license (perl5 license, according to module's doc) - Adjust dependencies according to META.yml - Removing obsoleted deletion of formerly included Carp::Clan Upstream changes: Version 5.6 28.07.2009 + Made the module MacOS X compatible + Made some tiny changes to the documentation Version 5.5 was skipped due to an unauthorized upload by someone else
This commit is contained in:
parent
7c48225af7
commit
7cc106d8cc
2 changed files with 9 additions and 11 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.23 2008/10/19 19:17:51 he Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2009/08/09 09:21:44 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Date-Calc-5.4
|
||||
DISTNAME= Date-Calc-5.6
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
SVR4_PKGNAME= p5dca
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
||||
|
@ -11,16 +10,15 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://engelschall.com/u/sb/download/
|
||||
COMMENT= Perl5 module for Gregorian calendar date calculations
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Bit-Vector-[0-9]*:../../devel/p5-Bit-Vector
|
||||
DEPENDS+= p5-Bit-Vector>=6.6:../../devel/p5-Bit-Vector
|
||||
DEPENDS+= p5-Carp-Clan>=5.3:../../devel/p5-Carp-Clan
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_PACKLIST= auto/Date/Calc/.packlist
|
||||
|
||||
post-patch:
|
||||
@rm -rf ${WRKSRC}/lib/Carp
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2005/02/23 22:24:24 agc Exp $
|
||||
$NetBSD: distinfo,v 1.8 2009/08/09 09:21:44 sno Exp $
|
||||
|
||||
SHA1 (Date-Calc-5.4.tar.gz) = 630dfca054aaebd4535e2251c2c5c20d625f3f94
|
||||
RMD160 (Date-Calc-5.4.tar.gz) = 527e60e102c8e5a04eb9038560ff8325b8a6ed84
|
||||
Size (Date-Calc-5.4.tar.gz) = 206622 bytes
|
||||
SHA1 (Date-Calc-5.6.tar.gz) = 228610608a8108ce8682b11e28ee92f6d548fbcb
|
||||
RMD160 (Date-Calc-5.6.tar.gz) = 85cabb3fb1470b7cd1c9c5622bb5ac1e46170443
|
||||
Size (Date-Calc-5.6.tar.gz) = 202483 bytes
|
||||
|
|
Loading…
Reference in a new issue