pkgsrc changes:
- Updating package for p5 module DateTime::Format::ISO8601 from 0.0403nb1 to 0.0600 - Setting gnu-gpl-v2 as license - Adding some recommended build dependencies Upstream changes: 0.06 Tue Apr 10 15:17:34 HST 2007 - add Test::Distribution tests - merge rel_0_04_FIXES branch -- fixing the major regressions introduced in 0.05 0.05 Tue Mar 27 11:25:42 HST 2007 - disable a test that may fail depending on the localtime date
This commit is contained in:
parent
16255d8522
commit
2d0bc9edfb
2 changed files with 14 additions and 8 deletions
|
@ -1,19 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.4 2008/10/19 19:19:00 he Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2009/05/21 14:17:27 sno Exp $
|
||||
|
||||
DISTNAME= DateTime-Format-ISO8601-0.0403
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
DISTNAME= DateTime-Format-ISO8601-0.06
|
||||
PKGNAME= p5-${DISTNAME}00
|
||||
CATEGORIES= time perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
||||
|
||||
MAINTAINER= abs@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/~jhoblitt/DateTime-Format-ISO8601/
|
||||
COMMENT= Parses ISO8601 formats
|
||||
LICENSE= gnu-gpl-v2 # OR artistic
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-DateTime>=0.18:../../time/p5-DateTime
|
||||
DEPENDS+= p5-DateTime-Format-Builder>=0.77:../../time/p5-DateTime-Format-Builder
|
||||
|
||||
# Recommended dependencies:
|
||||
BUILD_DEPENDS+= p5-File-Find-Rule>=0.24:../../devel/p5-File-Find-Rule
|
||||
BUILD_DEPENDS+= p5-Test-Distribution>=1.22:../../devel/p5-Test-Distribution
|
||||
BUILD_DEPENDS+= p5-Test-Pod>=0.95:../../devel/p5-Test-Pod
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
PERL5_PACKLIST= auto/DateTime/Format/ISO8601/.packlist
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/06/07 11:48:28 abs Exp $
|
||||
$NetBSD: distinfo,v 1.2 2009/05/21 14:17:27 sno Exp $
|
||||
|
||||
SHA1 (DateTime-Format-ISO8601-0.0403.tar.gz) = 57e30546604a9b2896b6242dc04f5bd9305875e8
|
||||
RMD160 (DateTime-Format-ISO8601-0.0403.tar.gz) = 78799931526386331ce9384a0b2ee45a5fd996cc
|
||||
Size (DateTime-Format-ISO8601-0.0403.tar.gz) = 19776 bytes
|
||||
SHA1 (DateTime-Format-ISO8601-0.06.tar.gz) = 310af0fb20dfaecf0ab956a638192033095fc194
|
||||
RMD160 (DateTime-Format-ISO8601-0.06.tar.gz) = 5eef766316c1c41c1b81d11e0cbcc1cedf8d2a33
|
||||
Size (DateTime-Format-ISO8601-0.06.tar.gz) = 20473 bytes
|
||||
|
|
Loading…
Reference in a new issue