summaryrefslogtreecommitdiff
path: root/textproc/py-cElementTree
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-04-20 09:38:04 +0000
committerobache <obache@pkgsrc.org>2013-04-20 09:38:04 +0000
commitc5793f84eecce8c4aa9bb7a5dd4250447facbf8d (patch)
tree84c67d45c7037f6ba3c3b7d96e490bf47131c8be /textproc/py-cElementTree
parentb94430381a14b1cb7962661e683c163c70880cbc (diff)
downloadpkgsrc-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 'textproc/py-cElementTree')
-rw-r--r--textproc/py-cElementTree/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-cElementTree/Makefile b/textproc/py-cElementTree/Makefile
index 512c1e25d9d..2419631ab45 100644
--- a/textproc/py-cElementTree/Makefile
+++ b/textproc/py-cElementTree/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2012/10/25 06:56:48 asau Exp $
+# $NetBSD: Makefile,v 1.9 2013/04/20 09:38:05 obache Exp $
#
-PKGNAME= ${PYPKGPREFIX}-cElementTree-0
-PKGREVISION= 1
+PKGNAME= ${PYPKGPREFIX}-cElementTree-${PY_DISTVERSION}
CATEGORIES= textproc python
MAINTAINER= obache@NetBSD.org