diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index 4ac2640f1aac..bad4c4225fa7 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -1,28 +1,29 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= mysql-proxy -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQL-Proxy MAINTAINER= swills@FreeBSD.org COMMENT= Monitor, analyze, or transform the communication of MySQL +LICENSE= GPLv2 + LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent \ libglib-2.0.so:${PORTSDIR}/devel/glib20 CONFIGURE_ARGS+= --with-lua=lua-5.1 --with-mysql=${LOCALBASE}/bin/mysql_config --docdir=${DATADIR} --enable-self-contained CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= PKG_CONFIG_PATH="${LUA_PREFIX}/share/doc/${LUA_SUBDIR}/etc" LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} GNU_CONFIGURE= yes USES= pkgconfig iconv USE_LDCONFIG= yes USE_LUA= 5.1+ USE_MYSQL= yes USE_RC_SUBR= mysql-proxy -NO_STAGE= yes .include diff --git a/databases/mysql-proxy/distinfo b/databases/mysql-proxy/distinfo index c9e736da5e7d..d86502ef2405 100644 --- a/databases/mysql-proxy/distinfo +++ b/databases/mysql-proxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (mysql-proxy-0.8.3.tar.gz) = 80c48100759346f016751532f1fe9eef17a1015955544d18d9c14ab518d03cfe -SIZE (mysql-proxy-0.8.3.tar.gz) = 890540 +SHA256 (mysql-proxy-0.8.4.tar.gz) = 44b9b6fa8142cb5cde0eb22c7be9589c320ce74b570d7f42c0ad79a52dd22563 +SIZE (mysql-proxy-0.8.4.tar.gz) = 952125 diff --git a/databases/mysql-proxy/pkg-descr b/databases/mysql-proxy/pkg-descr index c7189b6b8a00..409096036dd0 100644 --- a/databases/mysql-proxy/pkg-descr +++ b/databases/mysql-proxy/pkg-descr @@ -1,7 +1,7 @@ MySQL Proxy is a simple program that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication. Its flexibility allows for unlimited uses; common ones include: load balancing; failover; query analysis; query filtering and modification; and many more. -WWW: http://forge.mysql.com/wiki/MySQL_Proxy +WWW: http://forge.mysql.com/wiki/MySQL_Proxy