diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 21:16:04 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 21:16:04 +0000 |
commit | bbd8389146f81d931e1d89ad2335d33589912a48 (patch) | |
tree | d58f602a8449ad111874763603a08b6e7c7c417d /databases/py-pysqlite20 | |
parent | 5b77b10b89dc7d16347ce3cdb1f1a68f626f9ef9 (diff) | |
download | ports-bbd8389146f81d931e1d89ad2335d33589912a48.tar.gz ports-bbd8389146f81d931e1d89ad2335d33589912a48.zip |
* MOVED
Add entry about databases/py-PySQLite2 -> databases/py-pysqlite20
* databases/Makefile
Remove py-PySQLite2
Add entry to py-pysqlite20 and py-pysqlite21
* databases/py-PySQLite10, databases/py-PySQLite11
Mark NO_LATEST_LINK
portlint(1)
* databases/py-PySQLite2
Removed
* databases/py-pysqlite20 [1]
Update CONFLICTS
Mark NO_LATEST_LINK
portlint(1)
* databases/py-pysqlite21 [1]
Update to 2.1.2
Update CONFLICTS
portlint(1)
Repocopy by: marcus [1]
Notes
Notes:
svn path=/head/; revision=154611
Diffstat (limited to 'databases/py-pysqlite20')
-rw-r--r-- | databases/py-pysqlite20/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-pysqlite20/Makefile b/databases/py-pysqlite20/Makefile index 38d026760eb1..cb00f6932c98 100644 --- a/databases/py-pysqlite20/Makefile +++ b/databases/py-pysqlite20/Makefile @@ -18,18 +18,17 @@ COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 -LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}${PORTNAME}2 +CONFLICTS= py*-pysqlite-2.1* + +NO_LATEST_LINK= yes -USE_REINPLACE= yes USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib DOCSBASE= share/doc/py-${PORTNAME}2 DOCSDIR= ${PREFIX}/${DOCSBASE} -.if !defined(NOPORTDOCS) PORTDOCS= * -.endif pre-configure: @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/setup.cfg |