Index: head/databases/mysql-proxy/Makefile =================================================================== --- head/databases/mysql-proxy/Makefile (revision 200793) +++ head/databases/mysql-proxy/Makefile (revision 200794) @@ -1,32 +1,31 @@ # New ports collection makefile for: mysql-proxy # Date created: 2007-06-25 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= mysql-proxy -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQL-Proxy -MAINTAINER= gslin@gslin.org +MAINTAINER= clsung@FreeBSD.org COMMENT= Monitor, analyze or transform the communication of MySQL LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent \ glib:${PORTSDIR}/devel/glib20 -CONFIGURE_ARGS+= --datadir="${DATADIR}" --with-lua --with-mysql +CONFIGURE_ARGS+= --with-lua --with-mysql CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" \ LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" \ PKG_CONFIG_PATH="${LUA_PREFIX}/share/doc/${LUA_SUBDIR}/etc" GNU_CONFIGURE= yes USE_GNOME= gnometarget pkgconfig USE_ICONV= yes USE_LUA= 5.1+ USE_MYSQL= yes IGNORE_WITH_MYSQL= 323 40 41 .include Property changes on: head/databases/mysql-proxy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/databases/mysql-proxy/distinfo =================================================================== --- head/databases/mysql-proxy/distinfo (revision 200793) +++ head/databases/mysql-proxy/distinfo (revision 200794) @@ -1,3 +1,3 @@ -MD5 (mysql-proxy-0.5.1.tar.gz) = 5e02d31c954c60d12ea18c98ddedd93a -SHA256 (mysql-proxy-0.5.1.tar.gz) = d9b98431f4589e820339c4cec3eabcaaab3e9497e501d09597c5535e374ef01a -SIZE (mysql-proxy-0.5.1.tar.gz) = 255631 +MD5 (mysql-proxy-0.6.0.tar.gz) = b76ad6f059f78b9aaca49c8c29cb2719 +SHA256 (mysql-proxy-0.6.0.tar.gz) = 1035ad33a4712100add30ae928f4db4710d9ed25c5f7e8f517827ed86ad17ea9 +SIZE (mysql-proxy-0.6.0.tar.gz) = 480322 Property changes on: head/databases/mysql-proxy/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/databases/mysql-proxy/pkg-plist =================================================================== --- head/databases/mysql-proxy/pkg-plist (revision 200793) +++ head/databases/mysql-proxy/pkg-plist (revision 200794) @@ -1,10 +1,24 @@ @comment $FreeBSD$ -%%DATADIR%%/tutorial-basic.lua -%%DATADIR%%/tutorial-constants.lua -%%DATADIR%%/tutorial-inject.lua -%%DATADIR%%/tutorial-packets.lua -%%DATADIR%%/tutorial-query-time.lua -%%DATADIR%%/tutorial-rewrite.lua -%%DATADIR%%/tutorial-warnings.lua +%%DATADIR%%/active-queries.lua +%%DATADIR%%/analyze-query.lua +%%DATADIR%%/auditing.lua +%%DATADIR%%/histogram.lua +%%DATADIR%%/proxy/auto-config.lua +%%DATADIR%%/proxy/balance.lua +%%DATADIR%%/proxy/commands.lua +%%DATADIR%%/proxy/parser.lua +%%DATADIR%%/proxy/tokenizer.lua +%%DATADIR%%/rw-splitting.lua +%%DATADIR%%/xtab.lua +%%EXAMPLESDIR%%/tutorial-basic.lua +%%EXAMPLESDIR%%/tutorial-constants.lua +%%EXAMPLESDIR%%/tutorial-inject.lua +%%EXAMPLESDIR%%/tutorial-packets.lua +%%EXAMPLESDIR%%/tutorial-query-time.lua +%%EXAMPLESDIR%%/tutorial-rewrite.lua +%%EXAMPLESDIR%%/tutorial-states.lua +%%EXAMPLESDIR%%/tutorial-warnings.lua sbin/mysql-proxy +@dirrmtry %%EXAMPLESDIR%% +@dirrmtry %%DATADIR%%/proxy @dirrmtry %%DATADIR%% Property changes on: head/databases/mysql-proxy/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property