update to 3.3.7, talked to author, regression failures are known,
but not really important.
This commit is contained in:
parent
ce2d5a3369
commit
9b19a3a020
@ -1,13 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2006/08/01 22:19:46 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2006/09/19 11:26:38 espie Exp $
|
||||
|
||||
COMMENT= "Embedded SQL implementation"
|
||||
COMMENT-tcl= "TCL bindings for Sqlite3"
|
||||
V= 3.3.6
|
||||
V= 3.3.7
|
||||
DISTNAME= sqlite-${V}
|
||||
PKGNAME= sqlite3-${V}
|
||||
PKGNAME-tcl= sqlite3-tcl-${V}p0
|
||||
PKGNAME-tcl= sqlite3-tcl-${V}
|
||||
CATEGORIES= databases
|
||||
SHARED_LIBS= sqlite3 8.6
|
||||
SHARED_LIBS= sqlite3 8.7 \
|
||||
tclsqlite3 8.7
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
@ -71,7 +72,7 @@ pre-configure:
|
||||
# XXX libtool issue
|
||||
pre-install:
|
||||
.if ${MULTI_PACKAGES:M-tcl}
|
||||
@cp -p ${WRKSRC}/.libs/libtclsqlite3.so.8.6 ${WRKSRC}/.libs/libtclsqlite3.so
|
||||
@cp -p ${WRKSRC}/.libs/libtclsqlite3.so.$(LIBtclsqlite3_VERSION) ${WRKSRC}/.libs/libtclsqlite3.so
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (sqlite-3.3.6.tar.gz) = a2cb1fafad5c2587e513dcbd18ace097
|
||||
RMD160 (sqlite-3.3.6.tar.gz) = 37d140d5670b39a7da79f9f3d2ac31c521d90676
|
||||
SHA1 (sqlite-3.3.6.tar.gz) = 0db38ab2df86946a5059f09b6a8758026d9eab59
|
||||
SIZE (sqlite-3.3.6.tar.gz) = 1671437
|
||||
MD5 (sqlite-3.3.7.tar.gz) = a48deb5e6b0cee59c889f87eee886741
|
||||
RMD160 (sqlite-3.3.7.tar.gz) = 2aec829b8a425e8f531b9e1401b30bc6c7365fd0
|
||||
SHA1 (sqlite-3.3.7.tar.gz) = 10c5a94a500a1065adcbbeae4b3a8b6956939a9c
|
||||
SIZE (sqlite-3.3.7.tar.gz) = 1722449
|
||||
|
Loading…
Reference in New Issue
Block a user