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 /lang/python23-pth | |
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 'lang/python23-pth')
-rw-r--r-- | lang/python23-pth/Makefile | 4 | ||||
-rw-r--r-- | lang/python23-pth/buildlink2.mk | 3 | ||||
-rw-r--r-- | lang/python23-pth/buildlink3.mk | 3 |
3 files changed, 6 insertions, 4 deletions
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) |