Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2007 08:36:29 +0200 (CEST)
From:      Björn König <bkoenig@alpha-tierchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112848: Update port: databases/mysqltcl
Message-ID:  <20070522063629.8858F4505A@home.alpha-tierchen.de>
Resent-Message-ID: <200705220710.l4M7A4EY078516@freefall.freebsd.org>

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

>Number:         112848
>Category:       ports
>Synopsis:       Update port: databases/mysqltcl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 22 07:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Björn König
>Release:        
>Organization:
>Environment:
>Description:
	The patch updates the port databases/mysqltcl from 3.02 to 3.03.
	
	The port also takes the PREFIX variable into account now to prevent
	an incorrect package list.
>How-To-Repeat:
>Fix:

	

--- mysqltcl.diff begins here ---
diff -ruN mysqltcl.orig/Makefile mysqltcl/Makefile
--- mysqltcl.orig/Makefile	Mon May 21 11:07:17 2007
+++ mysqltcl/Makefile	Mon May 21 11:17:41 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mysqltcl
-PORTVERSION=	3.02
+PORTVERSION=	3.03
 CATEGORIES=	databases tcl83 tcl84
 MASTER_SITES=	http://www.xdobry.de/mysqltcl/
 
@@ -26,7 +26,8 @@
 
 CONFIGURE_ARGS+=	--with-tcl=${TCL_LIBDIR} \
 			--with-mysql-include=${LOCALBASE}/include/mysql \
-			--with-mysql-lib=${LOCALBASE}/lib/mysql
+			--with-mysql-lib=${LOCALBASE}/lib/mysql \
+			--exec-prefix=${PREFIX}
 
 PLIST_SUB+=		LIB_DIR=${PORTNAME}-${PORTVERSION} \
 			LIB_NAME=libmysqltcl${PORTVERSION}.so
diff -ruN mysqltcl.orig/distinfo mysqltcl/distinfo
--- mysqltcl.orig/distinfo	Mon May 21 11:07:17 2007
+++ mysqltcl/distinfo	Mon May 21 11:18:32 2007
@@ -1,3 +1,3 @@
-MD5 (mysqltcl-3.02.tar.gz) = bf408a7d1f10aec28102fd27cba1f6eb
-SHA256 (mysqltcl-3.02.tar.gz) = b07d19a41da0b55912cc05150cde04340ecc673354f4a00edcede832e095c206
-SIZE (mysqltcl-3.02.tar.gz) = 193912
+MD5 (mysqltcl-3.03.tar.gz) = 0192e0b455526efc57bb0f53467ef37c
+SHA256 (mysqltcl-3.03.tar.gz) = 981fc531f6df1893e23a1a8581a795f2daaf45fe2889ba6292d684f31d7cfbfb
+SIZE (mysqltcl-3.03.tar.gz) = 211041
--- mysqltcl.diff ends here ---


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



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