svn commit: r310089 - head/databases/mysqltcl

Pietro Cerutti gahr at FreeBSD.org
Tue Jan 8 13:22:15 UTC 2013


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 at matuska.org>
-#
+# Created by: Martin Matuska <martin at 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 at alpha-tierchen.de
+MAINTAINER=	tcltk at 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


More information about the svn-ports-all mailing list