New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 39717

Show
Ignore:
Timestamp:
09/01/2008 02:11:32 (3 years ago)
Author:
ryandesign@…
Message:

glimpse: fix checksum error by changing download location to one that still has the old correct distfile. (The file on the homepage has been hacked.) Hopefully this will also fetch the right distfile to our mirror. Changing the dist_subdir so that anyone who still had the pre-r26131 distfile won't get a checksum error. Closes #15703.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/glimpse/Portfile

    r39715 r39717  
    55name                    glimpse 
    66version                 4.18.5 
     7set distfile_date       20070118051535 
     8dist_subdir             ${name}/${version}-${distfile_date} 
    79categories              textproc 
    810platforms               darwin 
     
    1315checksums               md5 10204ab813f3bbb558e22dedf19d1dfb 
    1416homepage                http://webglimpse.net/ 
    15 master_sites            ${homepage}trial/ 
     17master_sites            http://distfiles.macports.org/${dist_subdir} \ 
     18                        http://www.sfr-fresh.com/unix/www 
     19#                       ${homepage}trial/ 
    1620build.args              LDFLAGS=-L${prefix}/lib 
    1721