[Midnightbsd-cvs] mports: databases/p5-DBD-SQLite: Update to 1.14.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jun 13 09:45:54 EDT 2008
Log Message:
-----------
Update to 1.14.
When building packages, use the port version. This solves a problem for us with magus indexing and
0.1.1. Once we drop 0.1.x support, we can remove this hack. Alternatively, it might be nice to add OPTIONS to use the port for higher releases.
Modified Files:
--------------
mports/databases/p5-DBD-SQLite:
Makefile (r1.2 -> r1.3)
distinfo (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/databases/p5-DBD-SQLite/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L databases/p5-DBD-SQLite/Makefile -L databases/p5-DBD-SQLite/Makefile -u -r1.2 -r1.3
--- databases/p5-DBD-SQLite/Makefile
+++ databases/p5-DBD-SQLite/Makefile
@@ -7,21 +7,24 @@
#
PORTNAME= DBD-SQLite
-PORTVERSION= 1.13
+PORTVERSION= 1.14
CATEGORIES= databases perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= DBD
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ctriv at midnightbsd.org
COMMENT= Provides access to SQLite3 databases through the DBI
LICENSE= perl
-.if exists(/usr/lib/libsqlite3.a)
+.if defined(PACKAGE_BUILDING)
+BUILD_DEPENDS= sqlite>=3.4.1:${PORTSDIR}/databases/sqlite3
+RUN_DEPENDS= ${BUILD_DEPENDS}
+SQLITE_LOCATION= ${LOCALBASE}
+.elif exists(/usr/lib/libsqlite3.a)
SQLITE_LOCATION= /usr
CONFIGURE_ARGS+= LIBS="-lpthread -lsqlite3"
.else
-BUILD_DEPENDS= sqlite>=3.3.3:${PORTSDIR}/databases/sqlite3
+BUILD_DEPENDS= sqlite>=3.4.1:${PORTSDIR}/databases/sqlite3
RUN_DEPENDS= ${BUILD_DEPENDS}
SQLITE_LOCATION= ${LOCALBASE}
.endif
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/databases/p5-DBD-SQLite/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L databases/p5-DBD-SQLite/distinfo -L databases/p5-DBD-SQLite/distinfo -u -r1.1 -r1.2
--- databases/p5-DBD-SQLite/distinfo
+++ databases/p5-DBD-SQLite/distinfo
@@ -1,3 +1,3 @@
-MD5 (DBD-SQLite-1.13.tar.gz) = d33e584f435d464a55946f58d4d4b9e2
-SHA256 (DBD-SQLite-1.13.tar.gz) = 7298060b241260af0b495840aec358bd27b0b2bf2e0b6bcf1dbc0743229ee412
-SIZE (DBD-SQLite-1.13.tar.gz) = 582465
+MD5 (DBD-SQLite-1.14.tar.gz) = 78a89cc8fd46bb2a5d537433dcccc8e6
+SHA256 (DBD-SQLite-1.14.tar.gz) = 44189d373a77eeb8a5353e0cd88bff04dde6e611678abdc6834c80d35d2f0d07
+SIZE (DBD-SQLite-1.14.tar.gz) = 703380
More information about the Midnightbsd-cvs
mailing list