diff options
author | Brian Feldman <green@FreeBSD.org> | 2005-09-06 05:35:35 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2005-09-06 05:35:35 +0000 |
commit | 450bfdd1ce7212b94fabc8fd225c20d45be4c491 (patch) | |
tree | acdd83e4ca53c122ad14d0630b7527aa4befef96 /databases/sqlite3 | |
parent | 69c6401ce5eb48d7b368950ec7d0e68501fbc827 (diff) | |
download | ports-450bfdd1ce7212b94fabc8fd225c20d45be4c491.tar.gz ports-450bfdd1ce7212b94fabc8fd225c20d45be4c491.zip |
Notes
Diffstat (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/Makefile | 8 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index e59f246dc28b..6482bdc20f98 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -11,12 +11,12 @@ # If you want to build the TCL wrapper, you have to define SQLITE_WITH_TCL84. PORTNAME= sqlite -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.5 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ MAINTAINER= green@FreeBSD.org -COMMENT= An SQL database engine in a C library w/ Tcl wrapper (beta) +COMMENT= An SQL database engine in a C library w/ Tcl wrapper USE_GMAKE= YES USE_GNOME= pkgconfig @@ -31,6 +31,8 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}3 # Defaults, for building the docs: TCL_V?= 8.4 +MAKE_ARGS+= TCLSH=tclsh${TCL_V} +MAKE_ENV+= TCL_VER=${TCL_V} OPTIONS= TCL84 "TCL wrapper for SQLITE" off @@ -52,8 +54,6 @@ CONFIGURE_ARGS= --disable-tcl .if !defined(NOPORTDOCS) BUILD_DEPENDS+= tclsh${TCL_V}:${PORTSDIR}/lang/tcl${TCL_V:S/.//} -MAKE_ARGS+= TCLSH=tclsh${TCL_V} -MAKE_ENV+= TCL_VER=${TCL_V} .endif CONFIGURE_ARGS+= --prefix=${PREFIX} --with-hints=freebsd.hints diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 4762b1304b3b..6b410af42d1e 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,2 +1,2 @@ -MD5 (sqlite-3.2.2.tar.gz) = 802f19e1f0eba56f3f1be8c6491c8a55 -SIZE (sqlite-3.2.2.tar.gz) = 1385618 +MD5 (sqlite-3.2.5.tar.gz) = 0f07cfd8591c3fcae159f0c69bf2436f +SIZE (sqlite-3.2.5.tar.gz) = 1397666 |