diff options
author | sno <sno@pkgsrc.org> | 2012-09-03 11:16:19 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-03 11:16:19 +0000 |
commit | 4e0d388fe72337b41d3aace73ef0d4e3a247d6bb (patch) | |
tree | 6cfdb92079fd42cedd1cd08268737ae285c3ff10 /time | |
parent | 0d1ff2b4d2c2659ab37cc12a19dbfcf8efd876e2 (diff) | |
download | pkgsrc-4e0d388fe72337b41d3aace73ef0d4e3a247d6bb.tar.gz |
Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.
Bumping revision
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Data-ICal/Makefile | 6 | ||||
-rw-r--r-- | time/p5-MooseX-Types-DateTime-ButMaintained/Makefile | 6 | ||||
-rw-r--r-- | time/p5-MooseX-Types-DateTimeX/Makefile | 6 | ||||
-rw-r--r-- | time/p5-Olson-Abbreviations/Makefile | 6 | ||||
-rw-r--r-- | time/p5-Template-Plugin-DateTime/Makefile | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/time/p5-Data-ICal/Makefile b/time/p5-Data-ICal/Makefile index ed507175b90..db8a6fb881f 100644 --- a/time/p5-Data-ICal/Makefile +++ b/time/p5-Data-ICal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2011/08/14 15:28:44 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/03 11:16:24 sno Exp $ DISTNAME= Data-ICal-0.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} @@ -25,7 +25,7 @@ BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/Data/ICal/.packlist -PERL5_MODULE_TYPE= Module::Install +PERL5_MODULE_TYPE= Module::Install::Bundled .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile b/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile index 3344f7a77ea..fe36a112bfb 100644 --- a/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile +++ b/time/p5-MooseX-Types-DateTime-ButMaintained/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 15:28:47 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/03 11:16:24 sno Exp $ # DISTNAME= MooseX-Types-DateTime-ButMaintained-0.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} @@ -27,7 +27,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MooseX/Types/DateTime/ButMaintained/.packlist -PERL5_MODULE_TYPE= Module::Install +PERL5_MODULE_TYPE= Module::Install::Bundled .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/p5-MooseX-Types-DateTimeX/Makefile b/time/p5-MooseX-Types-DateTimeX/Makefile index 459e6c78d9e..d19ac01e85f 100644 --- a/time/p5-MooseX-Types-DateTimeX/Makefile +++ b/time/p5-MooseX-Types-DateTimeX/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 15:28:47 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/03 11:16:24 sno Exp $ # DISTNAME= MooseX-Types-DateTimeX-0.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} @@ -26,7 +26,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MooseX/Types/DateTimeX/.packlist -PERL5_MODULE_TYPE= Module::Install +PERL5_MODULE_TYPE= Module::Install::Bundled .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Olson-Abbreviations/Makefile b/time/p5-Olson-Abbreviations/Makefile index bc11839e6c2..a4333f0a392 100644 --- a/time/p5-Olson-Abbreviations/Makefile +++ b/time/p5-Olson-Abbreviations/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2011/08/14 15:28:47 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/03 11:16:24 sno Exp $ # DISTNAME= Olson-Abbreviations-0.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EC/ECARROLL/} @@ -20,7 +20,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Olson/Abbreviations/.packlist -PERL5_MODULE_TYPE= Module::Install +PERL5_MODULE_TYPE= Module::Install::Bundled .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Template-Plugin-DateTime/Makefile b/time/p5-Template-Plugin-DateTime/Makefile index 3dca955ba73..0f7c1be2b0a 100644 --- a/time/p5-Template-Plugin-DateTime/Makefile +++ b/time/p5-Template-Plugin-DateTime/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2011/08/14 15:28:48 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/03 11:16:24 sno Exp $ # DISTNAME= Template-Plugin-DateTime-0.06001 PKGNAME= p5-${DISTNAME:S/06001/06.001/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/} @@ -19,7 +19,7 @@ DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strpt DEPENDS+= p5-Template-Toolkit>=2:../../www/p5-Template-Toolkit PERL5_PACKLIST= auto/Template/Plugin/DateTime/.packlist -PERL5_BUILD_TYPE= Module::Install +PERL5_BUILD_TYPE= Module::Install::Bundled .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |