[35218] trunk/www/ports.php

jmpp at macports.org jmpp at macports.org
Thu Mar 20 21:55:57 PDT 2008


Revision: 35218
          http://trac.macosforge.org/projects/macports/changeset/35218
Author:   jmpp at macports.org
Date:     2008-03-20 21:55:56 -0700 (Thu, 20 Mar 2008)

Log Message:
-----------
Remove unnecessary comments.

Modified Paths:
--------------
    trunk/www/ports.php

Modified: trunk/www/ports.php
===================================================================
--- trunk/www/ports.php	2008-03-21 04:23:37 UTC (rev 35217)
+++ trunk/www/ports.php	2008-03-21 04:55:56 UTC (rev 35218)
@@ -183,8 +183,6 @@
                 if ($nresult && mysql_num_rows($nresult) > 0) {
                     print '<br /><i>Dependencies:</i> ';
                     while ($nrow = mysql_fetch_row($nresult)) {
-                        // lib:libpng.3:libpng -> libpng
-                        // might need adapting to the new port: depspec
                         $library = eregi_replace('^([^:]*:[^:]*:|[^:]*:)', '', $nrow[0]);
                         print '<a href="' . $_SERVER['PHP_SELF'] . '?by=library&amp;substr=' . urlencode($library) . '">'
                         . htmlspecialchars($library) . '</a> ';

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080320/cbb87c73/attachment.html 


More information about the macports-changes mailing list