Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2003 02:30:43 +0200
From:      Gerhard Haering <gh@ghaering.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53183: Update of databases/py-PySQLite to version 0.4.3
Message-ID:  <20030611003042.GA1140@mephisto.ghaering.de>
Resent-Message-ID: <200306110040.h5B0e7d8057933@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53183
>Category:       ports
>Synopsis:       Update of databases/py-PySQLite to version 0.4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 10 17:40:07 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Gerhard Haering <gh@ghaering.de>
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
N/A
>Environment:
System: FreeBSD lilith.ghaering.test 5.1-RELEASE FreeBSD 5.1-RELEASE #5: Wed Jun 11 00:02:51 CEST 2003 root@lilith.ghaering.test:/usr/obj/usr/src/sys/GH3 i386
>Description:
        This is a port update of databases/py-PySQLite for keeping up-to-date
        with upstream version 0.4.3.

        The PySQLite is quite outdated in the meantime, so please apply ASAP.
        TIA.
>How-To-Repeat:
	N/A
>Fix:
Please don't forget to cvs remove the file files/patch-setup.py. It's no longer
needed, as the necessary changes went into the upstream sources already.

diff -r -C 3 ../py-PySQLite/Makefile ./Makefile
*** ../py-PySQLite/Makefile	Fri Feb 21 12:15:04 2003
--- ./Makefile	Sun Jun  8 20:42:28 2003
***************
*** 6,19 ****
  #
  
  PORTNAME=	PySQLite
! PORTVERSION=	0.3.0
  CATEGORIES=	databases python
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	pysqlite
  PKGNAMEPREFIX=	py-
  DISTNAME=	pysqlite-${PORTVERSION}
  
! MAINTAINER=	gerhard.haering@gmx.de
  COMMENT=	A DB-API v2 Python library for the SQLite embedded SQL engine
  
  RUN_DEPENDS=	${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
--- 6,19 ----
  #
  
  PORTNAME=	PySQLite
! PORTVERSION=	0.4.3
  CATEGORIES=	databases python
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	pysqlite
  PKGNAMEPREFIX=	py-
  DISTNAME=	pysqlite-${PORTVERSION}
  
! 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
***************
*** 31,40 ****
  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:
--- 31,36 ----
diff -r -C 3 ../py-PySQLite/distinfo ./distinfo
*** ../py-PySQLite/distinfo	Thu Feb  6 01:20:31 2003
--- ./distinfo	Sun Jun  8 19:41:56 2003
***************
*** 1 ****
! MD5 (pysqlite-0.3.0.tar.gz) = c207d45ab958dabeba30162fca27a675
--- 1 ----
! MD5 (pysqlite-0.4.3.tar.gz) = a55ae9b6f1968a5fe0df10731a5b5a7c
Only in ../py-PySQLite/files: patch-setup.py
diff -r -C 3 ../py-PySQLite/pkg-descr ./pkg-descr
*** ../py-PySQLite/pkg-descr	Thu Feb  6 01:20:31 2003
--- ./pkg-descr	Sun Jun  8 19:45:45 2003
***************
*** 7,10 ****
  WWW: http://pysqlite.sourceforge.net/
  developed by Gerhard Haering and Michael Owens
  
! - Gerhard Haering <gerhard.haering@gmx.de>
--- 7,10 ----
  WWW: http://pysqlite.sourceforge.net/
  developed by Gerhard Haering and Michael Owens
  
! - Gerhard Haering <gh@ghaering.de>
diff -r -C 3 ../py-PySQLite/pkg-plist ./pkg-plist
*** ../py-PySQLite/pkg-plist	Thu Feb  6 01:20:31 2003
--- ./pkg-plist	Sun Jun  8 19:44:46 2003
***************
*** 1,26 ****
- %%PYTHON_SITELIBDIR%%/pysqlite_exceptions.py
- %%PYTHON_SITELIBDIR%%/pysqlite_exceptions.pyc
- %%PYTHON_SITELIBDIR%%/pysqlite_exceptions.pyo
  %%PYTHON_SITELIBDIR%%/sqlite/__init__.py
  %%PYTHON_SITELIBDIR%%/sqlite/__init__.pyc
  %%PYTHON_SITELIBDIR%%/sqlite/__init__.pyo
  %%PYTHON_SITELIBDIR%%/sqlite/main.py
  %%PYTHON_SITELIBDIR%%/sqlite/main.pyc
  %%PYTHON_SITELIBDIR%%/sqlite/main.pyo
- %%PYTHON_SITELIBDIR%%/sqlite/threadutils.py
- %%PYTHON_SITELIBDIR%%/sqlite/threadutils.pyc
- %%PYTHON_SITELIBDIR%%/sqlite/threadutils.pyo
- %%PYTHON_SITELIBDIR%%/sqlite/constants/__init__.py
- %%PYTHON_SITELIBDIR%%/sqlite/constants/__init__.pyc
- %%PYTHON_SITELIBDIR%%/sqlite/constants/__init__.pyo
- %%PYTHON_SITELIBDIR%%/sqlite/constants/FIELD_TYPE.py
- %%PYTHON_SITELIBDIR%%/sqlite/constants/FIELD_TYPE.pyc
- %%PYTHON_SITELIBDIR%%/sqlite/constants/FIELD_TYPE.pyo
- %%PYTHON_SITELIBDIR%%/sqlite/py22features.py
- %%PYTHON_SITELIBDIR%%/sqlite/py22features.pyc
- %%PYTHON_SITELIBDIR%%/sqlite/py22features.pyo
  %%PYTHON_SITELIBDIR%%/_sqlite.so
- @dirrm %%PYTHON_SITELIBDIR%%/sqlite/constants
  @dirrm %%PYTHON_SITELIBDIR%%/sqlite
  %%PORTDOCS%%share/doc/py-PySQLite/README
  %%PORTDOCS%%@dirrm share/doc/py-PySQLite
--- 1,10 ----
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030611003042.GA1140>