aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2008-08-20 00:40:17 +0800
committerMarcus Alves Grando <mnag@FreeBSD.org>2008-08-20 00:40:17 +0800
commit907d5d1a391cea7dc4510deb3ead17400d689462 (patch)
tree6c30422131f6d4a1c3573653ef9e29e93cb33606 /databases
parent305a8cb2963ec2ad26a740802b442eeef4913b5c (diff)
downloadfreebsd-ports-gnome-907d5d1a391cea7dc4510deb3ead17400d689462.tar.gz
freebsd-ports-gnome-907d5d1a391cea7dc4510deb3ead17400d689462.tar.zst
freebsd-ports-gnome-907d5d1a391cea7dc4510deb3ead17400d689462.zip
- Update libevent dependency and bump PORTREVISION
Diffstat (limited to 'databases')
-rw-r--r--databases/memcachedb/Makefile3
-rw-r--r--databases/mysql-proxy/Makefile4
-rw-r--r--databases/pgbouncer/Makefile3
-rw-r--r--databases/sharedance/Makefile3
4 files changed, 8 insertions, 5 deletions
diff --git a/databases/memcachedb/Makefile b/databases/memcachedb/Makefile
index 83ecb76354c1..1bdbdea92e5b 100644
--- a/databases/memcachedb/Makefile
+++ b/databases/memcachedb/Makefile
@@ -7,6 +7,7 @@
PORTNAME= memcachedb
PORTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://freebsd.csie.nctu.edu.tw/~gslin/files/
@@ -14,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
MAINTAINER= ports@FreeBSD.org
COMMENT= Distributed storage system designed for persistent
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
CFLAGS= -I"${BDB_INCLUDE_DIR}"
CONFIUGRE_ARGS= --enable-threads --with-bdb="${LOCALBASE}" \
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile
index de4dca22af51..0f10c401dba6 100644
--- a/databases/mysql-proxy/Makefile
+++ b/databases/mysql-proxy/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mysql-proxy
PORTVERSION= 0.6.1
-PORTREVISION= 2
+PORTREVISION= 3
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.3e:${PORTSDIR}/devel/libevent \
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
glib:${PORTSDIR}/devel/glib20
CONFIGURE_ARGS+= --with-lua=lua-5.1 --with-mysql
diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile
index 8d7c09b303aa..26d5993f0bb8 100644
--- a/databases/pgbouncer/Makefile
+++ b/databases/pgbouncer/Makefile
@@ -7,13 +7,14 @@
PORTNAME= pgbouncer
PORTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/1873/
MAINTAINER= skv@FreeBSD.org
COMMENT= Lightweight connection pooler for PostgreSQL
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
USE_RC_SUBR= pgbouncer.sh
SUB_FILES= pkg-message pkg-install pkg-deinstall
diff --git a/databases/sharedance/Makefile b/databases/sharedance/Makefile
index ff1dbcfbaff8..d42cff985430 100644
--- a/databases/sharedance/Makefile
+++ b/databases/sharedance/Makefile
@@ -7,13 +7,14 @@
PORTNAME= sharedance
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://download.pureftpd.org/pub/sharedance/
MAINTAINER= gslin@gslin.org
COMMENT= A daemon to centralize keys and associated data
-LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
CONFIGURE_ARGS= --with-largefile
GNU_CONFIGURE= yes