aboutsummaryrefslogtreecommitdiff
path: root/databases/pgbouncer
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-24 13:32:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-24 13:32:58 +0000
commitb5646534525f3eb9cce485f6580fe9a473ce2ba7 (patch)
treeffddb673c48038e781d69f6c3d08ec8855ad33a5 /databases/pgbouncer
parentafee9d5cd365a4ef10c99ef86e5358e76a5d37f2 (diff)
downloadports-b5646534525f3eb9cce485f6580fe9a473ce2ba7.tar.gz
ports-b5646534525f3eb9cce485f6580fe9a473ce2ba7.zip
Notes
Diffstat (limited to 'databases/pgbouncer')
-rw-r--r--databases/pgbouncer/Makefile4
-rw-r--r--databases/pgbouncer/files/patch-configure14
2 files changed, 2 insertions, 16 deletions
diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile
index 69644f23a1a1..0a68f2ffe449 100644
--- a/databases/pgbouncer/Makefile
+++ b/databases/pgbouncer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pgbouncer
PORTVERSION= 1.5.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/3393/
@@ -12,7 +12,7 @@ COMMENT= Lightweight connection pooler for PostgreSQL
LICENSE= BSD2CLAUSE
-LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
OPTIONS_DEFINE= DOCS
diff --git a/databases/pgbouncer/files/patch-configure b/databases/pgbouncer/files/patch-configure
deleted file mode 100644
index ba1498148ea5..000000000000
--- a/databases/pgbouncer/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.orig 2012-11-28 17:11:13.000000000 +0400
-+++ configure 2013-09-25 23:54:23.465994180 +0400
-@@ -6332,8 +6332,8 @@
- levent=yes
- else
- levent=yes
-- CPPFLAGS="$CPPFLAGS -I$withval/include"
-- LDFLAGS="$LDFLAGS -L$withval/lib"
-+ CPPFLAGS="$CPPFLAGS -I$withval/include -I$withval/include/event2/compat"
-+ LDFLAGS="$LDFLAGS -L$withval/lib/event2"
- fi
-
- fi
-