diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2012-04-13 17:48:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2012-04-13 17:48:18 +0000 |
commit | 73b7a56b52bf3eb2c92dbc7deb25d2c88730edb9 (patch) | |
tree | 0dc1343fcbfa06397c691fa244ff896cdf09de67 /ftp | |
parent | 8450e61117279f5e982072915423398050d4ab42 (diff) |
1: Upgrade libmemcached to 1.0.6.
2: bump revision to chase shared library version.
3: drop maintainer
Notes
Notes:
svn path=/head/; revision=294777
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd/Makefile | 4 |
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 |