[100698] trunk/dports/x11/tk

g5pw at macports.org g5pw at macports.org
Thu Dec 20 15:51:38 PST 2012


Revision: 100698
          https://trac.macports.org/changeset/100698
Author:   g5pw at macports.org
Date:     2012-12-20 15:51:37 -0800 (Thu, 20 Dec 2012)
Log Message:
-----------
x11/tk:
  upddate to 8.6.0
  modernized checksums
  removed patches applied upstream

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

Removed Paths:
-------------
    trunk/dports/x11/tk/files/

Modified: trunk/dports/x11/tk/Portfile
===================================================================
--- trunk/dports/x11/tk/Portfile	2012-12-20 23:02:59 UTC (rev 100697)
+++ trunk/dports/x11/tk/Portfile	2012-12-20 23:51:37 UTC (rev 100698)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            tk
-version         8.5.13
+version         8.6.0
 categories      x11
 license         Tcl/Tk
 maintainers     mww openmaintainer
@@ -24,13 +24,11 @@
 distfiles-append    tcl${version}-src${extract.suffix}
 
 checksums           tk${version}-src.tar.gz \
-                    md5 1fc7dbb7495160756dbc805224afa360 \
-                    sha1 a7dc1a979201376d7e7d48ec9280839ebb52a09f \
-                    rmd160 f832c61d5006f9ddef93a63db9789d158b1d6202 \
+                    rmd160  c5f94bb01c6cf75a7848a0f031b3f12d44a11e7c \
+                    sha256  5c708b2b6f658916df59190b27750fa1ea2bc10992108e10f961c0700f058de6 \
                     tcl${version}-src.tar.gz \
-                    md5 fa3a9bf9b2d6ed2431f1baa46f4058b8 \
-                    sha1 65b677dc699426233b926edfa9e304d456da7cad \
-                    rmd160 20cfb8adebd77a6d037f67a9af7e88d80032b3c2
+                    rmd160  656d100ad89d3c63596159b43c36f0fbd0507aca \
+                    sha256  354422b9c4791685499123b2dfe01faa98b555c08906c010cb4449ddc75dcade
 
 depends_build   port:pkgconfig
 
@@ -43,9 +41,6 @@
 
 worksrcdir      ${name}${version}/unix
 
-patchfiles      return-types.patch
-patch.dir       ${worksrcpath}/..
-
 post-patch {
     reinplace s|@TCL_SRC_DIR@|${worksrcpath}/../../tcl${version}/|g ${worksrcpath}/Makefile.in
 }
@@ -56,8 +51,8 @@
 
 destroot.destdir    INSTALL_ROOT=${destroot}
 post-destroot {
-    ln -s wish8.5 ${destroot}${prefix}/bin/wish
-    ln -s libtk8.5.dylib ${destroot}${prefix}/lib/libtk.dylib
+    ln -s wish8.6 ${destroot}${prefix}/bin/wish
+    ln -s libtk8.6.dylib ${destroot}${prefix}/lib/libtk.dylib
 }
 
 if {${configure.build_arch} == "x86_64" || ${configure.build_arch} == "ppc64"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121220/46250530/attachment.html>


More information about the macports-changes mailing list