Date: Fri, 07 May 2004 11:30:23 +0200 From: Radim Kolar <hsn@netmag.cz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66364: portupgrade: pysqlite Message-ID: <E1BM1gV-0000Yh-JL@asura.bsd> Resent-Message-ID: <200405071910.i47JAa3X049723@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66364 >Category: ports >Synopsis: portupgrade: pysqlite >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 07 12:10:35 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 5.2.1-RELEASE-p3 i386 >Organization: Sanatana Dharma >Environment: System: FreeBSD asura.bsd 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #6: Mon Apr 5 17:41:24 CEST 2004 root@asura.bsd:/usr/src/sys/i386/compile/UP i386 >Description: Due to maintainer timeout (1w), update sent as pr. update to 0.5.0, install examples. >How-To-Repeat: >Fix: diff -Naur /usr/ports/databases/py-PySQLite/Makefile py-PySQLite/Makefile --- /usr/ports/databases/py-PySQLite/Makefile Mon Nov 17 13:28:53 2003 +++ py-PySQLite/Makefile Wed Apr 28 18:54:06 2004 @@ -6,7 +6,7 @@ # PORTNAME= PySQLite -PORTVERSION= 0.4.3 +PORTVERSION= 0.5.0 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pysqlite @@ -19,7 +19,8 @@ RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite -WRKSRC= ${WRKDIR}/pysqlite-${PORTVERSION} +WRKSRC= ${WRKDIR}/pysqlite +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} USE_PYTHON= yes USE_PYDISTUTILS= yes @@ -37,6 +38,8 @@ .for file in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor + @${MKDIR} ${EXAMPLESDIR} + ${CP} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} .endif .include <bsd.port.mk> diff -Naur /usr/ports/databases/py-PySQLite/distinfo py-PySQLite/distinfo --- /usr/ports/databases/py-PySQLite/distinfo Wed Apr 21 23:23:33 2004 +++ py-PySQLite/distinfo Wed Apr 28 18:41:14 2004 @@ -1,2 +1,2 @@ -MD5 (pysqlite-0.4.3.tar.gz) = a55ae9b6f1968a5fe0df10731a5b5a7c -SIZE (pysqlite-0.4.3.tar.gz) = 85594 +MD5 (pysqlite-0.5.0.tar.gz) = ecda08cd4e6d8c2af774a0f74a183122 +SIZE (pysqlite-0.5.0.tar.gz) = 47362 diff -Naur /usr/ports/databases/py-PySQLite/pkg-plist py-PySQLite/pkg-plist --- /usr/ports/databases/py-PySQLite/pkg-plist Wed Jun 11 18:28:12 2003 +++ py-PySQLite/pkg-plist Wed Apr 28 18:46:50 2004 @@ -8,3 +8,7 @@ @dirrm %%PYTHON_SITELIBDIR%%/sqlite %%PORTDOCS%%share/doc/py-PySQLite/README %%PORTDOCS%%@dirrm share/doc/py-PySQLite +%%PORTDOCS%%%%EXAMPLESDIR%%/converters.py +%%PORTDOCS%%%%EXAMPLESDIR%%/dbapi_transactions.py +%%PORTDOCS%%%%EXAMPLESDIR%%/manual_transactions.py +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BM1gV-0000Yh-JL>