[54234] trunk/dports/editors/MacVim

raimue at macports.org raimue at macports.org
Thu Jul 23 07:13:19 PDT 2009


Revision: 54234
          http://trac.macports.org/changeset/54234
Author:   raimue at macports.org
Date:     2009-07-23 07:13:18 -0700 (Thu, 23 Jul 2009)
Log Message:
-----------
editors/MacVim:
Update to snapshot 47, closes #20392.
Removing patch which has been applied upstream.

Modified Paths:
--------------
    trunk/dports/editors/MacVim/Portfile

Removed Paths:
-------------
    trunk/dports/editors/MacVim/files/patch-x-includes.diff

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2009-07-23 13:53:19 UTC (rev 54233)
+++ trunk/dports/editors/MacVim/Portfile	2009-07-23 14:13:18 UTC (rev 54234)
@@ -4,7 +4,7 @@
 
 name                MacVim
 set vim_version     7.2
-set snapshot        45
+set snapshot        47
 set gitcommit       snapshot-${snapshot}
 version             ${vim_version}.snapshot${snapshot}
 categories          editors
@@ -17,9 +17,9 @@
 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     1b557bb42bd55663b61b4e2461af9fd9 \
-                    sha1    8dce64bb66553503b4a18075ee1eee2cbbbb46d5 \
-                    rmd160  b6e84f0499ce055e904c74d22e6be2f4ed58b1a5
+checksums           md5     3a444fec600b787b6e0e88618e65cf70 \
+                    sha1    6aabb08529961b0834c24288fa130b7e3930983c \
+                    rmd160  69771437495ee71611bdb6aa24bbf5102ef34070
 use_zip             yes
 worksrcdir          ${name}
 
@@ -30,8 +30,7 @@
                     port:libiconv \
                     port:ctags
 
-patchfiles          patch-x-includes.diff
-
+# Leave this in for variants adding a patch targeting configure.in
 pre-configure {
     system "cd ${worksrcpath}/src && autoconf"
 }

Deleted: trunk/dports/editors/MacVim/files/patch-x-includes.diff
===================================================================
--- trunk/dports/editors/MacVim/files/patch-x-includes.diff	2009-07-23 13:53:19 UTC (rev 54233)
+++ trunk/dports/editors/MacVim/files/patch-x-includes.diff	2009-07-23 14:13:18 UTC (rev 54234)
@@ -1,11 +0,0 @@
---- src/configure.in.old	2009-04-11 00:05:39.000000000 +0200
-+++ src/configure.in	2009-04-11 00:06:09.000000000 +0200
-@@ -2952,7 +2952,7 @@
- if test "$enable_multibyte" = "yes"; then
-   cflags_save=$CFLAGS
-   ldflags_save=$LDFLAGS
--  if test -n "$x_includes" ; then
-+  if test -n "$x_includes" && test "$x_includes" != "NONE"; then
-     CFLAGS="$CFLAGS -I$x_includes"
-     LDFLAGS="$X_LIBS $LDFLAGS -lX11"
-     AC_MSG_CHECKING(whether X_LOCALE needed)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090723/08bcd4cd/attachment.html>


More information about the macports-changes mailing list