diff options
author | adam <adam@pkgsrc.org> | 2013-01-26 21:36:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-01-26 21:36:13 +0000 |
commit | d1ab9d853324b73f460ac520827debf52af8e300 (patch) | |
tree | b794b1007e5af77b45d83e1bbdd128fb3a78557a /databases/py-sqlite2/Makefile | |
parent | ee477ba551a67e89c546c4a9f07b5880a2172851 (diff) | |
download | pkgsrc-d1ab9d853324b73f460ac520827debf52af8e300.tar.gz |
Revbump after graphics/jpeg and textproc/icu
Diffstat (limited to 'databases/py-sqlite2/Makefile')
-rw-r--r-- | databases/py-sqlite2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile index 67577a718e0..f77eaf88a52 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2012/10/02 21:25:50 asau Exp $ +# $NetBSD: Makefile,v 1.29 2013/01/26 21:37:16 adam Exp $ DISTNAME= pysqlite-2.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= databases python MASTER_SITES= http://pysqlite.googlecode.com/files/ |