diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-02 11:53:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-02 11:53:34 +0000 |
commit | 7166660e0869e600de95f00511736db4bf628d2d (patch) | |
tree | 0b3576bf8d40c5f7d058728d38e43564bcae5836 /lang | |
parent | 0594acf27e2afd5d50b45048bca038ebd6e1d8a1 (diff) | |
download | pkgsrc-7166660e0869e600de95f00511736db4bf628d2d.tar.gz |
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cilk/Makefile | 4 | ||||
-rw-r--r-- | lang/dylan-interpreter/Makefile.common | 3 | ||||
-rw-r--r-- | lang/erlang/Makefile | 3 | ||||
-rw-r--r-- | lang/gb/Makefile | 4 | ||||
-rw-r--r-- | lang/gb/buildlink2.mk | 4 | ||||
-rw-r--r-- | lang/mono/Makefile | 3 | ||||
-rw-r--r-- | lang/mono/buildlink2.mk | 4 | ||||
-rw-r--r-- | lang/python21-pth/Makefile | 4 | ||||
-rw-r--r-- | lang/python21-pth/buildlink2.mk | 4 | ||||
-rw-r--r-- | lang/python22-pth/Makefile | 3 | ||||
-rw-r--r-- | lang/python22-pth/buildlink2.mk | 4 |
11 files changed, 22 insertions, 18 deletions
diff --git a/lang/cilk/Makefile b/lang/cilk/Makefile index cb2ac385230..ae01aa898cf 100644 --- a/lang/cilk/Makefile +++ b/lang/cilk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/10/13 12:17:44 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/05/02 11:55:34 wiz Exp $ DISTNAME= cilk-5.3.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang parallel MASTER_SITES= http://supertech.lcs.mit.edu/cilk/ \ ftp://theory.lcs.mit.edu/pub/cilk/ diff --git a/lang/dylan-interpreter/Makefile.common b/lang/dylan-interpreter/Makefile.common index 5e263378741..a9980533aba 100644 --- a/lang/dylan-interpreter/Makefile.common +++ b/lang/dylan-interpreter/Makefile.common @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.common,v 1.6 2002/11/14 21:45:52 jlam Exp $ +# $NetBSD: Makefile.common,v 1.7 2003/05/02 11:55:34 wiz Exp $ # DISTNAME= gwydion-dylan-${DYLAN_VERSION} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://berlin.ccc.de/pub/gd/src/ \ ftp://ftp.fu-berlin.de/pub/unix/languages/dylan/src/ \ diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 2ab2136963b..96f12b36c75 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/29 23:47:45 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2003/05/02 11:55:34 wiz Exp $ DISTNAME= otp_src_R9B-1 PKGNAME= erlang-9.1 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.erlang.org/download/ diff --git a/lang/gb/Makefile b/lang/gb/Makefile index 47b6c10e222..ce398ff7e11 100644 --- a/lang/gb/Makefile +++ b/lang/gb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2003/04/24 09:20:34 cjep Exp $ +# $NetBSD: Makefile,v 1.15 2003/05/02 11:55:35 wiz Exp $ # DISTNAME= gb-0.0.20 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gb/0.0/} diff --git a/lang/gb/buildlink2.mk b/lang/gb/buildlink2.mk index 647dc6bd474..4140f9bef6d 100644 --- a/lang/gb/buildlink2.mk +++ b/lang/gb/buildlink2.mk @@ -1,10 +1,10 @@ -# $NetBSD: buildlink2.mk,v 1.3 2002/12/24 06:10:10 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2003/05/02 11:55:35 wiz Exp $ .if !defined(GB_BUILDLINK2_MK) GB_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gb -BUILDLINK_DEPENDS.gb?= gb>=0.0.20nb2 +BUILDLINK_DEPENDS.gb?= gb>=0.0.20nb3 BUILDLINK_PKGSRCDIR.gb?= ../../lang/gb EVAL_PREFIX+= BUILDLINK_PREFIX.gb=gb diff --git a/lang/mono/Makefile b/lang/mono/Makefile index cb48e306f00..9c8f05e1251 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2003/03/15 08:27:45 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2003/05/02 11:55:35 wiz Exp $ # DISTNAME= mono-0.23 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.go-mono.org/archive/ diff --git a/lang/mono/buildlink2.mk b/lang/mono/buildlink2.mk index 2dae35a47a8..a878bbe6e39 100644 --- a/lang/mono/buildlink2.mk +++ b/lang/mono/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.3 2003/03/15 08:27:45 jmmv Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2003/05/02 11:55:35 wiz Exp $ # # This Makefile fragment is included by packages that use mono. # @@ -9,7 +9,7 @@ MONO_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= mono -BUILDLINK_DEPENDS.mono?= mono>=0.23 +BUILDLINK_DEPENDS.mono?= mono>=0.23nb1 BUILDLINK_PKGSRCDIR.mono?= ../../lang/mono EVAL_PREFIX+= BUILDLINK_PREFIX.mono=mono diff --git a/lang/python21-pth/Makefile b/lang/python21-pth/Makefile index 6ac36ab0de2..e0466ea2d08 100644 --- a/lang/python21-pth/Makefile +++ b/lang/python21-pth/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2003/01/22 17:05:33 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2003/05/02 11:55:35 wiz Exp $ # DISTNAME= Python-2.1.3 PKGNAME= python21-pth-2.1.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.3/ EXTRACT_SUFX= .tgz diff --git a/lang/python21-pth/buildlink2.mk b/lang/python21-pth/buildlink2.mk index c113866d7d5..d49776861eb 100644 --- a/lang/python21-pth/buildlink2.mk +++ b/lang/python21-pth/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.8 2003/03/14 19:37:45 jlam Exp $ +# $NetBSD: buildlink2.mk,v 1.9 2003/05/02 11:55:36 wiz Exp $ .if !defined(PYTHON21_BUILDLINK2_MK) PYTHON21_BUILDLINK2_MK= # defined @@ -7,7 +7,7 @@ PYTHON21_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= python21-pth BUILDLINK_PKGBASE.python21-pth?= python21-pth -BUILDLINK_DEPENDS.python21-pth?= python21-pth>=2.1 +BUILDLINK_DEPENDS.python21-pth?= python21-pth>=2.1.3nb2 BUILDLINK_PKGSRCDIR.python21-pth?= ../../lang/python21-pth .if defined(BUILDLINK_DEPMETHOD.python) diff --git a/lang/python22-pth/Makefile b/lang/python22-pth/Makefile index 4d565e02eed..4798de94866 100644 --- a/lang/python22-pth/Makefile +++ b/lang/python22-pth/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/12/25 16:57:43 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/05/02 11:55:36 wiz Exp $ # DISTNAME= Python-2.2.2 +PKGREVISION= 1 PKGNAME= python22-pth-2.2.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.2/ diff --git a/lang/python22-pth/buildlink2.mk b/lang/python22-pth/buildlink2.mk index df4f418b200..e8a9a89c45e 100644 --- a/lang/python22-pth/buildlink2.mk +++ b/lang/python22-pth/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.2 2003/03/14 19:37:45 jlam Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2003/05/02 11:55:36 wiz Exp $ .if !defined(PYTHON22_BUILDLINK2_MK) PYTHON22_BUILDLINK2_MK= # defined @@ -7,7 +7,7 @@ PYTHON22_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= python22-pth BUILDLINK_PKGBASE.python22-pth?= python22-pth -BUILDLINK_DEPENDS.python22-pth?= python22-pth>=2.2 +BUILDLINK_DEPENDS.python22-pth?= python22-pth>=2.2.2nb1 BUILDLINK_PKGSRCDIR.python22-pth?= ../../lang/python22-pth .if defined(BUILDLINK_DEPMETHOD.python) |