From d6a8844ff91d17984c481c128d0d30023fae70ae Mon Sep 17 00:00:00 2001 From: vanilla Date: Fri, 13 Apr 2012 17:48:18 +0000 Subject: 1: Upgrade libmemcached to 1.0.6. 2: bump revision to chase shared library version. 3: drop maintainer --- ftp/proftpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftp/proftpd') diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index b316fffad512..df703d265ed9 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME?= proftpd PORTVERSION?= 1.3.4a -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ @@ -469,7 +469,7 @@ PLIST_SUB+= CTRLS="@comment " .endif .if defined(WITH_MEMCACHE) || defined(AUTOSELECT_MEMCACHE) -LIB_DEPENDS+= memcached.9:${PORTSDIR}/databases/libmemcached +LIB_DEPENDS+= memcached.10:${PORTSDIR}/databases/libmemcached CONFIGURE_ARGS+= --enable-memcache PLIST_SUB+= MOD_MEMCACHE="" .else -- cgit