summaryrefslogtreecommitdiff
path: root/databases/py-sqlite3
diff options
context:
space:
mode:
authorobache <obache>2013-04-20 09:38:04 +0000
committerobache <obache>2013-04-20 09:38:04 +0000
commit2ddf5e2a2b131d68194a87b02b551aacd1e7f5dc (patch)
tree84c67d45c7037f6ba3c3b7d96e490bf47131c8be /databases/py-sqlite3
parent456b87261a22d44aca961631a5a3f49a6277bd75 (diff)
downloadpkgsrc-2ddf5e2a2b131d68194a87b02b551aacd1e7f5dc.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 'databases/py-sqlite3')
-rw-r--r--databases/py-sqlite3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile
index 5861537f316..7dbdb4a607f 100644
--- a/databases/py-sqlite3/Makefile
+++ b/databases/py-sqlite3/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2013/02/21 15:14:45 gdt Exp $
+# $NetBSD: Makefile,v 1.16 2013/04/20 09:38:04 obache Exp $
-PKGNAME= ${PYPKGPREFIX}-sqlite3-0
-PKGREVISION= 5
+PKGNAME= ${PYPKGPREFIX}-sqlite3-${PY_DISTVERSION}
CATEGORIES= databases python
MAINTAINER= pkgsrc-users@NetBSD.org