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