diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
commit | 5a1d1148e1bf522e5cec350ddbb7241017615b23 (patch) | |
tree | c0c7a07736914867ed86b175a6df18598e35d03f /databases | |
parent | b70fcd10eb3b1db807baac1c511236218a2f249b (diff) | |
download | ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.tar.gz ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.zip |
Notes
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 |