[120757] trunk/dports/x11/togl/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jun 5 21:18:29 PDT 2014


Revision: 120757
          https://trac.macports.org/changeset/120757
Author:   ryandesign at macports.org
Date:     2014-06-05 21:18:29 -0700 (Thu, 05 Jun 2014)
Log Message:
-----------
togl: remove double slash in download URL, use version variables in checksums line

Modified Paths:
--------------
    trunk/dports/x11/togl/Portfile

Modified: trunk/dports/x11/togl/Portfile
===================================================================
--- trunk/dports/x11/togl/Portfile	2014-06-06 04:15:44 UTC (rev 120756)
+++ trunk/dports/x11/togl/Portfile	2014-06-06 04:18:29 UTC (rev 120757)
@@ -19,7 +19,7 @@
 # Set tclv and md5 checksum to the current MacPorts Tcl port version, though
 # port doesn't break if they aren't in sync.
 set tclv            8.6.1
-master_sites        sourceforge:/project/togl/Togl/${version}:togl \
+master_sites        sourceforge:project/togl/Togl/${version}:togl \
                     sourceforge:project/tcl/Tcl/${tclv}:tcl
 
 dist_subdir         tcltk
@@ -27,10 +27,10 @@
 distfiles           ${distname}.tar.gz:togl \
                     tcl${tclv}-src.tar.gz:tcl
 
-checksums           Togl-1.7.tar.gz \
+checksums           ${distname}.tar.gz \
                     rmd160  48efbcd465372db291c91a132b1f60e81b60b1ac \
                     sha256  56b7580e3001cc4d334ff31bf6b9d730d05abb2faba7a3dbbc1c959ff7f7bcaf \
-                    tcl8.6.1-src.tar.gz \
+                    tcl${tclv}-src.tar.gz \
                     rmd160  fbb181d26bb28fe9413bc2e07f333571b8e7e190 \
                     sha256  16ee769248e64ba1cae6b4834fcc4e4edd7470d881410e8d58f7dd1434343514
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140605/d995416f/attachment.html>


More information about the macports-changes mailing list