Update to 2.0.5
Remove extra TABS in Makefile
This commit is contained in:
parent
e678f97bcc
commit
a8f719e155
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147151
10 changed files with 80 additions and 80 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue