From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 4 00:30:13 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D6261065673 for ; Thu, 4 Nov 2010 00:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEDA08FC14 for ; Thu, 4 Nov 2010 00:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA40UCsD002824 for ; Thu, 4 Nov 2010 00:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA40UCRo002823; Thu, 4 Nov 2010 00:30:12 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2010 00:30:12 GMT Resent-Message-Id: <201011040030.oA40UCRo002823@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AED1A1065670 for ; Thu, 4 Nov 2010 00:23:22 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE838FC14 for ; Thu, 4 Nov 2010 00:23:22 +0000 (UTC) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.4/8.14.4) with ESMTP id oA40NLiL095464; Wed, 3 Nov 2010 17:23:21 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.4/8.14.4/Submit) id oA40NLbH095463; Wed, 3 Nov 2010 17:23:21 -0700 (PDT) (envelope-from leeym) Message-Id: <201011040023.oA40NLbH095463@cn1.leeym.com> Date: Wed, 3 Nov 2010 17:23:21 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/151928: [PATCH] databases/p5-DBD-SQLite: update to 1.31 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2010 00:30:13 -0000 >Number: 151928 >Category: ports >Synopsis: [PATCH] databases/p5-DBD-SQLite: update to 1.31 >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: Thu Nov 04 00:30:12 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 8.1-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 >Description: - Update to 1.31 Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-DBD-SQLite-1.31.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBD-SQLite/Makefile,v retrieving revision 1.39 diff -u -d -b -w -u -r1.39 Makefile --- Makefile 31 Jan 2010 01:04:40 -0000 1.39 +++ Makefile 4 Nov 2010 00:23:17 -0000 @@ -6,7 +6,7 @@ # PORTNAME= DBD-SQLite -PORTVERSION= 1.29 +PORTVERSION= 1.31 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,23 +14,13 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Provides access to SQLite3 databases through the DBI -# We use sqlite3's own library & headers since it is more recent -# than the bundled version and has an incompatible DB file format. -# In this way we can be sure DBD::SQLite can interoperate with -# databases/sqlite3. -BUILD_DEPENDS= sqlite3>=3.4.1:${PORTSDIR}/databases/sqlite3 \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} +LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 +RUN_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS+= USE_LOCAL_SQLITE=0 -CONFIGURE_ARGS+= SQLITE_LOCATION=${LOCALBASE} +CONFIGURE_ARGS= USE_LOCAL_SQLITE=0 SQLITE_LOCATION=${LOCALBASE} MAN3= DBD::SQLite.3 DBD::SQLite::Cookbook.3 -post-patch: - ${RM} -f ${WRKSRC}/getsqlite.pl - ${PERL} -pi -e 's/\$$Config{d_usleep}/1/' ${WRKSRC}/Makefile.PL - ${PERL} -pi -e '$$_="" if m|getsqlite.pl|' ${WRKSRC}/MANIFEST - .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBD-SQLite/distinfo,v retrieving revision 1.27 diff -u -d -b -w -u -r1.27 distinfo --- distinfo 31 Jan 2010 01:04:40 -0000 1.27 +++ distinfo 4 Nov 2010 00:23:17 -0000 @@ -1,3 +1,2 @@ -MD5 (DBD-SQLite-1.29.tar.gz) = 2a47cea6ecff62508775d90151a8030f -SHA256 (DBD-SQLite-1.29.tar.gz) = 51d0d529e453ada1ce85772deb5cc4c86a2ebe9da2dd2fb0b40b77b555720867 -SIZE (DBD-SQLite-1.29.tar.gz) = 1213460 +SHA256 (DBD-SQLite-1.31.tar.gz) = 987e5446dea3dbdfb3aea5b27dbed8526af1733e3eb01ea59a6435ebba5b29f6 +SIZE (DBD-SQLite-1.31.tar.gz) = 1325225 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBD-SQLite/pkg-plist,v retrieving revision 1.8 diff -u -d -b -w -u -r1.8 pkg-plist --- pkg-plist 20 May 2009 07:48:55 -0000 1.8 +++ pkg-plist 4 Nov 2010 00:23:17 -0000 @@ -1,9 +1,15 @@ %%SITE_PERL%%/%%PERL_ARCH%%/DBD/SQLite.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/SQLite/Cookbook.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist/DBD-SQLite/sqlite3.c +%%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist/DBD-SQLite/sqlite3.h +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist/DBD-SQLite +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/share @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/SQLite @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD --- p5-DBD-SQLite-1.31.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: