diff options
author | seb <seb@pkgsrc.org> | 2010-08-21 16:32:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-08-21 16:32:42 +0000 |
commit | febfbb41f9a1b548f29f1385798606badda36c17 (patch) | |
tree | ea003b3d334b79322d0a5e4e9868404f6a97846b /archivers | |
parent | 3996b1f72d36d6badfa6bdb64be0f21ee39cba21 (diff) | |
download | pkgsrc-febfbb41f9a1b548f29f1385798606badda36c17.tar.gz |
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Any/Makefile | 3 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 3 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 3 | ||||
-rw-r--r-- | archivers/p5-Compress-Bzip2/Makefile | 4 | ||||
-rw-r--r-- | archivers/p5-Compress-LZMA-Simple/Makefile | 4 |
5 files changed, 10 insertions, 7 deletions
diff --git a/archivers/p5-Archive-Any/Makefile b/archivers/p5-Archive-Any/Makefile index 59587c03b04..a4881871f6e 100644 --- a/archivers/p5-Archive-Any/Makefile +++ b/archivers/p5-Archive-Any/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/30 22:39:06 he Exp $ +# $NetBSD: Makefile,v 1.2 2010/08/21 16:32:42 seb Exp $ DISTNAME= Archive-Any-0.0932 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5aan CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 2e1c68e1428..38a25673927 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2010/08/04 18:01:14 sno Exp $ +# $NetBSD: Makefile,v 1.43 2010/08/21 16:32:42 seb Exp $ DISTNAME= Archive-Tar-1.66 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5tar CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 3f063ed8d03..e774674f6bd 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2009/07/07 19:10:05 sno Exp $ +# $NetBSD: Makefile,v 1.29 2010/08/21 16:32:43 seb Exp $ DISTNAME= Archive-Zip-1.30 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5zip CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} diff --git a/archivers/p5-Compress-Bzip2/Makefile b/archivers/p5-Compress-Bzip2/Makefile index 288e0f6fd64..413f164ab14 100644 --- a/archivers/p5-Compress-Bzip2/Makefile +++ b/archivers/p5-Compress-Bzip2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2008/10/19 19:17:40 he Exp $ +# $NetBSD: Makefile,v 1.14 2010/08/21 16:32:43 seb Exp $ # DISTNAME= Compress-Bzip2-2.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AR/ARJAY/} diff --git a/archivers/p5-Compress-LZMA-Simple/Makefile b/archivers/p5-Compress-LZMA-Simple/Makefile index 6d3b965ae89..172f080362f 100644 --- a/archivers/p5-Compress-LZMA-Simple/Makefile +++ b/archivers/p5-Compress-LZMA-Simple/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2010/05/17 02:29:25 obache Exp $ +# $NetBSD: Makefile,v 1.5 2010/08/21 16:32:43 seb Exp $ # DISTNAME= Compress-LZMA-Simple-0.2 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/} |