From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 1 01:30:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3438C1065693 for ; Thu, 1 Oct 2009 01:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 10EBB8FC20 for ; Thu, 1 Oct 2009 01:30:03 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n911U28k001166 for ; Thu, 1 Oct 2009 01:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n911U2wo001163; Thu, 1 Oct 2009 01:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 1 Oct 2009 01:30:02 GMT Resent-Message-Id: <200910010130.n911U2wo001163@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Petrik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFFF3106566B for ; Thu, 1 Oct 2009 01:26:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DF5028FC18 for ; Thu, 1 Oct 2009 01:26:51 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n911Qpnn079261 for ; Thu, 1 Oct 2009 01:26:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n911QpFC079260; Thu, 1 Oct 2009 01:26:51 GMT (envelope-from nobody) Message-Id: <200910010126.n911QpFC079260@www.freebsd.org> Date: Thu, 1 Oct 2009 01:26:51 GMT From: Chris Petrik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139270: fix issue with proftpd and clamav X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2009 01:30:03 -0000 >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@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: