summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-10-19 19:17:40 +0000
committerhe <he@pkgsrc.org>2008-10-19 19:17:40 +0000
commitb021813da05c69e69b3fde33ae1379ac2a21f615 (patch)
treeceeaa7c54feda81f7e5e3ff3df7f4c2e1c315341 /math
parent83670cd265da69998bf58914d264c2071fb5ebad (diff)
downloadpkgsrc-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 'math')
-rw-r--r--math/gnumeric/Makefile3
-rw-r--r--math/p5-Math-Base85/Makefile3
-rw-r--r--math/p5-Math-Bezier/Makefile4
-rw-r--r--math/p5-Math-BigInteger/Makefile4
-rw-r--r--math/p5-Math-FFT/Makefile3
-rw-r--r--math/p5-Math-GMP/Makefile3
-rw-r--r--math/p5-Math-Interpolate/Makefile4
-rw-r--r--math/p5-Math-MatrixReal/Makefile3
-rw-r--r--math/p5-Math-Pari/Makefile3
-rw-r--r--math/p5-Math-Random-MT-Perl/Makefile3
-rw-r--r--math/p5-Math-Random/Makefile4
-rw-r--r--math/p5-Number-Compare/Makefile4
-rw-r--r--math/p5-Number-Latin/Makefile4
-rw-r--r--math/p5-Set-Crontab/Makefile3
-rw-r--r--math/p5-Set-Infinite/Makefile3
-rw-r--r--math/p5-Spreadsheet-ParseExcel/Makefile3
-rw-r--r--math/p5-Spreadsheet-WriteExcel/Makefile3
-rw-r--r--math/udunits/Makefile4
18 files changed, 36 insertions, 25 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index e8ab5d3fad5..d009a6af977 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.131 2008/07/14 12:56:08 joerg Exp $
+# $NetBSD: Makefile,v 1.132 2008/10/19 19:18:21 he Exp $
#
DISTNAME= gnumeric-1.8.3
+PKGREVISION= 1
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.8/}
EXTRACT_SUFX= .tar.bz2
diff --git a/math/p5-Math-Base85/Makefile b/math/p5-Math-Base85/Makefile
index cff22d0e0ba..24846889c6f 100644
--- a/math/p5-Math-Base85/Makefile
+++ b/math/p5-Math-Base85/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:36 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:21 he Exp $
DISTNAME= Math-Base85-0.2
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-Bezier/Makefile b/math/p5-Math-Bezier/Makefile
index 406ad1db027..2862575e88c 100644
--- a/math/p5-Math-Bezier/Makefile
+++ b/math/p5-Math-Bezier/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:36 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2008/10/19 19:18:21 he Exp $
DISTNAME= Math-Bezier-0.01
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-BigInteger/Makefile b/math/p5-Math-BigInteger/Makefile
index 92f0c9a156d..466fc3ee514 100644
--- a/math/p5-Math-BigInteger/Makefile
+++ b/math/p5-Math-BigInteger/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2006/11/05 17:24:28 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2008/10/19 19:18:21 he Exp $
DISTNAME= Math-BigInteger-1.0
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 3
SVR4_PKGNAME= p5mbi
-PKGREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile
index 97ba848174b..33e137c5faf 100644
--- a/math/p5-Math-FFT/Makefile
+++ b/math/p5-Math-FFT/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:36 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2008/10/19 19:18:21 he Exp $
DISTNAME= Math-FFT-1.28
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
SVR4_PKGNAME= p5fft
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile
index b28b2da3bce..b1c73721974 100644
--- a/math/p5-Math-GMP/Makefile
+++ b/math/p5-Math-GMP/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:36 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/10/19 19:18:21 he Exp $
#
DISTNAME= Math-GMP-2.04
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
SVR4_PKGNAME= p5mgp
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile
index 32faf5dca44..9e5a8d7f643 100644
--- a/math/p5-Math-Interpolate/Makefile
+++ b/math/p5-Math-Interpolate/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:36 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2008/10/19 19:18:21 he Exp $
DISTNAME= Math-Interpolate-1.05
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 3
SVR4_PKGNAME= p5min
-PKGREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-MatrixReal/Makefile b/math/p5-Math-MatrixReal/Makefile
index afbd25a2173..389bb0e517a 100644
--- a/math/p5-Math-MatrixReal/Makefile
+++ b/math/p5-Math-MatrixReal/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2008/07/29 11:45:33 he Exp $
+# $NetBSD: Makefile,v 1.16 2008/10/19 19:18:21 he Exp $
DISTNAME= Math-MatrixReal-2.05
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
SVR4_PKGNAME= p5mmr
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile
index 49653757609..cfaea19e904 100644
--- a/math/p5-Math-Pari/Makefile
+++ b/math/p5-Math-Pari/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2008/07/29 12:37:50 he Exp $
+# $NetBSD: Makefile,v 1.32 2008/10/19 19:18:21 he Exp $
#
DISTNAME= Math-Pari-2.010800
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
SVR4_PKGNAME= p5mpa
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-Random-MT-Perl/Makefile b/math/p5-Math-Random-MT-Perl/Makefile
index e0a7aa738fb..6a4b0c393e0 100644
--- a/math/p5-Math-Random-MT-Perl/Makefile
+++ b/math/p5-Math-Random-MT-Perl/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 20:09:16 he Exp $
+# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:21 he Exp $
#
DISTNAME= Math-Random-MT-Perl-1.05
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile
index c668b967147..420cefd1dc5 100644
--- a/math/p5-Math-Random/Makefile
+++ b/math/p5-Math-Random/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:36 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2008/10/19 19:18:21 he Exp $
#
DISTNAME= Math-Random-0.67
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
diff --git a/math/p5-Number-Compare/Makefile b/math/p5-Number-Compare/Makefile
index 91b02acc319..8da0a09a617 100644
--- a/math/p5-Number-Compare/Makefile
+++ b/math/p5-Number-Compare/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:36 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/10/19 19:18:21 he Exp $
DISTNAME= Number-Compare-0.01
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 2
SVR4_PKGNAME= p5nbc
-PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
diff --git a/math/p5-Number-Latin/Makefile b/math/p5-Number-Latin/Makefile
index ffac264430e..abad015dec7 100644
--- a/math/p5-Number-Latin/Makefile
+++ b/math/p5-Number-Latin/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:36 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/10/19 19:18:21 he Exp $
DISTNAME= Number-Latin-1.01
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
diff --git a/math/p5-Set-Crontab/Makefile b/math/p5-Set-Crontab/Makefile
index 0aa0725e42a..ea5a6415849 100644
--- a/math/p5-Set-Crontab/Makefile
+++ b/math/p5-Set-Crontab/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2008/08/17 16:57:24 he Exp $
+# $NetBSD: Makefile,v 1.7 2008/10/19 19:18:21 he Exp $
DISTNAME= Set-Crontab-1.02
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
diff --git a/math/p5-Set-Infinite/Makefile b/math/p5-Set-Infinite/Makefile
index b61e68f144f..95b1f4ab3be 100644
--- a/math/p5-Set-Infinite/Makefile
+++ b/math/p5-Set-Infinite/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2008/08/17 17:06:25 he Exp $
+# $NetBSD: Makefile,v 1.7 2008/10/19 19:18:21 he Exp $
DISTNAME= Set-Infinite-0.63
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
diff --git a/math/p5-Spreadsheet-ParseExcel/Makefile b/math/p5-Spreadsheet-ParseExcel/Makefile
index a72205f0aa2..a4247388d63 100644
--- a/math/p5-Spreadsheet-ParseExcel/Makefile
+++ b/math/p5-Spreadsheet-ParseExcel/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2008/02/07 21:09:30 heinz Exp $
+# $NetBSD: Makefile,v 1.13 2008/10/19 19:18:21 he Exp $
#
DISTNAME= Spreadsheet-ParseExcel-0.32
PKGNAME= p5-${DISTNAME}00
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
diff --git a/math/p5-Spreadsheet-WriteExcel/Makefile b/math/p5-Spreadsheet-WriteExcel/Makefile
index cd1a3dbf3a4..ca318370a2d 100644
--- a/math/p5-Spreadsheet-WriteExcel/Makefile
+++ b/math/p5-Spreadsheet-WriteExcel/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2008/08/17 12:58:29 he Exp $
+# $NetBSD: Makefile,v 1.19 2008/10/19 19:18:21 he Exp $
#
DISTNAME= Spreadsheet-WriteExcel-2.23
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
diff --git a/math/udunits/Makefile b/math/udunits/Makefile
index fcf456acff9..b13034b8bee 100644
--- a/math/udunits/Makefile
+++ b/math/udunits/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2008/09/02 03:11:08 obache Exp $
+# $NetBSD: Makefile,v 1.26 2008/10/19 19:18:21 he Exp $
DISTNAME= udunits-1.12.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= math devel
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/udunits/
EXTRACT_SUFX= .tar.Z