Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2013 13:22:15 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310089 - head/databases/mysqltcl
Message-ID:  <201301081322.r08DMFGW072769@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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