diff options
author | sno <sno> | 2010-02-15 14:55:36 +0000 |
---|---|---|
committer | sno <sno> | 2010-02-15 14:55:36 +0000 |
commit | bf3076a9f5105ff94c349fcac38aca1c169b1f4d (patch) | |
tree | 73a55281b35b77a198afec210f0943af36abb7ca /devel/p5-Data-Section | |
parent | b16edf2feec7ee3ce2fa984a4dfbf14f736e7617 (diff) | |
download | pkgsrc-bf3076a9f5105ff94c349fcac38aca1c169b1f4d.tar.gz |
Updating devel/p5-Data-Section from 0.091.820 to 0.100.270
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.100270 2010-01-27 22:43:33 America/New_York
switch from Class::ISA to MRO::Compat
added *_section_names
eliminate some duplicated code
Diffstat (limited to 'devel/p5-Data-Section')
-rw-r--r-- | devel/p5-Data-Section/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Data-Section/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-Data-Section/Makefile b/devel/p5-Data-Section/Makefile index 8260b268e94..c6d591ff76b 100644 --- a/devel/p5-Data-Section/Makefile +++ b/devel/p5-Data-Section/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2009/07/07 22:38:10 sno Exp $ +# $NetBSD: Makefile,v 1.3 2010/02/15 14:55:36 sno Exp $ # -DISTNAME= Data-Section-0.091820 -PKGNAME= p5-${DISTNAME:S/091820/091.820/} +DISTNAME= Data-Section-0.100270 +PKGNAME= p5-${DISTNAME:S/100270/100.270/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} @@ -11,9 +11,11 @@ HOMEPAGE= http://search.cpan.org/dist/Data-Section/ COMMENT= Perl 5 module to read multiple hunks of data out of your DATA section LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Class-ISA>0:../../devel/p5-Class-ISA +DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat DEPENDS+= p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter +BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple + PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Data/Section/.packlist diff --git a/devel/p5-Data-Section/distinfo b/devel/p5-Data-Section/distinfo index 120a75d1add..0a580f1514c 100644 --- a/devel/p5-Data-Section/distinfo +++ b/devel/p5-Data-Section/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/07/07 22:38:10 sno Exp $ +$NetBSD: distinfo,v 1.3 2010/02/15 14:55:36 sno Exp $ -SHA1 (Data-Section-0.091820.tar.gz) = 8e79efc900932b9c5e8cfaea983e890b1e3d5281 -RMD160 (Data-Section-0.091820.tar.gz) = e20f4f01902823d0312e6ec3aa77d1bb1d3b4045 -Size (Data-Section-0.091820.tar.gz) = 11777 bytes +SHA1 (Data-Section-0.100270.tar.gz) = 980cc0a9621213e47597fb3d63016fbc0b3e4051 +RMD160 (Data-Section-0.100270.tar.gz) = d7426fe2f76a6d4adb8d12bada684baaef0c49ae +Size (Data-Section-0.100270.tar.gz) = 12817 bytes |