diff options
author | he <he@pkgsrc.org> | 2008-10-19 19:17:40 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-10-19 19:17:40 +0000 |
commit | b021813da05c69e69b3fde33ae1379ac2a21f615 (patch) | |
tree | ceeaa7c54feda81f7e5e3ff3df7f4c2e1c315341 /graphics | |
parent | 83670cd265da69998bf58914d264c2071fb5ebad (diff) | |
download | pkgsrc-b021813da05c69e69b3fde33ae1379ac2a21f615.tar.gz |
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/g2/Makefile | 3 | ||||
-rw-r--r-- | graphics/get_ds7/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Chart-ThreeD/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Chart/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GD-Graph-sparklines/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GD/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GDGraph/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GDGraph3d/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GDTextUtil/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GIFgraph/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Gdk-Imlib/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Gdk-Pixbuf/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Image-ExifTool/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Image-Imlib2/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Image-Info/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-RRDTool-OO/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-SVG/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-SWF-File/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Template-GD/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-cairo/Makefile | 3 |
24 files changed, 48 insertions, 31 deletions
diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile index 3ee36125f54..13977a5709f 100644 --- a/graphics/g2/Makefile +++ b/graphics/g2/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2007/02/15 14:58:20 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2008/10/19 19:18:10 he Exp $ DISTNAME= g2-0.50 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://g2.sourceforge.net/pub/ diff --git a/graphics/get_ds7/Makefile b/graphics/get_ds7/Makefile index 94a0b1a9566..135a3e415ba 100644 --- a/graphics/get_ds7/Makefile +++ b/graphics/get_ds7/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2008/03/04 15:39:09 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/10/19 19:18:10 he Exp $ # DISTNAME= get_ds7_1.2.4 PKGNAME= get_ds7-1.2.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.yk.rim.or.jp/~mamo/Computer/DS-7/ EXTRACT_SUFX= .tar diff --git a/graphics/p5-Chart-ThreeD/Makefile b/graphics/p5-Chart-ThreeD/Makefile index 8f97e74127a..24e03a1009d 100644 --- a/graphics/p5-Chart-ThreeD/Makefile +++ b/graphics/p5-Chart-ThreeD/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2008/06/20 01:09:22 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/10/19 19:18:10 he Exp $ DISTNAME= Chart-ThreeD-0.01 PKGNAME= p5-${DISTNAME} +PKGREVISION= 5 SVR4_PKGNAME= p5c3d -PKGREVISION= 4 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/} diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index fc33a355960..9f246da5fa6 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2007/05/16 20:39:36 heinz Exp $ +# $NetBSD: Makefile,v 1.8 2008/10/19 19:18:10 he Exp $ DISTNAME= Chart-2.4.1 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/} diff --git a/graphics/p5-GD-Graph-sparklines/Makefile b/graphics/p5-GD-Graph-sparklines/Makefile index 5774d7e559a..a9ffbac4f1a 100644 --- a/graphics/p5-GD-Graph-sparklines/Makefile +++ b/graphics/p5-GD-Graph-sparklines/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/18 19:18:19 heinz Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:10 he Exp $ # DISTNAME= GD-Graph-sparklines-0.2 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile index 7c7ba30b9e6..1d4d654d92d 100644 --- a/graphics/p5-GD-SVG/Makefile +++ b/graphics/p5-GD-SVG/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2008/10/13 19:52:54 heinz Exp $ +# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:10 he Exp $ # DISTNAME= GD-SVG-0.32 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index c803b4b0c1b..36ed06aa3ba 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2007/05/19 13:42:37 heinz Exp $ +# $NetBSD: Makefile,v 1.38 2008/10/19 19:18:10 he Exp $ DISTNAME= GD-2.35 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5bd CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} diff --git a/graphics/p5-GDGraph/Makefile b/graphics/p5-GDGraph/Makefile index 25844b2b9c0..90128fa3485 100644 --- a/graphics/p5-GDGraph/Makefile +++ b/graphics/p5-GDGraph/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2007/05/19 14:07:30 heinz Exp $ +# $NetBSD: Makefile,v 1.20 2008/10/19 19:18:10 he Exp $ # DISTNAME= GDGraph-1.44 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5gdg CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} diff --git a/graphics/p5-GDGraph3d/Makefile b/graphics/p5-GDGraph3d/Makefile index fe9469ef8d9..9589d04292c 100644 --- a/graphics/p5-GDGraph3d/Makefile +++ b/graphics/p5-GDGraph3d/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2008/06/20 01:09:22 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/10/19 19:18:10 he Exp $ DISTNAME= GDGraph3d-0.56 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= p5gd3 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} diff --git a/graphics/p5-GDTextUtil/Makefile b/graphics/p5-GDTextUtil/Makefile index 082d0ea1b61..1bda9bd6d40 100644 --- a/graphics/p5-GDTextUtil/Makefile +++ b/graphics/p5-GDTextUtil/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:22 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/10/19 19:18:10 he Exp $ DISTNAME= GDTextUtil-0.86 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= p5gdt CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} diff --git a/graphics/p5-GIFgraph/Makefile b/graphics/p5-GIFgraph/Makefile index 79c6323529c..d6b9a18044c 100644 --- a/graphics/p5-GIFgraph/Makefile +++ b/graphics/p5-GIFgraph/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2008/06/20 01:09:22 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2008/10/19 19:18:10 he Exp $ # DISTNAME= GIFgraph-1.20 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 SVR4_PKGNAME= p5gig CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GIFgraph/} diff --git a/graphics/p5-Gdk-Imlib/Makefile b/graphics/p5-Gdk-Imlib/Makefile index 90d8c680095..88c305cb7b5 100644 --- a/graphics/p5-Gdk-Imlib/Makefile +++ b/graphics/p5-Gdk-Imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:22 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/10/19 19:18:10 he Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/p5-gtk/Makefile.common" PKGNAME= p5-Gdk-Imlib-${GTKPERL_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 MAINTAINER= adrianp@NetBSD.org COMMENT= Perl bindings for Imlib diff --git a/graphics/p5-Gdk-Pixbuf/Makefile b/graphics/p5-Gdk-Pixbuf/Makefile index 7f7f7eac28a..c4daa012d6a 100644 --- a/graphics/p5-Gdk-Pixbuf/Makefile +++ b/graphics/p5-Gdk-Pixbuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/06/20 01:09:22 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2008/10/19 19:18:10 he Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/p5-gtk/Makefile.common" PKGNAME= p5-Gdk-Pixbuf-${GTKPERL_VERSION} -PKGREVISION= 12 +PKGREVISION= 13 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 Gtk::Gdk::Pixbuf diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 60cb2cb5432..1e71c8e85a6 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2008/07/30 17:02:45 he Exp $ +# $NetBSD: Makefile,v 1.22 2008/10/19 19:18:10 he Exp $ # DISTNAME= GraphViz-2.03 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz/} diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index 49502713c02..aca281c627b 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/10/19 19:18:10 he Exp $ DISTNAME= Image-ExifTool-${VERSION} PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \ http://owl.phy.queensu.ca/~phil/exiftool/ diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile index 7c969d7327c..c0411a72b56 100644 --- a/graphics/p5-Image-Imlib2/Makefile +++ b/graphics/p5-Image-Imlib2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2008/08/03 21:07:21 he Exp $ +# $NetBSD: Makefile,v 1.24 2008/10/19 19:18:10 he Exp $ # DISTNAME= Image-Imlib2-2.01 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5im2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index 73d7773f2c7..452cf731fb8 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2008/10/19 19:18:10 he Exp $ # DISTNAME= Image-Info-1.28 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5iin CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index f1ce2f80726..7d282d6064a 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2008/07/18 15:07:13 rhaen Exp $ +# $NetBSD: Makefile,v 1.23 2008/10/19 19:18:10 he Exp $ # DISTNAME= Image-Size-3.1.1 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5isi CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index cd4e1b89064..6e433619918 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.60 2008/10/19 19:18:10 he Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -6,6 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PKGNAME= p5-PerlMagick-${DISTVERSION} +PKGREVISION= 1 SVR4_PKGNAME= p5pma MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/graphics/p5-RRDTool-OO/Makefile b/graphics/p5-RRDTool-OO/Makefile index 01402df250e..aa14458f7f5 100644 --- a/graphics/p5-RRDTool-OO/Makefile +++ b/graphics/p5-RRDTool-OO/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2008/07/13 16:04:03 rhaen Exp $ +# $NetBSD: Makefile,v 1.4 2008/10/19 19:18:10 he Exp $ DISTNAME= RRDTool-OO-0.22 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHILLI/} diff --git a/graphics/p5-SVG/Makefile b/graphics/p5-SVG/Makefile index 55f93b79f62..1d3b7041c75 100644 --- a/graphics/p5-SVG/Makefile +++ b/graphics/p5-SVG/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2008/07/17 15:01:57 heinz Exp $ +# $NetBSD: Makefile,v 1.4 2008/10/19 19:18:11 he Exp $ # DISTNAME= SVG-2.44 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVG/} diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index 0245127245b..9462974a4fc 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2008/08/06 21:52:44 he Exp $ +# $NetBSD: Makefile,v 1.10 2008/10/19 19:18:11 he Exp $ # DISTNAME= SWF-File-0.42 +PKGREVISION= 1 CATEGORIES= graphics www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YS/YSAS/} diff --git a/graphics/p5-Template-GD/Makefile b/graphics/p5-Template-GD/Makefile index a36e4f4928d..5e856aa6e6b 100644 --- a/graphics/p5-Template-GD/Makefile +++ b/graphics/p5-Template-GD/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:11 he Exp $ # DISTNAME= Template-GD-2.66 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AB/ABW/ diff --git a/graphics/p5-cairo/Makefile b/graphics/p5-cairo/Makefile index 073666e12e6..372e55bf703 100644 --- a/graphics/p5-cairo/Makefile +++ b/graphics/p5-cairo/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:10 he Exp $ # DISTNAME= Cairo-${DIST_VER} PKGNAME= p5-${DISTNAME} PKGNAME= p5-cairo-${DIST_VER} +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} |