ports/112848: Update port: databases/mysqltcl
Björn König
bkoenig at alpha-tierchen.de
Tue May 22 07:10:05 UTC 2007
>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:
More information about the freebsd-ports-bugs
mailing list