diff options
author | sno <sno@pkgsrc.org> | 2009-09-12 18:31:17 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-12 18:31:17 +0000 |
commit | e572a2e0ca3a350fde6ba9cde10cbea6e1fb16ec (patch) | |
tree | e7152591bcc81a01c3c88b3c61fb0bbde98ad031 /devel | |
parent | 740ca6535fafd016898c9a1ae3bc4b1e5ff0b7f7 (diff) | |
download | pkgsrc-e572a2e0ca3a350fde6ba9cde10cbea6e1fb16ec.tar.gz |
Updating devel/p5-parent from 0.221nb1 to 0.223
pkgsrc changes:
- Adding license definition
Upstream changes:
0.223 20090901
. No functional changes, no need to upgrade
+ Fix Makefile.PL so that (re)installing parent under 5.10.1+
installs into perl/ instead of site/, patched by J.D.Hedden
fixes RT #49328
0.222 20090828
. No functional changes, no need to upgrade
+ Documentation fix suggested by Clinton Gormley
+ Test fix for Perl compiled without PMC support,
spotted and fixed by Nicholas Clark
+ Distribution changes to placate Module::Release
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-parent/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-parent/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-parent/Makefile b/devel/p5-parent/Makefile index cdda1371c59..1fb05e5bddc 100644 --- a/devel/p5-parent/Makefile +++ b/devel/p5-parent/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:58 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/09/12 18:31:17 sno Exp $ # -DISTNAME= parent-0.221 +DISTNAME= parent-0.223 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CO/CORION/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~corion/parent/ COMMENT= Establish an ISA relationship with base classes at compile time +LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/parent/.packlist diff --git a/devel/p5-parent/distinfo b/devel/p5-parent/distinfo index 3f4327a963c..286c2366c11 100644 --- a/devel/p5-parent/distinfo +++ b/devel/p5-parent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/05/30 11:52:39 abs Exp $ +$NetBSD: distinfo,v 1.2 2009/09/12 18:31:17 sno Exp $ -SHA1 (parent-0.221.tar.gz) = 9d1be72537fe83d68acca0532c502868ce0eefa1 -RMD160 (parent-0.221.tar.gz) = 7ee181cccbd5245f951658eadff4761579379e69 -Size (parent-0.221.tar.gz) = 5061 bytes +SHA1 (parent-0.223.tar.gz) = 563030b1139dbf20f71168ef1e8887d8c4145768 +RMD160 (parent-0.223.tar.gz) = 2553889ea930fdc208a3124cd331b936133b6d9b +Size (parent-0.223.tar.gz) = 5334 bytes |