Revision
39717
Author
ryandesign@macports.org
Date
2008-09-01 02:11:32 -0700 (Mon, 01 Sep 2008)

Log 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.

Modified Paths

Diff

Modified: trunk/dports/textproc/glimpse/Portfile (39716 => 39717)


--- trunk/dports/textproc/glimpse/Portfile	2008-09-01 07:56:24 UTC (rev 39716)
+++ trunk/dports/textproc/glimpse/Portfile	2008-09-01 09:11:32 UTC (rev 39717)
@@ -4,6 +4,8 @@
 
 name                    glimpse
 version                 4.18.5
+set distfile_date       20070118051535
+dist_subdir             ${name}/${version}-${distfile_date}
 categories              textproc
 platforms               darwin
 maintainers             nomaintainer
@@ -12,7 +14,9 @@
                         Required for use with Webglimpse.
 checksums               md5 10204ab813f3bbb558e22dedf19d1dfb
 homepage                http://webglimpse.net/
-master_sites            ${homepage}trial/
+master_sites            http://distfiles.macports.org/${dist_subdir} \
+                        http://www.sfr-fresh.com/unix/www
+#                       ${homepage}trial/
 build.args              LDFLAGS=-L${prefix}/lib
 
 destroot.destdir        bindir=${destroot}${prefix}/bin \