ports/139270: fix issue with proftpd and clamav

Chris Petrik chris at officialunix.com
Thu Oct 1 01:30:03 UTC 2009


>Number:         139270
>Category:       ports
>Synopsis:       fix issue with proftpd and clamav
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 01 01:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        FreeBSD 7-STABLE
>Organization:
Officialunix
>Environment:
FreeBSD 
>Description:
Update proftpd to fix the clamav extract issue.

This was pointed out by someone through email.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /usr/ncvs/ports/ftp/proftpd/Makefile,v
retrieving revision 1.156
diff -u -r1.156 Makefile
--- Makefile	23 Sep 2009 13:34:35 -0000	1.156
+++ Makefile	1 Oct 2009 00:08:17 -0000
@@ -20,6 +20,8 @@
 		http://www.smartftp.com/oss/proftpd/:digest \
 		LOCAL/beech:digest \
 		LOCAL/beech:sql_tds
+DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}
+EXTRACT_ONLY=   ${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER?=	chris at officialunix.com
 COMMENT?=	Highly configurable ftp daemon
@@ -218,9 +220,8 @@
 .endif
 
 .if defined(WITH_CLAMAV)
-#https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-0.11rc.tar.gz
 DISTFILES+=	mod_clamav-0.11rc.tar.gz:clam
-#EXTRACT_ONLY+=	mod_clamav-0.11rc.tar.gz
+EXTRACT_ONLY+=	mod_clamav-0.11rc.tar.gz
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-modules_mod_xfer.c
 USE_CLAMAV=	yes
 MODULES:=${MODULES}:mod_clamav


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list