summaryrefslogtreecommitdiff
path: root/databases/py-PySQLite10/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-06-11 16:28:12 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-06-11 16:28:12 +0000
commit075c1c6a33a5d652fef2ee11f4e6310f031855a2 (patch)
treea5fd6fd583fb5ea0b33fa8dacab1e04e35c03ef4 /databases/py-PySQLite10/Makefile
parent9c922cdda142d9a8a66ed8b59615d8b181de30f3 (diff)
downloadfreebsd-ports-075c1c6a33a5d652fef2ee11f4e6310f031855a2.zip
Update to 0.4.3.
PR: ports/53183 Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer)
Diffstat (limited to 'databases/py-PySQLite10/Makefile')
-rw-r--r--databases/py-PySQLite10/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/py-PySQLite10/Makefile b/databases/py-PySQLite10/Makefile
index 7a31876fa938..f3d6f18469b6 100644
--- a/databases/py-PySQLite10/Makefile
+++ b/databases/py-PySQLite10/Makefile
@@ -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}