[86581] trunk/dports/editors/MacVim

raimue at macports.org raimue at macports.org
Fri Oct 28 17:20:35 PDT 2011


Revision: 86581
          http://trac.macports.org/changeset/86581
Author:   raimue at macports.org
Date:     2011-10-28 17:20:33 -0700 (Fri, 28 Oct 2011)
Log Message:
-----------
editors/MacVim:
Update to version 7.3.snapshot62

Modified Paths:
--------------
    trunk/dports/editors/MacVim/Portfile
    trunk/dports/editors/MacVim/files/patch-src-MacVim-icons-python.diff

Removed Paths:
-------------
    trunk/dports/editors/MacVim/files/patch-MMFullScreenWindow-case-sensitive.diff

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2011-10-29 00:06:05 UTC (rev 86580)
+++ trunk/dports/editors/MacVim/Portfile	2011-10-29 00:20:33 UTC (rev 86581)
@@ -4,10 +4,9 @@
 
 name                MacVim
 set vim_version     7.3
-set snapshot        61
+set snapshot        62
 set gitcommit       snapshot-${snapshot}
 version             ${vim_version}.snapshot${snapshot}
-revision            3
 categories          editors
 platforms           darwin
 license             VimLicense GPL-2+
@@ -19,9 +18,8 @@
 homepage            http://code.google.com/p/macvim
 
 master_sites        http://github.com/b4winckler/macvim/zipball/${gitcommit}
-checksums           md5     5d89587f296ef3efd7d49914a182ac41 \
-                    sha1    5eac0ce1e697300abe8ab581ff5d9d9aa1b5575b \
-                    rmd160  d7d14c07941f5ce0235020acdb62f9c7ce36988e
+checksums           rmd160  e1fcaf6fe44ffe5b9d992c62611cb4d7504d27c1 \
+                    sha256  7e44f24d86fabce569af668c590cc5d7dee5550287bdf8c31a3f29ba21388388
 use_zip             yes
 worksrcdir          ${name}
 
@@ -34,7 +32,6 @@
                     port:ctags
 
 patchfiles          patch-src-MacVim-icons-python.diff \
-                    patch-MMFullScreenWindow-case-sensitive.diff \
                     patch-reverse-7.3.245.diff \
                     patch-MacVim-GCC-VERSION.diff \
                     patch-PSMTabBarControl-GCC-VERSION.diff

