diff options
author | adam <adam> | 2011-08-12 12:27:44 +0000 |
---|---|---|
committer | adam <adam> | 2011-08-12 12:27:44 +0000 |
commit | 2d63042085c87d8d07d826462866318490497927 (patch) | |
tree | 5f78b70f1b5bf935895130191e99de63eae1a60a | |
parent | 4321f35300c1b9882fced2c05a8f552867d08d75 (diff) | |
download | pkgsrc-2d63042085c87d8d07d826462866318490497927.tar.gz |
Revision bump after updating perl to 5.14.1
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Exception-Handler/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Expect-Simple/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Expect/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Exporter-Lite/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-ExtUtils-AutoInstall/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-ex-lib/Makefile | 9 |
7 files changed, 32 insertions, 34 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 52b60d3bb77..bd22b1723e8 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2010/09/01 05:27:14 sno Exp $ +# $NetBSD: Makefile,v 1.24 2011/08/12 12:29:59 adam Exp $ DISTNAME= Exception-Class-1.32 PKGNAME= p5-${DISTNAME} -#PKGREVISION= 1 +PKGREVISION= 1 SVR4_PKGNAME= p5exc CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} @@ -12,14 +12,13 @@ HOMEPAGE= http://search.cpan.org/dist/Exception-Class/ COMMENT= Perl5 module implementing real exception classes LICENSE= artistic-2.0 +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none - PERL5_PACKLIST= auto/Exception/Class/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Exception-Handler/Makefile b/devel/p5-Exception-Handler/Makefile index 1ef3676e2fc..13d446e75e0 100644 --- a/devel/p5-Exception-Handler/Makefile +++ b/devel/p5-Exception-Handler/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2010/08/21 16:33:39 seb Exp $ -# +# $NetBSD: Makefile,v 1.3 2011/08/12 12:31:16 adam Exp $ DISTNAME= Exception-Handler-1.004 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} diff --git a/devel/p5-Expect-Simple/Makefile b/devel/p5-Expect-Simple/Makefile index 471526cfc9d..419a0705447 100644 --- a/devel/p5-Expect-Simple/Makefile +++ b/devel/p5-Expect-Simple/Makefile @@ -1,22 +1,22 @@ -# $NetBSD: Makefile,v 1.2 2010/08/21 16:33:39 seb Exp $ -# +# $NetBSD: Makefile,v 1.3 2011/08/12 12:33:42 adam Exp $ DISTNAME= Expect-Simple-0.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Expect-Simple/ COMMENT= Perl 5 module providing a wrapper around the Expect module +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Expect/Simple/.packlist - DEPENDS+= p5-Expect-[0-9]*:../../devel/p5-Expect +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Expect/Simple/.packlist + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Expect/Makefile b/devel/p5-Expect/Makefile index 3ad290c18db..c77344de705 100644 --- a/devel/p5-Expect/Makefile +++ b/devel/p5-Expect/Makefile @@ -1,23 +1,24 @@ -# $NetBSD: Makefile,v 1.28 2010/09/06 18:10:37 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2011/08/12 12:32:35 adam Exp $ DISTNAME= Expect-1.21 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5exp CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/} MAINTAINER= rhaen@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Expect/ COMMENT= Perl version of the TCL "expect" tool +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-IO-Stty-[0-9]*:../../devel/p5-IO-Stty DEPENDS+= p5-IO-tty-[0-9]*:../../devel/p5-IO-Tty CONFLICTS+= p5-expect-[0-9]* -PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir - PERL5_PACKLIST= auto/Expect/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Exporter-Lite/Makefile b/devel/p5-Exporter-Lite/Makefile index c534549d01e..a530178f3ee 100644 --- a/devel/p5-Exporter-Lite/Makefile +++ b/devel/p5-Exporter-Lite/Makefile @@ -1,20 +1,20 @@ -# $NetBSD: Makefile,v 1.3 2010/08/21 16:33:39 seb Exp $ -# +# $NetBSD: Makefile,v 1.4 2011/08/12 12:34:36 adam Exp $ DISTNAME= Exporter-Lite-0.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exporter/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Exporter-Lite/ COMMENT= Perl 5 module providing lightweight exporting of variables +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Exporter/Lite/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Exporter/Lite/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-ExtUtils-AutoInstall/Makefile b/devel/p5-ExtUtils-AutoInstall/Makefile index 2fd61d8edc9..d21423118c9 100644 --- a/devel/p5-ExtUtils-AutoInstall/Makefile +++ b/devel/p5-ExtUtils-AutoInstall/Makefile @@ -1,23 +1,23 @@ -# $NetBSD: Makefile,v 1.9 2010/08/21 16:33:39 seb Exp $ +# $NetBSD: Makefile,v 1.10 2011/08/12 12:36:19 adam Exp $ DISTNAME= ExtUtils-AutoInstall-0.63 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~autrijus/ExtUtils-AutoInstall/ +HOMEPAGE= http://search.cpan.org/dist/ExtUtils-AutoInstall/ COMMENT= Lets Makefile.PL automatically install dependencies +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Sort-Versions>=1.2:../../devel/p5-Sort-Versions +MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip PERL5_PACKLIST= auto/ExtUtils/AutoInstall/.packlist -MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-ex-lib/Makefile b/devel/p5-ex-lib/Makefile index 51f2c8b7d59..ff6edaadc47 100644 --- a/devel/p5-ex-lib/Makefile +++ b/devel/p5-ex-lib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2010/08/21 16:34:46 seb Exp $ -# +# $NetBSD: Makefile,v 1.6 2011/08/12 12:27:44 adam Exp $ DISTNAME= ex-lib-0.90 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ex/} @@ -16,8 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-lib-abs>=0.90:../../devel/p5-lib-abs -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/ex/lib/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/ex/lib/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |