diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-03 19:45:57 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-03 19:45:57 +0000 |
commit | a8f719e15591618923a2fbe8fcd21f526fafc217 (patch) | |
tree | 4988282f872fce3845c8045aec7c510a840fc4d4 /databases/py-pysqlite21 | |
parent | e678f97bcc454b20a3276c70b18d447f1aebdbf9 (diff) | |
download | ports-a8f719e15591618923a2fbe8fcd21f526fafc217.tar.gz ports-a8f719e15591618923a2fbe8fcd21f526fafc217.zip |
Update to 2.0.5
Remove extra TABS in Makefile
Notes
Notes:
svn path=/head/; revision=147151
Diffstat (limited to 'databases/py-pysqlite21')
-rw-r--r-- | databases/py-pysqlite21/Makefile | 28 | ||||
-rw-r--r-- | databases/py-pysqlite21/distinfo | 4 |
2 files changed, 16 insertions, 16 deletions
diff --git a/databases/py-pysqlite21/Makefile b/databases/py-pysqlite21/Makefile index c6e7a80fc462..38d420837f8d 100644 --- a/databases/py-pysqlite21/Makefile +++ b/databases/py-pysqlite21/Makefile @@ -5,28 +5,28 @@ # $FreeBSD$ # -PORTNAME= pysqlite -PORTVERSION= 2.0.4 -CATEGORIES= databases python -MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.0/${PORTVERSION}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PORTNAME= pysqlite +PORTVERSION= 2.0.5 +CATEGORIES= databases python +MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.0/${PORTVERSION}/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= mnag@FreeBSD.org -COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine +MAINTAINER= mnag@FreeBSD.org +COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 -LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}${PORTNAME}2 +LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}${PORTNAME}2 -USE_REINPLACE= yes -USE_PYTHON= 2.3+ +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} +DOCSBASE= share/doc/py-${PORTNAME}2 +DOCSDIR= ${PREFIX}/${DOCSBASE} .if !defined(NOPORTDOCS) -PORTDOCS= * +PORTDOCS= * .endif pre-configure: diff --git a/databases/py-pysqlite21/distinfo b/databases/py-pysqlite21/distinfo index d4e1b7bec669..354faadf896e 100644 --- a/databases/py-pysqlite21/distinfo +++ b/databases/py-pysqlite21/distinfo @@ -1,2 +1,2 @@ -MD5 (pysqlite-2.0.4.tar.gz) = 8eecd39eb728f3af634ebc67e823b389 -SIZE (pysqlite-2.0.4.tar.gz) = 57608 +MD5 (pysqlite-2.0.5.tar.gz) = 574bbb4f7b3a077506689cbab0d9bf7f +SIZE (pysqlite-2.0.5.tar.gz) = 57526 |