diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 18:00:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 18:00:49 +0000 |
commit | 4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc (patch) | |
tree | 497694cf293ada6bbb344103e4bfae0a92927e87 /databases/py-sqlite2 | |
parent | e2b7113e6583e64a081ebf04a152ab4ec79ff6e4 (diff) | |
download | pkgsrc-4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc.tar.gz |
Comment out dead sites.
Diffstat (limited to 'databases/py-sqlite2')
-rw-r--r-- | databases/py-sqlite2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile index b0ca99ce73e..9edc7284e6e 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.44 2017/04/22 21:03:28 adam Exp $ +# $NetBSD: Makefile,v 1.45 2017/09/04 18:00:51 wiz Exp $ DISTNAME= pysqlite-2.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/} PKGREVISION= 13 CATEGORIES= databases python -MASTER_SITES= http://pysqlite.googlecode.com/files/ +#MASTER_SITES= http://pysqlite.googlecode.com/files/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://pysqlite.googlecode.com/ +#HOMEPAGE= http://pysqlite.googlecode.com/ COMMENT= SQLite database adapter for Python LICENSE= mit |