aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/memcached/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile
index fb8525c0aff4..b0a5c9f3e4f1 100644
--- a/databases/memcached/Makefile
+++ b/databases/memcached/Makefile
@@ -7,6 +7,7 @@
PORTNAME= memcached
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.danga.com/memcached/dist/ \
${MASTER_SITE_GENTOO}
@@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= distfiles
MAINTAINER= seanc@FreeBSD.org
COMMENT= High-performance distributed memory object cache system
-LIB_DEPENDS= event-1.2:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent
USE_RC_SUBR= memcached
GNU_CONFIGURE= YES
@@ -24,7 +25,8 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= memcached.1
-PLIST_FILES= bin/memcached
+PLIST_FILES= bin/memcached \
+ bin/memcached-debug
PORTDOCS= memory_management.txt protocol.txt