diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/memcachedb/Makefile | 3 | ||||
-rw-r--r-- | databases/mysql-proxy/Makefile | 4 | ||||
-rw-r--r-- | databases/pgbouncer/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/databases/memcachedb/Makefile b/databases/memcachedb/Makefile index 27af5a059561..f682964ed24a 100644 --- a/databases/memcachedb/Makefile +++ b/databases/memcachedb/Makefile @@ -7,13 +7,14 @@ PORTNAME= memcachedb PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://memcachedb.googlecode.com/files/ MAINTAINER= gslin@gslin.org COMMENT= Distributed storage system designed for persistent -LIB_DEPENDS= event:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent USE_BDB= 42+ USE_DOS2UNIX= YES diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index 41572eced956..cb3fad9dd004 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -7,7 +7,7 @@ PORTNAME= mysql-proxy PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQL-Proxy @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= MySQL-Proxy MAINTAINER= clsung@FreeBSD.org COMMENT= Monitor, analyze or transform the communication of MySQL -LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent \ +LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent \ glib:${PORTSDIR}/devel/glib20 CONFIGURE_ARGS+= --with-lua --with-mysql diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile index 7bea6b3ed48f..6faf300a64e7 100644 --- a/databases/pgbouncer/Makefile +++ b/databases/pgbouncer/Makefile @@ -7,13 +7,14 @@ PORTNAME= pgbouncer PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1532/ MAINTAINER= skv@FreeBSD.org COMMENT= Lightweight connection pooler for PostgreSQL -LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent USE_RC_SUBR= pgbouncer.sh SUB_FILES= pkg-message |