Deleted: trunk/dports/editors/MacVim/files/patch-MMFullScreenWindow-case-sensitive.diff
===================================================================
--- trunk/dports/editors/MacVim/files/patch-MMFullScreenWindow-case-sensitive.diff	2011-10-29 00:06:05 UTC (rev 86580)
+++ trunk/dports/editors/MacVim/files/patch-MMFullScreenWindow-case-sensitive.diff	2011-10-29 00:20:33 UTC (rev 86581)
@@ -1,42 +0,0 @@
---- src/MacVim/MacVim.xcodeproj/project.pbxproj	2011-07-27 11:01:58.000000000 +0200
-+++ src/MacVim/MacVim.xcodeproj/project.pbxproj	2011-08-19 21:33:26.000000000 +0200
-@@ -25,7 +25,7 @@
- 		1D493DBA0C52534300AB718C /* PSMTabBarControl.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1D493DB90C52533B00AB718C /* PSMTabBarControl.framework */; };
- 		1D60088B0E96A0B2003763F0 /* MMFindReplaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D60088A0E96A0B2003763F0 /* MMFindReplaceController.m */; };
- 		1D80591F0E1185EA001699D1 /* Miscellaneous.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D80591D0E1185EA001699D1 /* Miscellaneous.m */; };
--		1D80FBD40CBBD3B700102A1C /* MMFullscreenWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D80FBD00CBBD3B700102A1C /* MMFullscreenWindow.m */; };
-+		1D80FBD40CBBD3B700102A1C /* MMFullScreenWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D80FBD00CBBD3B700102A1C /* MMFullScreenWindow.m */; };
- 		1D80FBD60CBBD3B700102A1C /* MMVimView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D80FBD20CBBD3B700102A1C /* MMVimView.m */; };
- 		1D8B5A53104AF9FF002E59D5 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D8B5A52104AF9FF002E59D5 /* Carbon.framework */; };
- 		1D8BEA74104992290069B072 /* FindAndReplace.nib in Resources */ = {isa = PBXBuildFile; fileRef = 1D8BEA73104992290069B072 /* FindAndReplace.nib */; };
-@@ -159,8 +159,8 @@
- 		1D60088A0E96A0B2003763F0 /* MMFindReplaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMFindReplaceController.m; sourceTree = "<group>"; };
- 		1D80591D0E1185EA001699D1 /* Miscellaneous.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Miscellaneous.m; sourceTree = "<group>"; };
- 		1D8059220E118663001699D1 /* Miscellaneous.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Miscellaneous.h; sourceTree = "<group>"; };
--		1D80FBCF0CBBD3B700102A1C /* MMFullscreenWindow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MMFullscreenWindow.h; sourceTree = "<group>"; };
--		1D80FBD00CBBD3B700102A1C /* MMFullscreenWindow.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MMFullscreenWindow.m; sourceTree = "<group>"; };
-+		1D80FBCF0CBBD3B700102A1C /* MMFullScreenWindow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MMFullScreenWindow.h; sourceTree = "<group>"; };
-+		1D80FBD00CBBD3B700102A1C /* MMFullScreenWindow.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MMFullScreenWindow.m; sourceTree = "<group>"; };
- 		1D80FBD10CBBD3B700102A1C /* MMVimView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MMVimView.h; sourceTree = "<group>"; };
- 		1D80FBD20CBBD3B700102A1C /* MMVimView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MMVimView.m; sourceTree = "<group>"; };
- 		1D8B5A52104AF9FF002E59D5 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
-@@ -254,8 +254,8 @@
- 				1DE9B94E0D341AB8008FEDD4 /* MMWindow.m */,
- 				1D9918460D299F9900A96335 /* MMAtsuiTextView.h */,
- 				1D9918470D299F9900A96335 /* MMAtsuiTextView.m */,
--				1D80FBCF0CBBD3B700102A1C /* MMFullscreenWindow.h */,
--				1D80FBD00CBBD3B700102A1C /* MMFullscreenWindow.m */,
-+				1D80FBCF0CBBD3B700102A1C /* MMFullScreenWindow.h */,
-+				1D80FBD00CBBD3B700102A1C /* MMFullScreenWindow.m */,
- 				1D80FBD10CBBD3B700102A1C /* MMVimView.h */,
- 				1D80FBD20CBBD3B700102A1C /* MMVimView.m */,
- 				1DD66ECB0C803D3600EBDAB3 /* MMApplication.h */,
-@@ -557,7 +557,7 @@
- 				1D1474BC0C567A910038FA2B /* MMWindowController.m in Sources */,
- 				1D09AB420C6A4D520045497E /* MMTypesetter.m in Sources */,
- 				1DD66ECE0C803D3600EBDAB3 /* MMApplication.m in Sources */,
--				1D80FBD40CBBD3B700102A1C /* MMFullscreenWindow.m in Sources */,
-+				1D80FBD40CBBD3B700102A1C /* MMFullScreenWindow.m in Sources */,
- 				1D80FBD60CBBD3B700102A1C /* MMVimView.m in Sources */,
- 				1D9918490D299F9900A96335 /* MMAtsuiTextView.m in Sources */,
- 				1DE9B9500D341AB8008FEDD4 /* MMWindow.m in Sources */,

Modified: trunk/dports/editors/MacVim/files/patch-src-MacVim-icons-python.diff
===================================================================
--- trunk/dports/editors/MacVim/files/patch-src-MacVim-icons-python.diff	2011-10-29 00:06:05 UTC (rev 86580)
+++ trunk/dports/editors/MacVim/files/patch-src-MacVim-icons-python.diff	2011-10-29 00:20:33 UTC (rev 86581)
@@ -11,8 +11,8 @@
  all: make_icons.py vim-noshadow-512.png loadfont.so
  	rm -f MacVim-*.icns
  	$(MAKE) -C makeicns
--	/usr/bin/python make_icons.py $(OUTDIR)
-+	$(PYTHON) make_icons.py $(OUTDIR)
+-	/usr/bin/python make_icons.py "$(OUTDIR)"
++	$(PYTHON) make_icons.py "$(OUTDIR)"
  
  loadfont.so: loadfont.c
 -	/usr/bin/python setup.py install --install-lib .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111028/a418d5d6/attachment.html>


More information about the macports-changes mailing list