From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 2 02:50:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F11B16A41F for ; Fri, 2 Sep 2005 02:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E290643D48 for ; Fri, 2 Sep 2005 02:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j822oDv9033147 for ; Fri, 2 Sep 2005 02:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j822oDqG033130; Fri, 2 Sep 2005 02:50:13 GMT (envelope-from gnats) Resent-Date: Fri, 2 Sep 2005 02:50:13 GMT Resent-Message-Id: <200509020250.j822oDqG033130@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, Boris Kovalenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A635716A41F; Fri, 2 Sep 2005 02:43:46 +0000 (GMT) (envelope-from boris@ntmk.ru) Received: from mail.ntmk.ru (mail.ntmk.ru [217.114.241.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44FEC43D45; Fri, 2 Sep 2005 02:43:43 +0000 (GMT) (envelope-from boris@ntmk.ru) Received: from boris.nikom.ru ([10.1.16.195]) by mail.ntmk.ru with esmtp (Exim 4.51) id 1EB1Wn-0008ET-Mh; Fri, 02 Sep 2005 08:43:41 +0600 Received: from root by boris.nikom.ru with local (Exim 4.52 (FreeBSD)) id 1EB1Wn-000M5r-IU; Fri, 02 Sep 2005 08:43:41 +0600 Message-Id: Date: Fri, 02 Sep 2005 08:43:41 +0600 From: Boris Kovalenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mharo@FreeBSD.org Subject: ports/85616: [PATCH] ftp/proftpd: [SUMMARIZE CHANGES] 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: Fri, 02 Sep 2005 02:50:14 -0000 >Number: 85616 >Category: ports >Synopsis: [PATCH] ftp/proftpd: [SUMMARIZE CHANGES] >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: Fri Sep 02 02:50:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Boris Kovalenko >Release: FreeBSD 5.4-STABLE i386 >Organization: JSC "Tagnet" >Environment: System: FreeBSD boris.nikom.ru 5.4-STABLE FreeBSD 5.4-STABLE #4: Thu Aug 18 08:12:33 YEKST 2005 >Description: [DESCRIBE CHANGES] + Added interactive for mod_radius Port maintainer (mharo@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- proftpd-1.3.0.r2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/ftp/proftpd/Makefile /usr/ports/ftp/proftpd.new/Makefile --- /usr/ports/ftp/proftpd/Makefile Mon Aug 8 08:45:14 2005 +++ /usr/ports/ftp/proftpd.new/Makefile Fri Sep 2 08:35:08 2005 @@ -50,7 +50,8 @@ README "Include mod_readme" on \ RATIO "Include mod_ratio" on \ REWRITE "Include mod_rewrite" on \ - WRAP "Include mod_wrap" on + WRAP "Include mod_wrap" on \ + RADIUS "Include mod_radius" off MODULES?= @@ -74,6 +75,10 @@ .if defined(WITH_WRAP) MODULES:=${MODULES}:mod_wrap +.endif + +.if defined(WITH_RADIUS) +MODULES:=${MODULES}:mod_radius .endif .if defined(WITH_SETPASSENT) --- proftpd-1.3.0.r2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: