[22657] trunk/dports/editors/vim

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 9 01:14:45 PST 2007


Revision: 22657
          http://trac.macosforge.org/projects/macports/changeset/22657
Author:   pipping at macports.org
Date:     2007-03-09 01:14:44 -0800 (Fri, 09 Mar 2007)

Log Message:
-----------
 * bump to version 7.0.215
 * fix permissions in runtime/autoload (some files were 0604)

Modified Paths:
--------------
    trunk/dports/editors/vim/Portfile
    trunk/dports/editors/vim/files/checksums_patch

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2007-03-09 08:38:15 UTC (rev 22656)
+++ trunk/dports/editors/vim/Portfile	2007-03-09 09:14:44 UTC (rev 22657)
@@ -3,7 +3,7 @@
 
 name                vim
 set vim_version	    7.0
-set vim_patchlevel  213
+set vim_patchlevel  215
 version             ${vim_version}.${vim_patchlevel}
 revision            0
 categories          editors
@@ -113,11 +113,14 @@
         xinstall -m 644 ${workpath}/app.icns \
           ${destroot}${appPath}Vim/Vim.app/Contents/Resources/gui_mac.icns
         # remove the broken link to 'runtime', copy the folder instead
-        file delete \
-          ${destroot}${appPath}Vim/Vim.app/Contents/Resources/vim/runtime
-        file copy \
-          ${worksrcpath}/runtime \
-          ${destroot}${appPath}Vim/Vim.app/Contents/Resources/vim/runtime
+        set runtimePath \
+          "${destroot}${appPath}Vim/Vim.app/Contents/Resources/vim/runtime"
+        file delete ${runtimePath}
+        file copy ${worksrcpath}/runtime ${runtimePath}
+        # fix permissions
+        foreach f [glob ${runtimePath}/autoload/*.vim] {
+                file attributes ${f} -permissions 0644
+        }
         # create a link to the executable
         file link -hard ${destroot}${prefix}/bin/vim \
           ${destroot}${appPath}Vim/Vim.app/Contents/MacOS/Vim

Modified: trunk/dports/editors/vim/files/checksums_patch
===================================================================
--- trunk/dports/editors/vim/files/checksums_patch	2007-03-09 08:38:15 UTC (rev 22656)
+++ trunk/dports/editors/vim/files/checksums_patch	2007-03-09 09:14:44 UTC (rev 22657)
@@ -13,5 +13,6 @@
                     7.0.210 sha1 e1c342652a513f012843beb70ffdf8529a875da5 \
                     7.0.211 sha1 9d35c4b34cd9b579fe8e1f83e5cea90e49b95ab4 \
                     7.0.212 sha1 909aa0249747e582133000aff767090a3ea74722 \
-                    7.0.213 sha1 94f78614e2eb16c3481aa6685ff3aeb56b4a072d
-
+                    7.0.213 sha1 94f78614e2eb16c3481aa6685ff3aeb56b4a072d \
+                    7.0.214 sha1 796bec6961160061ca31906ac1aa2c45a53cdd76 \
+                    7.0.215 sha1 f23069f545a01afe7e9a0d0d4c3f76f09cbf232b

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070309/8aee94bd/attachment.html


More information about the macports-changes mailing list