diff options
author | obache <obache@pkgsrc.org> | 2013-04-20 09:38:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-04-20 09:38:04 +0000 |
commit | c5793f84eecce8c4aa9bb7a5dd4250447facbf8d (patch) | |
tree | 84c67d45c7037f6ba3c3b7d96e490bf47131c8be /x11 | |
parent | b94430381a14b1cb7962661e683c163c70880cbc (diff) | |
download | pkgsrc-c5793f84eecce8c4aa9bb7a5dd4250447facbf8d.tar.gz |
Change version number of python buitin module packages
form fixed `0' to main Python distribution version (PY_DISTVERSION)
so that packages will be updated with main Python distribution update.
no objection in tech-pkg@ for a week.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-Tk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 8c05fc64f72..97b84f6180f 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2013/04/06 03:59:24 rodent Exp $ +# $NetBSD: Makefile,v 1.53 2013/04/20 09:38:05 obache Exp $ # -PKGNAME= ${PYPKGPREFIX}-Tk-0 -PKGREVISION= 6 +PKGNAME= ${PYPKGPREFIX}-Tk-${PY_DISTVERSION} CATEGORIES= x11 python MAINTAINER= pkgsrc-users@NetBSD.org |