[101913] trunk/dports/lang/xotcl/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jan 21 16:02:40 PST 2013


Revision: 101913
          https://trac.macports.org/changeset/101913
Author:   ryandesign at macports.org
Date:     2013-01-21 16:02:40 -0800 (Mon, 21 Jan 2013)
Log Message:
-----------
xotcl: update for tcl 8.6 (#37699)

Modified Paths:
--------------
    trunk/dports/lang/xotcl/Portfile

Modified: trunk/dports/lang/xotcl/Portfile
===================================================================
--- trunk/dports/lang/xotcl/Portfile	2013-01-21 22:48:07 UTC (rev 101912)
+++ trunk/dports/lang/xotcl/Portfile	2013-01-22 00:02:40 UTC (rev 101913)
@@ -4,7 +4,7 @@
 
 name			xotcl
 version			1.6.7
-revision                1
+revision                2
 categories		lang
 license			{Tcl/Tk BSD}
 maintainers		wu.ac.at:neumann
@@ -21,7 +21,7 @@
 # Set tclv and checksums to the current MacPorts Tcl port version, though port doesn't
 # break if they aren't in sync.
 
-set tclv                8.5.11
+set tclv                8.6.0
 
 master_sites		sourceforge:project/xotcl/xotcl/${version}:xotcl \
 			sourceforge:project/tcl/Tcl/${tclv}:tcl
@@ -33,20 +33,19 @@
                         tcl${tclv}-src.tar.gz:tcl
 
 checksums               ${distname}.tar.gz \
-				md5     ff136c3237eb11fad257576ee02579db \
-				sha1    230f83e192e0666785e52c037130bd8caa9cb9e7 \
-				rmd160  cbf2f0f1476c09425a69e12d109eb2f8d0ac2815 \
+                        md5     ff136c3237eb11fad257576ee02579db \
+                        sha1    230f83e192e0666785e52c037130bd8caa9cb9e7 \
+                        rmd160  cbf2f0f1476c09425a69e12d109eb2f8d0ac2815 \
                         tcl${tclv}-src.tar.gz \
-				md5     b01a9691c83990b3db0ce62d1012ca67 \
-				sha1    cb70dcfb7625389afd774e0438a7ade3e7aa13c8 \
-				rmd160  36140b5e8365c190202132dd6f0dfeb831ea9bc8
+                        md5     573aa5fe678e9185ef2b3c56b24658d3 \
+                        sha1    fc57fc08ab113740a702bb67d4f350f8ec85ef58 \
+                        rmd160  656d100ad89d3c63596159b43c36f0fbd0507aca
 
 depends_lib		port:tcl \
 			port:tk
 
 configure.cflags        "-I${workpath}/tcl${tclv}/generic -I${workpath}/tcl${tclv}/unix"
 configure.args		--enable-threads --with-tcl=${prefix}/lib --with-tk=${prefix}/lib \
-			--with-xotclsh \
 			--mandir=${prefix}/share/man \
 			--with-tcl=${prefix}/lib \
 			--with-tclinclude=${workpath}/tcl${tclv}/generic/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130121/539f311f/attachment.html>


More information about the macports-changes mailing list