From d736b01ecb49fbbe4538599410c34885619e4ff5 Mon Sep 17 00:00:00 2001 From: beech Date: Thu, 13 Dec 2007 23:39:02 +0000 Subject: - Bug fix mod_clamav - Bump portrevision Fix: correction mod_clamav.c str. 158, 167, 169 error: "/home/ftp/incoming//incoming/test.com: lstat() failed. ERROR" Submitted by: Roman Approved by: linimon (mentor) --- ftp/proftpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftp/proftpd/Makefile') diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 636414396699..e17f43933070 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/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 -- cgit