summaryrefslogtreecommitdiff
path: root/databases/sqlite34
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-02-10 00:07:20 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-02-10 00:07:20 +0000
commit300435f077a71bf83897fa137a66b63acdf20b6c (patch)
tree5a048a3fce89ae98787c88fd5d7c12e0a93f19cd /databases/sqlite34
parentWake up to the new Apache world order, and set USE_APACHE=2.0+ for users (diff)
- Update to 3.3.3 [1]
- Reorganize Makefile Submitted by: cokane [1]
Notes
Notes: svn path=/head/; revision=155614
Diffstat (limited to 'databases/sqlite34')
-rw-r--r--databases/sqlite34/Makefile15
-rw-r--r--databases/sqlite34/distinfo6
2 files changed, 10 insertions, 11 deletions
diff --git a/databases/sqlite34/Makefile b/databases/sqlite34/Makefile
index 0c84e6203704..7901074ba9a6 100644
--- a/databases/sqlite34/Makefile
+++ b/databases/sqlite34/Makefile
@@ -11,7 +11,7 @@
# If you want to build the TCL wrapper, you have to define WITH_TCLWRAPPER=yes.
PORTNAME= sqlite
-PORTVERSION= 3.2.8
+PORTVERSION= 3.3.3
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
@@ -21,25 +21,24 @@ COMMENT= An SQL database engine in a C library w/ Tcl wrapper
USE_GMAKE= YES
USE_GNOME= pkgconfig
USE_AUTOTOOLS= libtool:15
-HAS_CONFIGURE= YES
-USE_REINPLACE= YES
INSTALLS_SHLIB= YES
-
+GNU_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-PORTDOCS= *
+LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}3
+
+OPTIONS= TCLWRAPPER "TCL wrapper for SQLITE" off
+
DOCSDIR= ${PREFIX}/share/doc/sqlite3
EXAMPLESDIR= ${PREFIX}/share/examples/sqlite3
-LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}3
+PORTDOCS= *
# Defaults, for building the docs:
TCL_V?= 8.4
MAKE_ARGS+= TCLSH=tclsh${TCL_V}
MAKE_ENV+= TCL_VER=${TCL_V}
-OPTIONS= TCLWRAPPER "TCL wrapper for SQLITE" off
-
.include <bsd.port.pre.mk>
.if !defined(NOPORTDOCS)
diff --git a/databases/sqlite34/distinfo b/databases/sqlite34/distinfo
index a4aab0e69f3d..f279a4218eb8 100644
--- a/databases/sqlite34/distinfo
+++ b/databases/sqlite34/distinfo
@@ -1,3 +1,3 @@
-MD5 (sqlite-3.2.8.tar.gz) = 9f2c014aaa46565b8163e047166a5686
-SHA256 (sqlite-3.2.8.tar.gz) = a3904084070eb0f628c3275e041c9444ae9eb26ce739ffcccf78d4b88c1753a6
-SIZE (sqlite-3.2.8.tar.gz) = 1521504
+MD5 (sqlite-3.3.3.tar.gz) = eb5d9d7e7853b3af78e767d709b7fced
+SHA256 (sqlite-3.3.3.tar.gz) = 5c6a497d358e6702b0ab400f9ebf90e79900dd4fe50e79e969f960b022d0f8b9
+SIZE (sqlite-3.3.3.tar.gz) = 1642834