summaryrefslogtreecommitdiff
path: root/databases/sqlite34
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2005-09-06 05:35:35 +0000
committerBrian Feldman <green@FreeBSD.org>2005-09-06 05:35:35 +0000
commit450bfdd1ce7212b94fabc8fd225c20d45be4c491 (patch)
treeacdd83e4ca53c122ad14d0630b7527aa4befef96 /databases/sqlite34
parentSet IGNORE based on PERL_LEVEL instead of OSVERSION. (diff)
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
Notes
Notes: svn path=/head/; revision=142049
Diffstat (limited to 'databases/sqlite34')
-rw-r--r--databases/sqlite34/Makefile8
-rw-r--r--databases/sqlite34/distinfo4
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/sqlite34/Makefile b/databases/sqlite34/Makefile
index e59f246dc28b..6482bdc20f98 100644
--- a/databases/sqlite34/Makefile
+++ b/databases/sqlite34/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/sqlite34/distinfo b/databases/sqlite34/distinfo
index 4762b1304b3b..6b410af42d1e 100644
--- a/databases/sqlite34/distinfo
+++ b/databases/sqlite34/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