summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2004-03-26 02:27:34 +0000
committerwiz <wiz>2004-03-26 02:27:34 +0000
commitf1c1f779e018f5392a5ca82138751c50dddcfb51 (patch)
tree41dd3b7f8e57da510c64a490aa410798a76dec65 /lang
parentbf3b70447327939f1096767ebe5c582f7daf50d0 (diff)
downloadpkgsrc-f1c1f779e018f5392a5ca82138751c50dddcfb51.tar.gz
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
Diffstat (limited to 'lang')
-rw-r--r--lang/erlang/Makefile4
-rw-r--r--lang/py-extclass/Makefile3
-rw-r--r--lang/python20/Makefile4
-rw-r--r--lang/python20/buildlink2.mk3
-rw-r--r--lang/python20/buildlink3.mk3
-rw-r--r--lang/python23-pth/Makefile4
-rw-r--r--lang/python23-pth/buildlink2.mk3
-rw-r--r--lang/python23-pth/buildlink3.mk3
-rw-r--r--lang/python23/Makefile4
-rw-r--r--lang/python23/buildlink2.mk3
-rw-r--r--lang/python23/buildlink3.mk3
11 files changed, 22 insertions, 15 deletions
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)