From jhelfman@experts-exchange.com  Wed Apr 18 21:48:59 2012
Return-Path: <jhelfman@experts-exchange.com>
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)
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
Message-Id: <1334785675.160280.34236.nullmailer@experts-exchange.com>
Date: Wed, 18 Apr 2012 14:47:55 -0700
From: Jason Helfman <jgh@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: doc@FreeBSD.org, apache@freebsd.org
Subject: [PATCH] porters-handbook: remove unsupported Apache 1.3 from handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167078
>Category:       docs
>Synopsis:       [PATCH] porters-handbook: remove unsupported Apache 1.3 from handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ryusuke
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 18 21:50:02 UTC 2012
>Closed-Date:    Sat Apr 28 12:39:45 UTC 2012
>Last-Modified:  Sat Apr 28 12:40:07 UTC 2012
>Originator:     Jason Helfman
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>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 @@
 		<entry><makevar>USE_APACHE</makevar></entry>
 		<entry>The port requires Apache.  Possible values:
 		  <literal>yes</literal> (gets any version),
-		  <literal>1.3</literal>, <literal>2.0</literal>,
-		  <literal>2.2</literal>, <literal>2.0+</literal>,
-		  etc.  Default dependency is on version
-		  <literal>1.3</literal>.</entry>
+		  <literal>2.0</literal>, <literal>2.2</literal>,
+		  <literal>2.0+</literal>, etc.
+		  Default dependency is on version
+		  <literal>2.2</literal>.</entry>
 	      </row>
 
 	      <row>
 		<entry><makevar>WITH_APACHE2</makevar></entry>
-		<entry>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
+		<entry>This variable is deprecated and should
+		  not be used
 		  anymore.</entry>
 	      </row>
 
@@ -6885,9 +6884,8 @@
 		  (read-only variable).  This variable is only
 		  available after inclusion of
 		  <filename>bsd.port.pre.mk</filename>.  Possible
-		  values: <literal>13</literal>,
-		  <literal>20</literal>,
-		  <literal>22</literal>.</entry>
+		  values: <literal>20</literal>,
+		  <literal>22</literal>.
 	      </row>
 
 	      <row>
--- .patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->ryusuke 
Responsible-Changed-By: ryusuke 
Responsible-Changed-When: Thu Apr 26 11:16:00 UTC 2012 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167078 
State-Changed-From-To: open->closed 
State-Changed-By: ryusuke 
State-Changed-When: Sat Apr 28 12:39:44 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167078 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/167078: commit references a PR
Date: Sat, 28 Apr 2012 12:36:20 +0000 (UTC)

 ryusuke     2012-04-28 12:36:13 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/porters-handbook book.sgml 
   Log:
   PR: docs/167078
   
   Remove unsupported Apache 1.3 from porters-handbook.
   
   Submitted by:   jgh@
   
   Revision  Changes    Path
   1.1184    +8 -10     doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
