diff options
Diffstat (limited to 'ftp/proftpd-devel/Makefile')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 636414396699..e17f43933070 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ @@ -214,7 +214,7 @@ MODULES:=${MODULES}:mod_quotatab_sql .if defined(WITH_CLAMAV) #http://www.uglyboxindustries.com/mod_clamav_new.c -DISTFILES+= mod_clamav-0.5.tar.bz2:clam +DISTFILES+= mod_clamav-0.5.1.tar.bz2:clam USE_CLAMAV= yes MODULES:=${MODULES}:mod_clamav LIB_DEPENDS+= clamav.2:${PORTSDIR}/security/clamav |