diff options
author | obache <obache> | 2013-04-20 09:38:04 +0000 |
---|---|---|
committer | obache <obache> | 2013-04-20 09:38:04 +0000 |
commit | 1c700471ac246092cdbc8996fe20ebd48d0d836f (patch) | |
tree | 84c67d45c7037f6ba3c3b7d96e490bf47131c8be /textproc/py-expat | |
parent | 822b84b045c8c3ea72e77c5e4ca8b60c2ead8a40 (diff) | |
download | pkgsrc-1c700471ac246092cdbc8996fe20ebd48d0d836f.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-expat')
-rw-r--r-- | textproc/py-expat/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile index d3d1c55479d..98c5ff1801b 100644 --- a/textproc/py-expat/Makefile +++ b/textproc/py-expat/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2013/04/06 03:59:24 rodent Exp $ +# $NetBSD: Makefile,v 1.21 2013/04/20 09:38:04 obache Exp $ # -PKGNAME= ${PYPKGPREFIX}-expat-0 -PKGREVISION= 6 +PKGNAME= ${PYPKGPREFIX}-expat-${PY_DISTVERSION} CATEGORIES= textproc python MAINTAINER= pkgsrc-users@NetBSD.org |