From owner-cvs-all@FreeBSD.ORG Fri Mar 26 12:18:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5CAE16A4D0; Fri, 26 Mar 2004 12:18:53 -0800 (PST) Received: from burrito.bitsurf.net (dcn235-229.dcn.davis.ca.us [168.150.235.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7372643D49; Fri, 26 Mar 2004 12:18:53 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: from burrito.bitsurf.net (localhost [127.0.0.1]) by burrito.bitsurf.net (8.12.10/8.12.10) with ESMTP id i2QKLLjT096748; Fri, 26 Mar 2004 12:21:21 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by burrito.bitsurf.net (8.12.10/8.12.10/Submit) id i2QKLLxA096747; Fri, 26 Mar 2004 12:21:21 -0800 (PST) (envelope-from mharo@FreeBSD.org) X-Authentication-Warning: burrito.bitsurf.net: mharo set sender to mharo@FreeBSD.org using -f Date: Fri, 26 Mar 2004 12:21:20 -0800 From: Michael Haro To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040326202120.GA96719@bitsurf.net> Mail-Followup-To: Michael Haro , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200403262017.i2QKHc7p083926@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403262017.i2QKHc7p083926@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-Operating-System: FreeBSD 5.2.1-RC X-SMTP-From: localhost [127.0.0.1] (burrito.bitsurf.net) X-Scanned-By: MIMEDefang 2.39 Subject: Re: cvs commit: ports/ftp/proftpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 20:18:54 -0000 I should have also included "Bump PORTREVISION to reflect this change". Michael On Fri, Mar 26, 2004 at 12:17:38PM -0800, Michael Haro wrote: > mharo 2004/03/26 12:17:38 PST > > FreeBSD ports repository > > Modified files: > ftp/proftpd Makefile > Log: > Add build knob WITH_IPV6 to enable IPV6 support. Note that when > IPv6 is enabled IPv4 is not listened to by default. You need > to update proftpd.conf if you want to support both. > > Also, remove a substitution that was incorrectly 'fixing' > the manpage. > > Revision Changes Path > 1.62 +6 -3 ports/ftp/proftpd/Makefile