[mythtv-commits] Ticket #1401: Fix bad URL in contrib/osx-packager.pl

MythTV mythtv at cvs.mythtv.org
Sun Feb 26 05:56:16 UTC 2006


#1401: Fix bad URL in contrib/osx-packager.pl
--------------------------------+-------------------------------------------
 Reporter:  ask at develooper.com  |       Owner:  ijr
     Type:  defect              |      Status:  new
 Priority:  minor               |   Milestone:     
Component:  mythtv              |     Version:     
 Severity:  medium              |  
--------------------------------+-------------------------------------------
 osx-packager.pl tries downloading a version of MySQL that's not on the
 mirrors anymore.

 This fixes it:

 Index: contrib/osx-packager.pl
 ===================================================================
 --- contrib/osx-packager.pl     (revision 9155)
 +++ contrib/osx-packager.pl     (working copy)
 @@ -116,7 +116,7 @@
    =>
    {
      'url'
 -    =>
 'http://ftp.snt.utwente.nl/pub/software/mysql/Downloads/MySQL-4.1/mysql-4.1.12.tar.gz',
 +    =>
 'http://mysql.binarycompass.org/Downloads/MySQL-4.1/mysql-4.1.16.tar.gz',
      'conf'
      =>  [
            '--without-debug',

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1401>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list