From 2a84cffce91bc3320cc4edba861b70d2a0500445 Mon Sep 17 00:00:00 2001 From: sno Date: Wed, 6 May 2009 06:55:50 +0000 Subject: PkgSrc changes: - Updating package for p5 module Module::Build from 0.32 to 0.33 - Setting License to gnu-gpl-v2 - Adjusting optional dependencies to use always packages, not perl core Upstream changes: 0.33 - Sun May 3 20:16:34 PDT 2009 Bug-fixes: - Fixed RT#45462: Compat.pm needs to reference 'Build.com' on VMS [patch from John Malmberg] - Fixed RT#45461: ext.t on VMS [patch from John Malmberg] - Fixed RT#43861: Module::Build::PPMMaker has broken PPD name versioning for v5.10+ --- devel/p5-Module-Build/Makefile | 5 +++-- devel/p5-Module-Build/distinfo | 8 ++++---- devel/p5-Module-Build/options.mk | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index 11b23dcdce3..9f63717bf19 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2009/03/21 23:11:29 sno Exp $ +# $NetBSD: Makefile,v 1.23 2009/05/06 06:55:50 sno Exp $ -DISTNAME= Module-Build-0.32 +DISTNAME= Module-Build-0.33 PKGNAME= p5-${DISTNAME}000 SVR4_PKGNAME= p5mob CATEGORIES= devel perl5 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Module-Build/ COMMENT= Build and install Perl modules +LICENSE= gnu-gpl-v2 # OR artistic PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-Module-Build/distinfo b/devel/p5-Module-Build/distinfo index cfa311cee6c..cd6348a652d 100644 --- a/devel/p5-Module-Build/distinfo +++ b/devel/p5-Module-Build/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2009/03/01 21:47:22 sno Exp $ +$NetBSD: distinfo,v 1.14 2009/05/06 06:55:50 sno Exp $ -SHA1 (Module-Build-0.32.tar.gz) = b489a1dc5547f14166d0cf4c8f974a3e152aa76c -RMD160 (Module-Build-0.32.tar.gz) = 72e4dd9bf4a136f21c18d3ac9209d4f13038a8b4 -Size (Module-Build-0.32.tar.gz) = 207293 bytes +SHA1 (Module-Build-0.33.tar.gz) = 0afdef419fe45757e6137a265a7072bbe93c2e5b +RMD160 (Module-Build-0.33.tar.gz) = 6fd5f689cfb97001f1ab6b9d9e544aa41908df90 +Size (Module-Build-0.33.tar.gz) = 251488 bytes diff --git a/devel/p5-Module-Build/options.mk b/devel/p5-Module-Build/options.mk index 095a5e91c6a..34a5c9dd0a7 100644 --- a/devel/p5-Module-Build/options.mk +++ b/devel/p5-Module-Build/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2009/03/01 21:47:22 sno Exp $ +# $NetBSD: options.mk,v 1.2 2009/05/06 06:55:50 sno Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Module-Build @@ -11,7 +11,7 @@ PKG_SUGGESTED_OPTIONS+= pod-readme yaml version .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Marchive-tar) -DEPENDS+= {perl>=5.10,p5-Archive-Tar>=1.08}:../../archivers/p5-Archive-Tar +DEPENDS+= p5-Archive-Tar>=1.08:../../archivers/p5-Archive-Tar .endif .if !empty(PKG_OPTIONS:Myaml) BUILD_DEPENDS+= p5-YAML>=0.50:../../textproc/p5-YAML @@ -20,7 +20,7 @@ BUILD_DEPENDS+= p5-YAML>=0.50:../../textproc/p5-YAML DEPENDS+= p5-Module-Signature>=0.55:../../security/p5-Module-Signature .endif .if !empty(PKG_OPTIONS:Mextutils-parsexs) -DEPENDS+= {perl>=5.10,p5-ExtUtils-ParseXS>=1.02}:../../devel/p5-ExtUtils-ParseXS +DEPENDS+= p5-ExtUtils-ParseXS>=1.02:../../devel/p5-ExtUtils-ParseXS .endif .if !empty(PKG_OPTIONS:Mextutils-cbuilder) DEPENDS+= p5-ExtUtils-CBuilder>=0.15:../../devel/p5-ExtUtils-CBuilder -- cgit v1.2.3