diff options
author | joerg <joerg> | 2006-04-13 02:26:54 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-04-13 02:26:54 +0000 |
commit | d451463e18a1b97e5628c071690ac668c0dcc6a1 (patch) | |
tree | 1dfa57725ef5c772d4a448cdff68f5edc29865ac /lang/python23/Makefile | |
parent | d9d9dd3d71d3efc151560f22e5643b07efa6b498 (diff) | |
download | pkgsrc-d451463e18a1b97e5628c071690ac668c0dcc6a1.tar.gz |
Strip of anything after the version number in distutils.util.get_platform
on DragonFly. Since that version is used e.g. as part of the file name
for python eggs, it makes handling easier to match normal pkgsrc
platform policy. Bump revisions of all Python packages.
Diffstat (limited to 'lang/python23/Makefile')
-rw-r--r-- | lang/python23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 20912c3c6a0..0e98d7ecaf7 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2006/02/05 23:09:47 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2006/04/13 02:26:54 joerg Exp $ # PKGNAME= python23-2.3.5 -PKGREVISION= 6 +PKGREVISION= 7 CONFLICTS+= python-[0-9]* |