svn commit: r54397 - in head/en_US.ISO8859-1/htdocs: platforms ports

Benedict Reuschling bcr at FreeBSD.org
Wed Aug 5 11:21:22 UTC 2020


Author: bcr
Date: Wed Aug  5 11:21:21 2020
New Revision: 54397
URL: https://svnweb.freebsd.org/changeset/doc/54397

Log:
  Deprecate references of portsnap.
  
  Portsnap references post 12.1-RELEASE are added to note the new way to fetch
  ports. Details can be found here:
  
  https://lists.freebsd.org/pipermail/freebsd-ports/2020-August/119098.html
  
  Submitted by:	    pauamma_gundo.com
  Approved by:	    bcr
  Differential Revision:	https://reviews.freebsd.org/D25808

Modified:
  head/en_US.ISO8859-1/htdocs/platforms/ppc.xml
  head/en_US.ISO8859-1/htdocs/ports/installing.xml

Modified: head/en_US.ISO8859-1/htdocs/platforms/ppc.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/platforms/ppc.xml	Wed Aug  5 11:09:22 2020	(r54396)
+++ head/en_US.ISO8859-1/htdocs/platforms/ppc.xml	Wed Aug  5 11:21:21 2020	(r54397)
@@ -76,7 +76,9 @@
 
   <h4><a name="3">How to use ports on FreeBSD/ppc?</a></h4>
 
-  <p>The easiest way to use ports on FreeBSD is to use portsnap.
+  <p>The easiest way to use ports on FreeBSD is to use portsnap (if
+    running &os; &rel114.current; or &rel121.current;) or
+    Subversion (if running &os; -CURRENT).
     Refer to the Handbook if you need assistance to
     <a href="&base;/doc/en_US.ISO8859-1/books/handbook/ports-using.html">use
     the Ports Collection</a>.</p>

Modified: head/en_US.ISO8859-1/htdocs/ports/installing.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ports/installing.xml	Wed Aug  5 11:09:22 2020	(r54396)
+++ head/en_US.ISO8859-1/htdocs/ports/installing.xml	Wed Aug  5 11:21:21 2020	(r54397)
@@ -30,7 +30,8 @@
 <p>If the Ports Collection is not initially installed, it can be added
   with <a
     href="&base;/doc/en_US.ISO8859-1/books/handbook/ports-using.html"><tt>portsnap</tt></a>
-  or <a
-    href="&base;/doc/en_US.ISO8859-1/books/handbook/svn.html">Subversion</a>.</p>
+  (if running &os; &rel114.current; or &rel121.current;) or <a
+     href="&base;/doc/en_US.ISO8859-1/books/handbook/svn.html">Subversion</a>
+  (if running &os; -CURRENT).</p>
 </body>
 </html>


More information about the svn-doc-all mailing list