diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-26 02:27:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-26 02:27:34 +0000 |
commit | 559603c1ddc7d4f664173836c7bd4b515a5539f1 (patch) | |
tree | 41dd3b7f8e57da510c64a490aa410798a76dec65 /math | |
parent | 1a3a4d209fee5e0656f2efb5f563feaebe417ba5 (diff) | |
download | pkgsrc-559603c1ddc7d4f664173836c7bd4b515a5539f1.tar.gz |
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/Makefile | 3 | ||||
-rw-r--r-- | math/octave/Makefile | 4 | ||||
-rw-r--r-- | math/pari-galdata/Makefile | 3 | ||||
-rw-r--r-- | math/pari/Makefile | 4 | ||||
-rw-r--r-- | math/pari/buildlink2.mk | 3 |
5 files changed, 10 insertions, 7 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 377b49c509c..c26f985e68c 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2004/03/11 16:41:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.26 2004/03/26 02:27:45 wiz Exp $ # DISTNAME= gcalctool-4.3.50 +PKGREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/4.3/} EXTRACT_SUFX= .tar.bz2 diff --git a/math/octave/Makefile b/math/octave/Makefile index fb307feb42d..94e4f80fbb0 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2004/02/18 13:33:41 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2004/03/26 02:27:45 wiz Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.17 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \ ftp://ftp.math.uni-hamburg.de/pub/soft/math/octave/ \ diff --git a/math/pari-galdata/Makefile b/math/pari-galdata/Makefile index 88315f36171..218b3240339 100644 --- a/math/pari-galdata/Makefile +++ b/math/pari-galdata/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:20:05 agc Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:45 wiz Exp $ DISTNAME= galdata PKGNAME= pari-galdata-2.1 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari/ \ http://www.gn-50uma.de/ftp/pari/ diff --git a/math/pari/Makefile b/math/pari/Makefile index 69f43268f80..13ad6d70f41 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/02/22 02:19:50 heinz Exp $ +# $NetBSD: Makefile,v 1.21 2004/03/26 02:27:45 wiz Exp $ DISTNAME= pari-2.1.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/download/ \ ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ diff --git a/math/pari/buildlink2.mk b/math/pari/buildlink2.mk index 091e6e630ed..a5f3d06348e 100644 --- a/math/pari/buildlink2.mk +++ b/math/pari/buildlink2.mk @@ -1,10 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.2 2003/07/13 13:52:32 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2004/03/26 02:27:45 wiz Exp $ .if !defined(PARI_BUILDLINK2_MK) PARI_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= pari BUILDLINK_DEPENDS.pari?= pari>=2.1.5nb1 +BUILDLINK_RECOMMENDED.pari?= pari>=2.1.5nb3 BUILDLINK_PKGSRCDIR.pari?= ../../math/pari BUILDLINK_DEPMETHOD.pari?= build |