diff options
author | rhaen <rhaen> | 2008-07-23 16:08:51 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2008-07-23 16:08:51 +0000 |
commit | 1826489f3390b3b4bd1f8fc0e69a3817d4ade35e (patch) | |
tree | cdda7ab9ce2a81b480485f4b1f9b0decd802e682 /devel/p5-Spoon | |
parent | e6358e8aba47556b395e3e84538454b11a5e42ef (diff) | |
download | pkgsrc-1826489f3390b3b4bd1f8fc0e69a3817d4ade35e.tar.gz |
updated to 0.24
cleaned MASTER_SITES
ChangeLog:
version: 0.24
date: Wed Aug 30 10:45:22 PDT 2006
changes:
- Include Time::HiRes dependency into Makefile.PL (RT #19291)
- Include URI and DB_File dependency into Makefile.PL (RT #15036)
- Upgraded to Module::Install 0.64
- Added File::Spec path name portability fixes all over the place.
- Incorporated parts of Barbie's patch to fix tests on Win32 Perl 5.6
(RT #17506)
Diffstat (limited to 'devel/p5-Spoon')
-rw-r--r-- | devel/p5-Spoon/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Spoon/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/p5-Spoon/Makefile b/devel/p5-Spoon/Makefile index b698eaa0943..41e626834a2 100644 --- a/devel/p5-Spoon/Makefile +++ b/devel/p5-Spoon/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:26 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/07/23 16:08:51 rhaen Exp $ -DISTNAME= Spoon-0.23 +DISTNAME= Spoon-0.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/} -MODULE_DIR= modules/by-module +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-${AUTHOR_DIR}/} AUTHOR_DIR= authors/id/I/IN/INGY MAINTAINER= pkgsrc-users@NetBSD.org @@ -16,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-IO-All>=0.32:../../devel/p5-IO-All DEPENDS+= p5-Spiffy>=0.22:../../devel/p5-Spiffy DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit +DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Spoon/.packlist diff --git a/devel/p5-Spoon/distinfo b/devel/p5-Spoon/distinfo index 3d450f8b2e3..158a52888ff 100644 --- a/devel/p5-Spoon/distinfo +++ b/devel/p5-Spoon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/07/13 18:46:58 jlam Exp $ +$NetBSD: distinfo,v 1.5 2008/07/23 16:08:51 rhaen Exp $ -SHA1 (Spoon-0.23.tar.gz) = 491246e194a064117be9b4f2a82122808f79b99e -RMD160 (Spoon-0.23.tar.gz) = 65db14a0895b9bdf21af3c5c4aafe54d9eb79320 -Size (Spoon-0.23.tar.gz) = 25801 bytes +SHA1 (Spoon-0.24.tar.gz) = 5a6a52c03fb26d6545e9b77baf78063d08298b5b +RMD160 (Spoon-0.24.tar.gz) = fb2d17bd0e8b46908f8cf50146bccffd4a3c2eee +Size (Spoon-0.24.tar.gz) = 30458 bytes |