From 559603c1ddc7d4f664173836c7bd4b515a5539f1 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 26 Mar 2004 02:27:34 +0000 Subject: PKGREVISION bump after openssl-security-fix-update to 0.9.6m. Buildlink files: RECOMMENDED version changed to current version. --- lang/erlang/Makefile | 4 ++-- lang/py-extclass/Makefile | 3 ++- lang/python20/Makefile | 4 ++-- lang/python20/buildlink2.mk | 3 ++- lang/python20/buildlink3.mk | 3 ++- lang/python23-pth/Makefile | 4 ++-- lang/python23-pth/buildlink2.mk | 3 ++- lang/python23-pth/buildlink3.mk | 3 ++- lang/python23/Makefile | 4 ++-- lang/python23/buildlink2.mk | 3 ++- lang/python23/buildlink3.mk | 3 ++- 11 files changed, 22 insertions(+), 15 deletions(-) (limited to 'lang') diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index bb581440d25..b698d314c7b 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/01/24 13:51:14 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/26 02:27:42 wiz Exp $ DISTNAME= otp_src_R9C-0 PKGNAME= erlang-9.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.erlang.org/download/ diff --git a/lang/py-extclass/Makefile b/lang/py-extclass/Makefile index df7efecd038..a38a6908180 100644 --- a/lang/py-extclass/Makefile +++ b/lang/py-extclass/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:19:17 agc Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/26 02:27:42 wiz Exp $ # DISTNAME= Zope-2.2.2-src PKGNAME= py-extclass-2.2.2 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.zope.org/Products/Zope/2.2.2/ EXTRACT_SUFX= .tgz diff --git a/lang/python20/Makefile b/lang/python20/Makefile index cd651cc503f..1701f953c80 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2004/01/27 18:55:30 abs Exp $ +# $NetBSD: Makefile,v 1.16 2004/03/26 02:27:42 wiz Exp $ # DISTNAME= Python-2.0.1 PKGNAME= python20-2.0.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/2.0.1/ EXTRACT_SUFX= .tgz diff --git a/lang/python20/buildlink2.mk b/lang/python20/buildlink2.mk index 7ea6c1c48fd..45c806ec911 100644 --- a/lang/python20/buildlink2.mk +++ b/lang/python20/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.10 2004/01/29 10:33:51 grant Exp $ +# $NetBSD: buildlink2.mk,v 1.11 2004/03/26 02:27:42 wiz Exp $ .if !defined(PYTHON20_BUILDLINK2_MK) PYTHON20_BUILDLINK2_MK= # defined @@ -8,6 +8,7 @@ PYTHON20_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= python20 BUILDLINK_PKGBASE.python20?= python20 BUILDLINK_DEPENDS.python20?= python20>=2.0 +BUILDLINK_RECOMMENDED.python20?= python20>=2.0.1nb7 BUILDLINK_PKGSRCDIR.python20?= ../../lang/python20 .if defined(BUILDLINK_DEPMETHOD.python) diff --git a/lang/python20/buildlink3.mk b/lang/python20/buildlink3.mk index ee74b722068..a75394c6d0b 100644 --- a/lang/python20/buildlink3.mk +++ b/lang/python20/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/03/05 19:25:36 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2004/03/26 02:27:42 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PYTHON20_BUILDLINK3_MK:= ${PYTHON20_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= python20 .if !empty(PYTHON20_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.python20+= python20>=2.0 +BUILDLINK_RECOMMENDED.python20?= python20>=2.0.1nb7 BUILDLINK_PKGSRCDIR.python20?= ../../lang/python20 .if defined(BUILDLINK_DEPMETHOD.python) diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile index 03704cb9c27..ffec3b8cd93 100644 --- a/lang/python23-pth/Makefile +++ b/lang/python23-pth/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2004/01/27 18:55:30 abs Exp $ +# $NetBSD: Makefile,v 1.19 2004/03/26 02:27:42 wiz Exp $ # PKGNAME= python23-pth-2.3.3 -PKGREVISION= 1 +PKGREVISION= 2 PTHREAD_OPTS= require .include "../../mk/pthread.buildlink2.mk" diff --git a/lang/python23-pth/buildlink2.mk b/lang/python23-pth/buildlink2.mk index 0a4b5d23e9d..1b30305e134 100644 --- a/lang/python23-pth/buildlink2.mk +++ b/lang/python23-pth/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.2 2004/01/29 10:33:52 grant Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2004/03/26 02:27:42 wiz Exp $ .if !defined(PYTHON23_BUILDLINK2_MK) PYTHON23_BUILDLINK2_MK= # defined @@ -8,6 +8,7 @@ PYTHON23_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= python23pth BUILDLINK_PKGBASE.python23pth?= python23-pth BUILDLINK_DEPENDS.python23pth?= python23-pth>=2.3 +BUILDLINK_RECOMMENDED.python23pth?= python23-pth>=2.3.3nb2 BUILDLINK_PKGSRCDIR.python23pth?= ../../lang/python23-pth .if defined(BUILDLINK_DEPMETHOD.python) diff --git a/lang/python23-pth/buildlink3.mk b/lang/python23-pth/buildlink3.mk index 2d780e343c5..d1a6a968dd8 100644 --- a/lang/python23-pth/buildlink3.mk +++ b/lang/python23-pth/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2004/03/05 19:25:37 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2004/03/26 02:27:43 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PYTHON23_PTH_BUILDLINK3_MK:= ${PYTHON23_PTH_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= python23-pth .if !empty(PYTHON23_PTH_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.python23-pth+= python23-pth>=2.3 +BUILDLINK_RECOMMENDED.python23-pth?= python23-pth>=2.3.3nb2 BUILDLINK_PKGSRCDIR.python23-pth?= ../../lang/python23-pth .if defined(BUILDLINK_DEPMETHOD.python) diff --git a/lang/python23/Makefile b/lang/python23/Makefile index d05c886136f..bb8d8b7b74c 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2004/01/27 18:55:30 abs Exp $ +# $NetBSD: Makefile,v 1.17 2004/03/26 02:27:42 wiz Exp $ # PKGNAME= python23-2.3.3 -PKGREVISION= 1 +PKGREVISION= 2 CONFIGURE_ARGS+= --without-threads diff --git a/lang/python23/buildlink2.mk b/lang/python23/buildlink2.mk index 84ebdf355a7..40ef6fc19ca 100644 --- a/lang/python23/buildlink2.mk +++ b/lang/python23/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.2 2004/01/29 10:33:51 grant Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2004/03/26 02:27:42 wiz Exp $ .if !defined(PYTHON23_BUILDLINK2_MK) PYTHON23_BUILDLINK2_MK= # defined @@ -8,6 +8,7 @@ PYTHON23_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= python23 BUILDLINK_PKGBASE.python23?= python23 BUILDLINK_DEPENDS.python23?= python23>=2.3 +BUILDLINK_RECOMMENDED.python23?= python23>=2.3.3nb2 BUILDLINK_PKGSRCDIR.python23?= ../../lang/python23 .if defined(BUILDLINK_DEPMETHOD.python) diff --git a/lang/python23/buildlink3.mk b/lang/python23/buildlink3.mk index 300358e43da..5b5e6dbaddd 100644 --- a/lang/python23/buildlink3.mk +++ b/lang/python23/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2004/03/05 19:25:37 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2004/03/26 02:27:42 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PYTHON23_BUILDLINK3_MK:= ${PYTHON23_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= python23 .if !empty(PYTHON23_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.python23+= python23>=2.3 +BUILDLINK_RECOMMENDED.python23?= python23>=2.3.3nb2 BUILDLINK_PKGSRCDIR.python23?= ../../lang/python23 .if defined(BUILDLINK_DEPMETHOD.python) -- cgit v1.2.3