diff options
author | clsung <clsung@FreeBSD.org> | 2007-10-04 14:26:55 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-10-04 14:26:55 +0800 |
commit | 920ef646f384fe4cd81929ea201c797af2cdbddd (patch) | |
tree | 3bba3c17afde3e8d7b6bbd7f3936a9debb7a9295 /databases | |
parent | a048be6d33b3cc36897a6c1ff56b3123fe4882bb (diff) | |
download | freebsd-ports-graphics-920ef646f384fe4cd81929ea201c797af2cdbddd.tar.gz freebsd-ports-graphics-920ef646f384fe4cd81929ea201c797af2cdbddd.tar.zst freebsd-ports-graphics-920ef646f384fe4cd81929ea201c797af2cdbddd.zip |
- Update to 0.6.0
- Reset maintainership
PR: ports/116527
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-proxy/Makefile | 7 | ||||
-rw-r--r-- | databases/mysql-proxy/distinfo | 6 | ||||
-rw-r--r-- | databases/mysql-proxy/pkg-plist | 28 |
3 files changed, 27 insertions, 14 deletions
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index d4ebc7534dd..a5c4cfb4244 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -6,19 +6,18 @@ # 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" diff --git a/databases/mysql-proxy/distinfo b/databases/mysql-proxy/distinfo index cf31a34b7e1..4f4bf7a9c1b 100644 --- a/databases/mysql-proxy/distinfo +++ b/databases/mysql-proxy/distinfo @@ -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 diff --git a/databases/mysql-proxy/pkg-plist b/databases/mysql-proxy/pkg-plist index d89c727ed75..afa8e9f4939 100644 --- a/databases/mysql-proxy/pkg-plist +++ b/databases/mysql-proxy/pkg-plist @@ -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%% |