diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-13 02:26:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-13 02:26:54 +0000 |
commit | 053f691e9b2e92ff25375fcc0b26f61cfe37e8d9 (patch) | |
tree | 1dfa57725ef5c772d4a448cdff68f5edc29865ac /lang/python23-nth | |
parent | 77e66f9bb1d7772a51fabab2c49ad8b029f03167 (diff) | |
download | pkgsrc-053f691e9b2e92ff25375fcc0b26f61cfe37e8d9.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-nth')
-rw-r--r-- | lang/python23-nth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23-nth/Makefile b/lang/python23-nth/Makefile index 3322c2f9539..a52c5753aaa 100644 --- a/lang/python23-nth/Makefile +++ b/lang/python23-nth/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:47 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/13 02:26:54 joerg Exp $ # PKGNAME= python23-nth-2.3.5 -PKGREVISION= 4 +PKGREVISION= 5 CONFLICTS+= python-[0-9]* |