From sahil@spartan.hamla.org  Thu Dec 22 03:24:43 2011
Return-Path: <sahil@spartan.hamla.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B7310106564A;
	Thu, 22 Dec 2011 03:24:43 +0000 (UTC)
	(envelope-from sahil@spartan.hamla.org)
Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30])
	by mx1.freebsd.org (Postfix) with ESMTP id A1DC78FC08;
	Thu, 22 Dec 2011 03:24:42 +0000 (UTC)
Received: by spartan.hamla.org (Postfix, from userid 1001)
	id 95137170FE; Wed, 21 Dec 2011 22:09:33 -0500 (EST)
Message-Id: <20111222030933.95137170FE@spartan.hamla.org>
Date: Wed, 21 Dec 2011 22:09:33 -0500 (EST)
From: Sahil Tandon <sahil@FreeBSD.org>
Reply-To: Sahil Tandon <sahil@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gjb@FreeBSD.org
Subject: [PATCH] New mailing list: freebsd-ports-announce@freebsd.org
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         163522
>Category:       docs
>Synopsis:       [PATCH] New mailing list: freebsd-ports-announce@freebsd.org
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 22 03:30:10 UTC 2011
>Closed-Date:    Thu Dec 22 19:02:09 UTC 2011
>Last-Modified:  Thu Dec 22 19:02:09 UTC 2011
>Originator:     Sahil Tandon
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:

	
>Description:
Per request from portmgr@, as communicated to postmaster@ by
Thomas Abthorpe (tabthorpe@), we have created a new Mailman-managed
public mailing list.  This PR contains a patch to update the
relevant sections of the online documentation; please adjust and
canonicalize as necessary.
>How-To-Repeat:
	
>Fix:

	



--- patch.txt begins here ---
Index: en_US.ISO8859-1/books/handbook/eresources/chapter.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml,v
retrieving revision 1.215
diff -u -r1.215 chapter.sgml
--- en_US.ISO8859-1/books/handbook/eresources/chapter.sgml	21 Oct 2011 17:57:41 -0000	1.215
+++ en_US.ISO8859-1/books/handbook/eresources/chapter.sgml	13 Dec 2011 23:57:16 -0000
@@ -439,6 +439,11 @@
 	    </row>
 
 	    <row>
+	      <entry>&a.ports-announce.name;</entry>
+	      <entry>Important news and instructions about the Ports Collection</entry>
+	    </row>
+
+	    <row>
 	      <entry>&a.ports-bugs.name;</entry>
 	      <entry>Discussion of the ports bugs/PRs</entry>
 	    </row>
@@ -1523,6 +1528,21 @@
 	</varlistentry>
 
 	<varlistentry>
+	  <term>&a.ports-announce.name;</term>
+          
+	  <listitem>
+	    <para><emphasis>Important news and instructions about the FreeBSD
+		<quote>ports collection</quote></emphasis></para>
+            
+	    <para>Important news for developers, porters, and users of the <quote>ports
+	      collection</quote> (<filename>/usr/ports</filename>), including 
+	      architecture/infrastructure changes, new capabilities, critical upgrade
+	      instructions, and release engineering information.  This is a low-volume
+	      mailing list, intended for announcements.</para>
+	  </listitem>
+	</varlistentry>
+
+	<varlistentry>
 	  <term>&a.ports-bugs.name;</term>
 
 	  <listitem>
Index: en_US.ISO8859-1/share/sgml/mailing-lists.ent
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent,v
retrieving revision 1.86
diff -u -r1.86 mailing-lists.ent
--- en_US.ISO8859-1/share/sgml/mailing-lists.ent	21 Oct 2011 16:49:38 -0000	1.86
+++ en_US.ISO8859-1/share/sgml/mailing-lists.ent	13 Dec 2011 23:57:16 -0000
@@ -339,6 +339,10 @@
 <!ENTITY a.ports "<ulink url='&a.ports.url;'>FreeBSD ports mailing list</ulink>">
 <!ENTITY a.ports.name "<ulink url='&a.ports.url;'>freebsd-ports</ulink>">
 
+<!ENTITY a.ports-announce.url "&a.mailman.listinfo;/freebsd-ports-announce">
+<!ENTITY a.ports-announce "<ulink url='&a.ports-announce.url;'>FreeBSD ports announce mailing list</ulink>">
+<!ENTITY a.ports-announce.name "<ulink url='&a.ports-announce.url;'>freebsd-ports-announce</ulink>">
+
 <!ENTITY a.ports-bugs.url "&a.mailman.listinfo;/freebsd-ports-bugs">
 <!ENTITY a.ports-bugs "<ulink url='&a.ports-bugs.url;'>FreeBSD ports bugs mailing list</ulink>">
 <!ENTITY a.ports-bugs.name "<ulink url='&a.ports-bugs.url;'>freebsd-ports-bugs</ulink>">
--- patch.txt ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Thu Dec 22 03:34:13 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=163522 
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Thu Dec 22 05:15:24 UTC 2011 
State-Changed-Why:  
Committed.  PR will be closed after next doc build and the change is online. 

Thanks! 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/163522: commit references a PR
Date: Thu, 22 Dec 2011 05:15:17 +0000 (UTC)

 gjb         2011-12-22 05:15:08 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/eresources chapter.sgml 
     en_US.ISO8859-1/share/sgml mailing-lists.ent 
   Log:
   Announce the new FreeBSD ports-announce@ mailing list.
   
   PR:             163522
   Submitted by:   sahil
   
   Revision  Changes    Path
   1.216     +22 -0     doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml
   1.87      +4 -0      doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent
 _______________________________________________
 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"
 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Thu Dec 22 19:01:48 UTC 2011 
State-Changed-Why:  
Mailing list is visible in the doc build.  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=163522 
>Unformatted:
