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

Glen Barber gjb at FreeBSD.org
Thu Nov 15 22:46:40 UTC 2012


Author: gjb
Date: Thu Nov 15 22:46:40 2012
New Revision: 40016
URL: http://svnweb.freebsd.org/changeset/doc/40016

Log:
  Remove the 'Sources' link.  It is redundant with the main
  port version link.

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:36:44 2012	(r40015)
+++ head/en_US.ISO8859-1/htdocs/cgi/ports.cgi	Thu Nov 15 22:46:40 2012	(r40016)
@@ -362,7 +362,6 @@ sub out {
     print qq{<dd>}, &escapeHTML($comment), qq{<br />\n};
 
     print qq[<a href="$l/pkg-descr?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.
     if ( $packages{"$version.$packageExt"} ) {


More information about the svn-doc-all mailing list