diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-proxy/Makefile | 3 | ||||
-rw-r--r-- | databases/pgbouncer/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index ce0dfbac5f6d..d4ebc7534dd6 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -7,6 +7,7 @@ PORTNAME= mysql-proxy PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQL-Proxy @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= MySQL-Proxy MAINTAINER= gslin@gslin.org COMMENT= Monitor, analyze or transform the communication of MySQL -LIB_DEPENDS= event:${PORTSDIR}/devel/libevent \ +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent \ glib:${PORTSDIR}/devel/glib20 CONFIGURE_ARGS+= --datadir="${DATADIR}" --with-lua --with-mysql diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile index 8cbb4db94ec3..c71bdb96f558 100644 --- a/databases/pgbouncer/Makefile +++ b/databases/pgbouncer/Makefile @@ -7,13 +7,14 @@ PORTNAME= pgbouncer PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1399/ MAINTAINER= skv@FreeBSD.org COMMENT= Lightweight connection pooler for PostgreSQL -LIB_DEPENDS= event:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent USE_RC_SUBR= pgbouncer.sh SUB_FILES= pkg-message |