svn commit: r40014 - head/en_US.ISO8859-1/htdocs/cgi

Glen Barber gjb at FreeBSD.org
Thu Nov 15 22:29:06 UTC 2012


Author: gjb
Date: Thu Nov 15 22:29:05 2012
New Revision: 40014
URL: http://svnweb.freebsd.org/changeset/doc/40014

Log:
  Use svnweb for displaying pkg-descr, instead of relying on local
  file copies.

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/ports.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/ports.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/ports.cgi	Thu Nov 15 22:06:50 2012	(r40013)
+++ head/en_US.ISO8859-1/htdocs/cgi/ports.cgi	Thu Nov 15 22:29:05 2012	(r40014)
@@ -361,7 +361,7 @@ sub out {
       qq{<dt><b><a name="$version"></a><a href="$l">$version</a></b></dt>\n};
     print qq{<dd>}, &escapeHTML($comment), qq{<br />\n};
 
-    print qq[<a href="$url?$descfile">Long description</a> <b>:</b>\n];
+    print qq[<a href="$l?$descfile?revision=HEAD&view=markup">Long description</a> <b>:</b>\n];
     print qq[<a href="$pds?$pathB">Sources</a> <b>:</b>\n];
 
   # Link package in "default" arch/release. Verify it's existence on ftp-master.


More information about the svn-doc-all mailing list