Alessio Caiazza is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

nolith / macports

My macports patch

Clone this repository (size: 3.4 KB): HTTPS / SSH
hg clone https://bitbucket.org/nolith/macports
hg clone ssh://hg@bitbucket.org/nolith/macports

macports / tk_fix_snow_leopard

Branch
default
Fixes tk for Snow Leopard

diff --git a/x11/tk/Portfile b/x11/tk/Portfile
--- a/x11/tk/Portfile
+++ b/x11/tk/Portfile
@@ -14,15 +14,16 @@
   Ousterhout, Addison-Wesley, ISBN 0-201-63337-X.
 
 platforms       darwin
-master_sites    sourceforge:tcl
+master_sites    http://cloud.github.com/downloads/das/tcltk\
+                sourceforge:tcl
 dist_subdir     tcltk
-distname        ${name}${version}-src
+distname        ${name}${version}-decarbon
 worksrcdir      ${name}${version}/unix
 checksums \
   ${distname}${extract.suffix} \
-                    md5     13bf90602e16fc530e05196431021dc6 \
-                    sha1    ea13b9d0bf611c7671c488bc0b5f3f739ad7e399 \
-                    rmd160  494a0d217ce6a81c10afb91b344c6110dd0986b0
+                    md5     3a69d58fc6fe4e0609d82ac7923e1ea6 \
+                    sha1    97e6726c9cdee02ae19f7c73505e0f7c9fdf232c \
+                    rmd160  5b26026007e5c6af29abcff492aac23fe028486e
 # suck in Tcl as well so we can use it internally.
 distfiles-append    tcl${version}-src${extract.suffix}
 checksums-append \