[86797] trunk/dports/lang/xotcl/Portfile
Revision: 86797 http://trac.macports.org/changeset/86797 Author: ryandesign@macports.org Date: 2011-11-04 08:22:40 -0700 (Fri, 04 Nov 2011) Log Message: ----------- xotcl: maintainer update to 1.6.7; see #31890 Modified Paths: -------------- trunk/dports/lang/xotcl/Portfile Modified: trunk/dports/lang/xotcl/Portfile =================================================================== --- trunk/dports/lang/xotcl/Portfile 2011-11-04 14:52:31 UTC (rev 86796) +++ trunk/dports/lang/xotcl/Portfile 2011-11-04 15:22:40 UTC (rev 86797) @@ -3,7 +3,7 @@ PortSystem 1.0 name xotcl -version 1.6.6 +version 1.6.7 categories lang maintainers wu.ac.at:neumann description Extended Object Tool Command Language @@ -15,33 +15,40 @@ system developers. The basic object model is highly influenced by CLOS. platforms darwin homepage http://media.wu-wien.ac.at -master_sites ${homepage}/download/:xotcl sourceforge:tcl:tcl -destroot.destdir DESTDIR=${destroot} -worksrcdir ${name}-${version}/ -depends_lib port:tk -# Set tclv and md5 checksum to the current MacPorts Tcl port version, though port doesn't +# 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.9 +set tclv 8.5.10 +master_sites sourceforge:project/xotcl/xotcl/${version}:xotcl \ + sourceforge:project/tcl/Tcl/${tclv}:tcl + +dist_subdir tcltk +distname ${name}-${version} + distfiles ${distname}.tar.gz:xotcl \ - tcl${tclv}-src.tar.gz:tcl -checksums ${distname}.tar.gz md5 bb044369dba3699f86d86ca89e63193d \ - tcl${tclv}-src.tar.gz md5 8512d8db3233041dd68a81476906012a + tcl${tclv}-src.tar.gz:tcl -# Use a reasonable default -set tclconfig ${prefix}/lib +checksums ${distname}.tar.gz \ + md5 ff136c3237eb11fad257576ee02579db \ + sha1 230f83e192e0666785e52c037130bd8caa9cb9e7 \ + rmd160 cbf2f0f1476c09425a69e12d109eb2f8d0ac2815 \ + tcl${tclv}-src.tar.gz \ + md5 a08eaf8467c0631937067c1948dd326b \ + sha1 e6c894d3b8cbcbfb7293a2e0c5e2cd15e178be2e \ + rmd160 9b192388e74e46a4972d18c24b70b1a3d70ceba4 + +depends_lib port:tcl \ + port:tk + configure.cflags "-I${workpath}/tcl${tclv}/generic -I${workpath}/tcl${tclv}/unix" -configure.args --enable-threads --with-tcl=${tclconfig} --with-tk=${prefix}/lib \ +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/ -dist_subdir tcltk -distname ${name}${version} - test.run yes test.target test use_parallel_build no
participants (1)
-
ryandesign@macports.org