aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2012-04-14 01:48:18 +0800
committervanilla <vanilla@FreeBSD.org>2012-04-14 01:48:18 +0800
commitd6a8844ff91d17984c481c128d0d30023fae70ae (patch)
tree281508f28af785f0ca5b86763fe9fd564b2a7c0c /ftp/proftpd
parentd372f1e7c1bf7afff1977562b8ee365ddf53fae0 (diff)
downloadfreebsd-ports-gnome-d6a8844ff91d17984c481c128d0d30023fae70ae.tar.gz
freebsd-ports-gnome-d6a8844ff91d17984c481c128d0d30023fae70ae.tar.zst
freebsd-ports-gnome-d6a8844ff91d17984c481c128d0d30023fae70ae.zip
1: Upgrade libmemcached to 1.0.6.
2: bump revision to chase shared library version. 3: drop maintainer
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
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