diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-13 23:25:19 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-13 23:25:19 +0000 |
commit | cb6027abfd6610647ffef12b987adbb6a9623b91 (patch) | |
tree | cee19d3d65312d8da1488f26d3e5fabcc9a26163 /databases/Makefile | |
parent | Forced commit because I forgot the PR reference. (diff) |
- Update py-PySQLite11 (repocopied from py-PySQLite) to 1.1.6.
- Move py-PySQLite to py-PySQLite10.
- Update py-PySQLite10 to 1.0.1.
- Remove obsolete dependencies.
- Assign maintainership to submitter.
PR: ports/78508
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=131141
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index b9a671f1ec8b..88e9e8ce5dcb 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -281,7 +281,8 @@ SUBDIR += py-MySQLdb SUBDIR += py-MySQLdb-devel SUBDIR += py-PyGreSQL - SUBDIR += py-PySQLite + SUBDIR += py-PySQLite10 + SUBDIR += py-PySQLite11 SUBDIR += py-SQLDict SUBDIR += py-bsddb SUBDIR += py-bsddb3 |