Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2005 16:10:47 -0300 (BRT)
From:      Marcus Grando <marcus@corp.grupos.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        green@FreeBSD.org
Subject:   ports/85420: Update port: databases/sqlite3 to 3.2.5
Message-ID:  <200508281910.j7SJAlkr066409@marcus.grupos.com.br>
Resent-Message-ID: <200508281920.j7SJKJnf002683@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85420
>Category:       ports
>Synopsis:       Update port: databases/sqlite3 to 3.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 28 19:20:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Marcus Grando
>Release:        FreeBSD 6.0-BETA3 i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD marcus.grupos.com.br 6.0-BETA3 FreeBSD 6.0-BETA3 #30: Sun Aug 28 14:46:20 BRT 2005 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386


	
>Description:

- Update to 3.2.5
- Fix install when select NOPORTDOCS and TCL wrapper

	
>How-To-Repeat:
	
>Fix:

	

--- sqlite3.patch begins here ---
diff -ruN sqlite3.orig/Makefile sqlite3/Makefile
--- sqlite3.orig/Makefile	Fri Jul 15 16:01:06 2005
+++ sqlite3/Makefile	Sun Aug 28 16:08:37 2005
@@ -11,7 +11,7 @@
 # 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/
 
@@ -31,6 +31,8 @@
 
 # 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 @@
 
 .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 -ruN sqlite3.orig/distinfo sqlite3/distinfo
--- sqlite3.orig/distinfo	Fri Jul 15 16:01:06 2005
+++ sqlite3/distinfo	Sun Aug 28 15:45:39 2005
@@ -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
--- sqlite3.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508281910.j7SJAlkr066409>