Bug 177484

Summary: [patch] books/porters-handbook adjust apache versions
Product: Documentation Reporter: Olli Hauer <ohauer>
Component: Books & ArticlesAssignee: Sergey Kandaurov <pluknet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
apache.diff none

Description Olli Hauer freebsd_committer freebsd_triage 2013-03-29 22:10:02 UTC
- adjust apache version in PH and name in handbook
- remove deprecated USE_APACHE2
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-06-08 16:32:04 UTC
Author: pluknet
Date: Sat Jun  8 15:31:51 2013
New Revision: 41876
URL: http://svnweb.freebsd.org/changeset/doc/41876

Log:
  Fix apache22 package name in portmaster example.
  
  PR:		docs/177484
  Submitted by:	ohauer

Modified:
  head/en_US.ISO8859-1/books/handbook/ports/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Sat Jun  8 14:33:04 2013	(r41875)
+++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Sat Jun  8 15:31:51 2013	(r41876)
@@ -1711,8 +1711,8 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/
 ===>>> 7 root ports
 ...
 ===>>> Branch ports (Have dependencies, are depended on)
-===>>> apache-2.2.3
-        ===>>> New version available: apache-2.2.8
+===>>> apache22-2.2.3
+        ===>>> New version available: apache22-2.2.8
 ...
 ===>>> Leaf ports (Have dependencies, not depended on)
 ===>>> automake-1.9.6_2
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-08 16:43:50 UTC
Author: pluknet
Date: Sat Jun  8 15:43:43 2013
New Revision: 41877
URL: http://svnweb.freebsd.org/changeset/doc/41877

Log:
  - Adjust apache versions
  - Remove deprecated (and dead) USE_APACHE2
  
  PR:		docs/177484
  Submitted by:	ohauer

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/book.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Sat Jun  8 15:31:51 2013	(r41876)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Sat Jun  8 15:43:43 2013	(r41877)
@@ -7373,8 +7373,8 @@ USE_QT4=	moc_build qmake_build rcc_build
 		<entry><makevar>USE_APACHE</makevar></entry>
 		<entry>The port requires Apache.  Possible values:
 		  <literal>yes</literal> (gets any version),
-		  <literal>20</literal>, <literal>22</literal>,
-		  <literal>20-22</literal>, <literal>20+</literal>,
+		  <literal>22</literal>, <literal>24</literal>,
+		  <literal>22-24</literal>, <literal>22+</literal>,
 		  etc.  The default APACHE version is
 		  <literal>22</literal>.  More details are available
 		  in <filename>ports/Mk/bsd.apache.mk</filename> and
@@ -7383,12 +7383,6 @@ USE_QT4=	moc_build qmake_build rcc_build
 	      </row>
 
 	      <row>
-		<entry><makevar>WITH_APACHE2</makevar></entry>
-		<entry>This variable is deprecated and should
-		  not be used any more.</entry>
-	      </row>
-
-	      <row>
 		<entry><makevar>APXS</makevar></entry>
 		<entry>Full path to the <command>apxs</command>
 		  binary.  Can be overridden in your port.</entry>
@@ -7406,8 +7400,8 @@ USE_QT4=	moc_build qmake_build rcc_build
 		  (read-only variable).  This variable is only
 		  available after inclusion of
 		  <filename>bsd.port.pre.mk</filename>.  Possible
-		  values: <literal>20</literal>,
-		  <literal>22</literal>.</entry>
+		  values: <literal>22</literal>,
+		  <literal>24</literal>.</entry>
 	      </row>
 
 	      <row>
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Sergey Kandaurov freebsd_committer freebsd_triage 2013-06-08 16:44:28 UTC
State Changed
From-To: open->closed

Committed, thanks! I'll resync PH in ru_RU.KOI8-R later. 


Comment 4 Sergey Kandaurov freebsd_committer freebsd_triage 2013-06-08 16:44:28 UTC
Responsible Changed
From-To: freebsd-doc->pluknet

Mine.