The patch also includes change of maintainership to the open mailing list tcltk@FreeBSD.org, which you are more than welcome to join. For more information about it, please see http://wiki.freebsd.org/TclTk . Please state whether you accept the above, in addition to the trivial update. Thanks. Fix: Patch attached with submission follows:
Maintainer of databases/mysqltcl, Please note that PR ports/173940 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173940 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-tcltk tcltk@ will take this
Author: gahr Date: Tue Jan 8 13:22:14 2013 New Revision: 310089 URL: http://svnweb.freebsd.org/changeset/ports/310089 Log: - Update to 3.052 - Assign maintainership to tcltk@ PR: 173940 Submitted by: gahr Approved by: maintainer (timeout > 1 month) Modified: head/databases/mysqltcl/Makefile head/databases/mysqltcl/distinfo (contents, props changed) Modified: head/databases/mysqltcl/Makefile ============================================================================== --- head/databases/mysqltcl/Makefile Tue Jan 8 12:52:01 2013 (r310088) +++ head/databases/mysqltcl/Makefile Tue Jan 8 13:22:14 2013 (r310089) @@ -1,17 +1,12 @@ -# New ports collection makefile for: mysqltcl -# Date created: Thu Sep 28 16:07:00 CET 2006 -# Whom: Martin Matuska <martin@matuska.org> -# +# Created by: Martin Matuska <martin@matuska.org> # $FreeBSD$ -# PORTNAME= mysqltcl -PORTVERSION= 3.05 -PORTREVISION= 2 +PORTVERSION= 3.052 CATEGORIES= databases tcl MASTER_SITES= http://www.xdobry.de/mysqltcl/ -MAINTAINER= bkoenig@alpha-tierchen.de +MAINTAINER= tcltk@FreeBSD.org COMMENT= TCL module for accessing MySQL databases based on msqltcl USE_LDCONFIG= yes @@ -23,12 +18,12 @@ MANN= mysqltcl.n GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \ - --with-mysql-include=${LOCALBASE}/include/mysql \ - --with-mysql-lib=${LOCALBASE}/lib/mysql \ - --exec-prefix=${PREFIX} +CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ + --with-mysql-include=${LOCALBASE}/include/mysql \ + --with-mysql-lib=${LOCALBASE}/lib/mysql \ + --exec-prefix=${PREFIX} -PLIST_SUB+= LIB_DIR=${PORTNAME}-${PORTVERSION} \ - LIB_NAME=libmysqltcl${PORTVERSION}.so +PLIST_SUB+= LIB_DIR=${PORTNAME}-${PORTVERSION} \ + LIB_NAME=libmysqltcl${PORTVERSION}.so .include <bsd.port.mk> Modified: head/databases/mysqltcl/distinfo ============================================================================== --- head/databases/mysqltcl/distinfo Tue Jan 8 12:52:01 2013 (r310088) +++ head/databases/mysqltcl/distinfo Tue Jan 8 13:22:14 2013 (r310089) @@ -1,2 +1,2 @@ -SHA256 (mysqltcl-3.05.tar.gz) = e2346aee4b99b2d91b552718e4be8ec8c4fc4bbbfe12430e4041e9e13d27a245 -SIZE (mysqltcl-3.05.tar.gz) = 198755 +SHA256 (mysqltcl-3.052.tar.gz) = 5b6e04430b80fd4af54599551503bae681232be0bae3c55c1a93adeb66702007 +SIZE (mysqltcl-3.052.tar.gz) = 187781 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!