summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-24 07:31:52 +0000
committerwiz <wiz>2006-01-24 07:31:52 +0000
commitdbfead7dfad0120cb6a2ec8671b93692f46048dc (patch)
tree77ad9fb8ac0c2d8f2684d68e29ca6419f17fa0fd /math
parente1ac9cc0185450d751803dc8d862b81c0eaa32ca (diff)
downloadpkgsrc-dbfead7dfad0120cb6a2ec8671b93692f46048dc.tar.gz
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump. PKGREVISION++ for the dependencies.
Diffstat (limited to 'math')
-rw-r--r--math/calcoo/Makefile3
-rw-r--r--math/galculator/Makefile3
-rw-r--r--math/gcalctool/Makefile4
-rw-r--r--math/gnumeric/Makefile4
-rw-r--r--math/qalculate-bases/Makefile3
-rw-r--r--math/qalculate-currency/Makefile3
-rw-r--r--math/qalculate-gtk/Makefile4
-rw-r--r--math/qalculate-kde/Makefile3
-rw-r--r--math/qalculate-units/Makefile3
-rw-r--r--math/qalculate/Makefile3
-rw-r--r--math/qalculate/buildlink3.mk3
-rw-r--r--math/scilab/Makefile3
-rw-r--r--math/scilab/buildlink3.mk3
13 files changed, 26 insertions, 16 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile
index f2caabad779..b281a4ec7e7 100644
--- a/math/calcoo/Makefile
+++ b/math/calcoo/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2005/08/10 20:56:19 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2006/01/24 07:32:20 wiz Exp $
#
DISTNAME= calcoo-1.3.16
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calcoo/}
diff --git a/math/galculator/Makefile b/math/galculator/Makefile
index d4c881db7d7..d75ad0695d6 100644
--- a/math/galculator/Makefile
+++ b/math/galculator/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2005/08/10 20:56:19 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/01/24 07:32:20 wiz Exp $
#
DISTNAME= galculator-1.2.5
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galculator/}
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
index 524b20fdbe4..d64bfa13152 100644
--- a/math/gcalctool/Makefile
+++ b/math/gcalctool/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2005/12/31 12:32:39 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2006/01/24 07:32:20 wiz Exp $
#
DISTNAME= gcalctool-5.6.31
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.6/}
EXTRACT_SUFX= .tar.bz2
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 75e697a1d86..7a2d3c5e89d 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.101 2005/12/31 12:32:39 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2006/01/24 07:32:20 wiz Exp $
#
DISTNAME= gnumeric-1.6.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.6/}
EXTRACT_SUFX= .tar.bz2
diff --git a/math/qalculate-bases/Makefile b/math/qalculate-bases/Makefile
index 2f56717ec0a..7342e217357 100644
--- a/math/qalculate-bases/Makefile
+++ b/math/qalculate-bases/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/11 13:26:44 adam Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/24 07:32:20 wiz Exp $
DISTNAME= qalculate-bases-0.8.2
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
diff --git a/math/qalculate-currency/Makefile b/math/qalculate-currency/Makefile
index a6f474cbe9f..73f00220b5c 100644
--- a/math/qalculate-currency/Makefile
+++ b/math/qalculate-currency/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/11 13:29:06 adam Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/24 07:32:20 wiz Exp $
DISTNAME= qalculate-currency-0.8.2
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile
index d22ba9a5e00..d01491b5ff9 100644
--- a/math/qalculate-gtk/Makefile
+++ b/math/qalculate-gtk/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2005/12/31 12:32:39 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2006/01/24 07:32:20 wiz Exp $
DISTNAME= qalculate-gtk-0.8.2.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
diff --git a/math/qalculate-kde/Makefile b/math/qalculate-kde/Makefile
index c974c07bc2d..08677bf07cd 100644
--- a/math/qalculate-kde/Makefile
+++ b/math/qalculate-kde/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2005/10/11 12:36:35 adam Exp $
+# $NetBSD: Makefile,v 1.3 2006/01/24 07:32:20 wiz Exp $
DISTNAME= qalculate-kde-0.8.2
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
diff --git a/math/qalculate-units/Makefile b/math/qalculate-units/Makefile
index 65d9fefe699..732c69c7616 100644
--- a/math/qalculate-units/Makefile
+++ b/math/qalculate-units/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/11 13:29:40 adam Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/24 07:32:20 wiz Exp $
DISTNAME= qalculate-units-0.8.2
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile
index 9a3cc3b5b14..3e0713357e9 100644
--- a/math/qalculate/Makefile
+++ b/math/qalculate/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/01/03 20:54:15 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/01/24 07:32:20 wiz Exp $
DISTNAME= libqalculate-0.8.2
PKGNAME= qalculate-0.8.2
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
diff --git a/math/qalculate/buildlink3.mk b/math/qalculate/buildlink3.mk
index 5e614512d32..9b53982676a 100644
--- a/math/qalculate/buildlink3.mk
+++ b/math/qalculate/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2005/10/11 12:35:06 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2006/01/24 07:32:20 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
QALCULATE_BUILDLINK3_MK:= ${QALCULATE_BUILDLINK3_MK}+
@@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= qalculate
.if !empty(QALCULATE_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.qalculate+= qalculate>=0.8.2
+BUILDLINK_RECOMMENDED.qalculate?= qalculate>=0.8.2nb1
BUILDLINK_PKGSRCDIR.qalculate?= ../../math/qalculate
.endif # QALCULATE_BUILDLINK3_MK
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 998869e1526..087664107d5 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.67 2005/12/05 20:50:37 rillig Exp $
+# $NetBSD: Makefile,v 1.68 2006/01/24 07:32:20 wiz Exp $
#
DISTNAME= ${SCIBASE}-src
PKGNAME= ${SCIBASE}
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://scilabsoft.inria.fr/download/stable/
diff --git a/math/scilab/buildlink3.mk b/math/scilab/buildlink3.mk
index d39dabe85a6..8740bc534c1 100644
--- a/math/scilab/buildlink3.mk
+++ b/math/scilab/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2005/12/05 20:50:37 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2006/01/24 07:32:20 wiz Exp $
#
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
@@ -13,6 +13,7 @@ BUILDLINK_PACKAGES+= scilab
.if !empty(SCILAB_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.scilab+= scilab>=3.0
+BUILDLINK_RECOMMENDED.scilab?= scilab>=3.1.1nb1
BUILDLINK_PKGSRCDIR.scilab?= ../../math/scilab
BUILDLINK_FILES.scilab+= lib/scilab-${SCIVERSION}/Version.incl