Author: ranger
Date: Mon Apr 13 22:42:32 2009
New Revision: 1494

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=1494&repname=user%3a+ranger>
Log:
more rss updates

Modified:
    trunk/experimental/scripts/rss-newpackages.pl

Modified: trunk/experimental/scripts/rss-newpackages.pl
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/scripts/rss-newpackages.pl&rev=1494&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/scripts/rss-newpackages.pl (original)
+++ trunk/experimental/scripts/rss-newpackages.pl Mon Apr 13 22:42:32 2009
@@ -520,10 +520,15 @@
 #                              $prettytree = "10.4+";
 #                      }
                        $link =
-                           'http://pdb.finkproject.org/pdb/package.php/'
-                         . $package->{'package'} . '#'
-                         . $package->{'version'} . '-'
-                         . $package->{'revision'};
+                               'http://pdb.finkproject.org/pdb/package.php/'
+                               . $package->{'package'}
+                               . '?distribution=' . $package->{'tree'}
+                               . '&version=' . $package->{'version'}
+                               . '&revision=' . $package->{'revision'}
+                               ;
+                       if ($package->{'epoch'}) {
+                               $link .= '&epoch=' . $package->{'epoch'};
+                       }
 #                      $title =
 #                          $packagestring . ' ('
 #                        . $package->{'description'} . ', '


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to