Update to version 3.2.5.

Unmark "beta" (from inside COMMENT).
Fix a NOPORTDOCS build issue.

Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
PR:	85420
This commit is contained in:
Brian Feldman
2005-09-06 05:35:35 +00:00
parent 69c6401ce5
commit 450bfdd1ce
4 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -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