ports/151928: [PATCH] databases/p5-DBD-SQLite: update to 1.31
Yen-Ming Lee
leeym at FreeBSD.org
Thu Nov 4 00:30:13 UTC 2010
>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 at 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 at 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 <bsd.port.mk>
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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist/DBD-SQLite
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/share/dist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/share
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD
+ at 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:
More information about the freebsd-ports-bugs
mailing list