[70949] trunk/dports/editors/MacVim
Revision: 70949 http://trac.macports.org/changeset/70949 Author: raimue@macports.org Date: 2010-08-27 01:59:05 -0700 (Fri, 27 Aug 2010) Log Message: ----------- editors/MacVim: Update to version 7.3.snapshot53 Modified Paths: -------------- trunk/dports/editors/MacVim/Portfile trunk/dports/editors/MacVim/files/patch-python.diff trunk/dports/editors/MacVim/files/patch-tcl.diff Modified: trunk/dports/editors/MacVim/Portfile =================================================================== --- trunk/dports/editors/MacVim/Portfile 2010-08-27 08:14:54 UTC (rev 70948) +++ trunk/dports/editors/MacVim/Portfile 2010-08-27 08:59:05 UTC (rev 70949) @@ -3,11 +3,10 @@ PortSystem 1.0 name MacVim -set vim_version 7.2 -set snapshot 52 -set gitcommit snapshot-${snapshot} +set vim_version 7.3 +set snapshot 53 +set gitcommit v${vim_version}-${snapshot} version ${vim_version}.snapshot${snapshot} -revision 1 categories editors platforms darwin maintainers raimue @@ -17,10 +16,10 @@ better and integrate more seamlessly with the Mac than vim-app. homepage http://code.google.com/p/macvim -master_sites "http://repo.or.cz/w/MacVim.git?a=snapshot;h=${gitcommit};sf=zip;foo=" -checksums md5 b935cb2fadd41bba7c385399b62dc355 \ - sha1 88fb3057af8ece30edd7e3f00d772952fef390a5 \ - rmd160 5d850e969cf7011de459cd9cbcbdd58b179bee29 +master_sites http://github.com/b4winckler/macvim/zipball/${gitcommit} +checksums md5 326e83b3bd265d124c99193ae0c1b7cf \ + sha1 914a370884e84e3e01686d88af3fa745a34b446b \ + rmd160 ae4c294559dfc2358f8052121c56f3ca2afe432e use_zip yes worksrcdir ${name} @@ -31,6 +30,11 @@ port:libiconv \ port:ctags +# github zipball has root folder including commitish, renaming for ease of use +post-extract { + file rename [glob ${workpath}/b4winckler-*] ${worksrcpath} +} + autoconf.dir ${worksrcpath}/src configure.args --enable-gui=macvim \ @@ -116,6 +120,6 @@ } livecheck.type regex -livecheck.url http://code.google.com/p/macvim/downloads/list +livecheck.url http://github.com/b4winckler/macvim/downloads livecheck.version ${snapshot} -livecheck.regex MacVim-snapshot-(\\d+) +livecheck.regex snapshot-(\\d+) Modified: trunk/dports/editors/MacVim/files/patch-python.diff =================================================================== --- trunk/dports/editors/MacVim/files/patch-python.diff 2010-08-27 08:14:54 UTC (rev 70948) +++ trunk/dports/editors/MacVim/files/patch-python.diff 2010-08-27 08:59:05 UTC (rev 70949) @@ -1,6 +1,6 @@ ---- src/configure.in.old 2008-12-07 02:58:32.000000000 +0100 -+++ src/configure.in 2008-12-07 02:58:58.000000000 +0100 -@@ -613,7 +613,11 @@ +--- src/configure.in.orig 2010-08-04 20:32:32.000000000 +0200 ++++ src/configure.in 2010-08-04 20:34:27.000000000 +0200 +@@ -762,7 +762,11 @@ AC_MSG_RESULT($enable_pythoninterp) if test "$enable_pythoninterp" = "yes"; then dnl -- find the python executable @@ -13,7 +13,7 @@ if test "X$vi_cv_path_python" != "X"; then dnl -- get its version number -@@ -690,19 +690,14 @@ +@@ -840,19 +844,14 @@ dnl -- delete the lines from make about Entering/Leaving directory eval "`cd ${PYTHON_CONFDIR} && make -f "${tmp_mkf}" __ | sed '/ directory /d'`" rm -f -- "${tmp_mkf}" @@ -26,7 +26,7 @@ - else - vi_cv_path_python_plibs="-L${PYTHON_CONFDIR} -lpython${vi_cv_var_python_version}" - fi -- vi_cv_path_python_plibs="${vi_cv_path_python_plibs} ${python_MODLIBS} ${python_LIBS} ${python_SYSLIBS} ${python_LINKFORSHARED}" +- vi_cv_path_python_plibs="${vi_cv_path_python_plibs} ${python_BASEMODLIBS} ${python_LIBS} ${python_SYSLIBS} ${python_LINKFORSHARED}" - dnl remove -ltermcap, it can conflict with an earlier -lncurses - vi_cv_path_python_plibs=`echo $vi_cv_path_python_plibs | sed s/-ltermcap//` - fi @@ -35,7 +35,7 @@ + else + vi_cv_path_python_plibs="-L${PYTHON_CONFDIR} -lpython${vi_cv_var_python_version}" + fi -+ vi_cv_path_python_plibs="${vi_cv_path_python_plibs} ${python_MODLIBS} ${python_LIBS} ${python_SYSLIBS} ${python_LINKFORSHARED}" ++ vi_cv_path_python_plibs="${vi_cv_path_python_plibs} ${python_BASEMODLIBS} ${python_LIBS} ${python_SYSLIBS} ${python_LINKFORSHARED}" + dnl remove -ltermcap, it can conflict with an earlier -lncurses + vi_cv_path_python_plibs=`echo $vi_cv_path_python_plibs | sed s/-ltermcap//` ]) Modified: trunk/dports/editors/MacVim/files/patch-tcl.diff =================================================================== --- trunk/dports/editors/MacVim/files/patch-tcl.diff 2010-08-27 08:14:54 UTC (rev 70948) +++ trunk/dports/editors/MacVim/files/patch-tcl.diff 2010-08-27 08:59:05 UTC (rev 70949) @@ -1,6 +1,6 @@ --- src/configure.in.orig 2010-04-18 00:11:11.000000000 +0200 +++ src/configure.in 2010-04-18 00:17:10.000000000 +0200 -@@ -875,12 +875,7 @@ +@@ -1213,12 +1213,7 @@ tclloc=`echo 'set l [[info library]];set i [[string last lib $l]];incr i -2;puts [[string range $l 0 $i]]' | $vi_cv_path_tcl -` AC_MSG_CHECKING(for location of Tcl include) @@ -14,7 +14,7 @@ TCL_INC= for try in $tclinc; do if test -f "$try/tcl.h"; then -@@ -895,13 +890,8 @@ +@@ -1233,13 +1233,8 @@ fi if test -z "$SKIP_TCL"; then AC_MSG_CHECKING(for location of tclConfig.sh script)
participants (1)
-
raimue@macports.org