Bug 179731

Summary: Fix UPDATING URL on ports page
Product: Documentation Reporter: pete
Component: Books & ArticlesAssignee: Eitan Adler <eadler>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description pete 2013-06-19 19:40:00 UTC
On this URL:
http://www.freebsd.org/ports/updating.html

The link for the "UPDATING" file in the ports tree still references cvsweb.freebsd.org.  I believe since CVS has been deprecated this file is no longer being updated.  

This is where the link points to:
http://cvsweb.freebsd.org/ports/UPDATING

Looks like the "CHANGES" link also points to cvsweb:
http://cvsweb.freebsd.org/ports/CHANGES

Fix: 

Point UPDATING and CHANGES link to point to appropriate pages on svnweb.freebsd.org - maybe these URLs will work:

http://svnweb.freebsd.org/ports/head/UPDATING?view=markup
http://svnweb.freebsd.org/ports/head/CHANGES?view=markup
How-To-Repeat: Go to www.freebsd.org/ports/updating.html
Comment 1 Glen Barber freebsd_committer freebsd_triage 2013-06-19 19:41:29 UTC
Responsible Changed
From-To: freebsd-www->gjb

I'm working on these parts.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-19 19:52:15 UTC
Author: eadler
Date: Wed Jun 19 18:52:03 2013
New Revision: 41953
URL: http://svnweb.freebsd.org/changeset/doc/41953

Log:
  Convert to svn instead of cvs
  
  PR:		www/179731
  Submitted by:	Pete Wright <pete@nomadlogic.org>

Modified:
  head/en_US.ISO8859-1/htdocs/ports/updating.xml

Modified: head/en_US.ISO8859-1/htdocs/ports/updating.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ports/updating.xml	Wed Jun 19 15:10:08 2013	(r41952)
+++ head/en_US.ISO8859-1/htdocs/ports/updating.xml	Wed Jun 19 18:52:03 2013	(r41953)
@@ -27,9 +27,9 @@ where that might seem counterintuitive (
 </p>
 
 <p>Changes that affect the entire port system are now documented in the
-<a href="http://cvsweb.FreeBSD.org/ports/CHANGES">CHANGES</a> file.
+<a href="http://svnweb.FreeBSD.org/ports/head/CHANGES?view=markup">CHANGES</a> file.
 Changes that affect individual ports are now documented in the
-<a href="http://cvsweb.FreeBSD.org/ports/UPDATING">UPDATING</a> file.
+<a href="http://svnweb.FreeBSD.org/ports/head/UPDATING?view=markup">UPDATING</a> file.
 </p>
 
 <p>For more information about new, changed or removed ports/packages,
_______________________________________________
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 Eitan Adler freebsd_committer freebsd_triage 2013-06-19 19:55:08 UTC
State Changed
From-To: open->closed

Fix and take. 

gjb, sorry for taking your PR. 



Comment 4 Eitan Adler freebsd_committer freebsd_triage 2013-06-19 19:55:08 UTC
Responsible Changed
From-To: gjb->eadler