Bug 173940 - [patch] databases/mysqltcl -- update to 3.052
Summary: [patch] databases/mysqltcl -- update to 3.052
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-tcltk (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-26 15:40 UTC by Pietro Cerutti
Modified: 2013-01-08 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.09 KB, patch)
2012-11-26 15:40 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti freebsd_committer freebsd_triage 2012-11-26 15:40:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-26 15:40:07 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-26 15:40:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Pietro Cerutti freebsd_committer freebsd_triage 2012-11-26 22:46:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-tcltk

tcltk@ will take this
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-01-08 13:22:22 UTC
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"
Comment 5 Pietro Cerutti freebsd_committer freebsd_triage 2013-01-08 13:22:26 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!