Update to 0.4.3.
PR: ports/53183 Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer)
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
#
|
||||
|
||||
PORTNAME= PySQLite
|
||||
PORTVERSION= 0.3.0
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pysqlite
|
||||
PKGNAMEPREFIX= py-
|
||||
DISTNAME= pysqlite-${PORTVERSION}
|
||||
|
||||
MAINTAINER= gerhard.haering@gmx.de
|
||||
MAINTAINER= gh@ghaering.de
|
||||
COMMENT= A DB-API v2 Python library for the SQLite embedded SQL engine
|
||||
|
||||
RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
|
||||
@@ -32,10 +32,6 @@ DATETIME_DEP= ${PYTHON_SITELIBDIR}/mx/DateTime/__init__.py
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's^/usr/local/include/sqlite^${LOCALBASE}/include^g' ${WRKSRC}/setup.py
|
||||
${REINPLACE_CMD} -e 's^/usr/local/lib^${LOCALBASE}/lib^g' ${WRKSRC}/setup.py
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
||||
Reference in New Issue
Block a user