From owner-freebsd-doc@FreeBSD.ORG Wed Apr 18 21:48:59 2012 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FB66106566C; Wed, 18 Apr 2012 21:48:59 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 2D8438FC14; Wed, 18 Apr 2012 21:48:59 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id D87946FDD14; Wed, 18 Apr 2012 14:48:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= experts-exchange.com; h=message-id:date:date:from:from:subject :subject:received:received:received; s=ee; t=1334785733; x= 1336600133; bh=LT+7wjYkGWJLo1c5s4By3Xd/e98l3MS3X+dmjgF0ZmA=; b=H 079XEeWhUVQ/Gf2/F1DXxZMJipAjiKJKCZWclv1fAiUgckx07LRk7lxucnb6qABy pz65EfRlXGWEc6++qIj2X6bFpshD0E3fbE3bn4n1MEOH5WhpLGH5E1NW310Yi/v9 ykwEQPbXquHD8VgjwKwkpEKSzXrqqrb3M0SA5GXGh4= X-Virus-Scanned: amavisd-new at experts-exchange.com Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XdpmnfZ5JhSl; Wed, 18 Apr 2012 14:48:53 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.120]) by mail.dw.redsrci.com (Postfix) with SMTP id B4C066FDD0E; Wed, 18 Apr 2012 14:48:53 -0700 (PDT) Received: (nullmailer pid 34237 invoked by uid 1001); Wed, 18 Apr 2012 21:47:55 -0000 To: FreeBSD-gnats-submit@freebsd.org From: Jason Helfman X-send-pr-version: 3.113 X-GNATS-Notify: Date: Wed, 18 Apr 2012 14:47:55 -0700 Message-Id: <1334785675.160280.34236.nullmailer@experts-exchange.com> Cc: doc@FreeBSD.org, apache@freebsd.org Subject: [PATCH] porters-handbook: remove unsupported Apache 1.3 from handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2012 21:48:59 -0000 >Submitter-Id: current-users >Originator: Jason Helfman >Organization: >Confidential: no >Synopsis: [PATCH] porters-handbook: remove unsupported Apache 1.3 from handbook >Severity: non-critical >Priority: low >Category: docs >Class: change-request >Release: FreeBSD 8.2-RELEASE amd64 >Environment: System: FreeBSD dormouse.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: www/apache13 is no longer in the portstree, so remove documentation relating to it. Port maintainer (doc@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- .patch begins here --- Index: book.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.1181 diff -u -r1.1181 book.sgml --- book.sgml 18 Apr 2012 19:50:58 -0000 1.1181 +++ book.sgml 18 Apr 2012 21:46:09 -0000 @@ -6853,17 +6853,16 @@ USE_APACHE The port requires Apache. Possible values: yes (gets any version), - 1.3, 2.0, - 2.2, 2.0+, - etc. Default dependency is on version - 1.3. + 2.0, 2.2, + 2.0+, etc. + Default dependency is on version + 2.2. WITH_APACHE2 - The port requires Apache 2.0. Without this - variable, the port will depend on Apache 1.3. This - variable is deprecated and should not be used + This variable is deprecated and should + not be used anymore. @@ -6885,9 +6884,8 @@ (read-only variable). This variable is only available after inclusion of bsd.port.pre.mk. Possible - values: 13, - 20, - 22. + values: 20, + 22. --- .patch ends here ---